taglinefilesource code
F_UNLCK179fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
F_UNLCK202fs/locks.cif ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) ||
F_UNLCK222fs/locks.cflock.l_type = F_UNLCK;      /* no conflict found */
F_UNLCK296fs/locks.ccase F_UNLCK :
F_UNLCK420fs/locks.ccase F_UNLCK :
F_UNLCK479fs/locks.cfl->fl_type = F_UNLCK;
F_UNLCK622fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
F_UNLCK623fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK696fs/locks.cif (caller->fl_type != F_UNLCK) {
F_UNLCK770fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK809fs/locks.cif (caller->fl_type == F_UNLCK)