taglinefilesource code
F_UNLCK174fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
F_UNLCK197fs/locks.cif ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) ||
F_UNLCK217fs/locks.cflock.l_type = F_UNLCK;      /* no conflict found */
F_UNLCK282fs/locks.ccase F_UNLCK :
F_UNLCK404fs/locks.ccase F_UNLCK :
F_UNLCK462fs/locks.cfl->fl_type = F_UNLCK;
F_UNLCK603fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
F_UNLCK604fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK670fs/locks.cif (caller->fl_type != F_UNLCK) {
F_UNLCK745fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK784fs/locks.cif (caller->fl_type == F_UNLCK)