taglinefilesource code
F_UNLCK109fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
F_UNLCK132fs/locks.cif ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) ||
F_UNLCK152fs/locks.cflock.l_type = F_UNLCK;      /* no conflict found */
F_UNLCK197fs/locks.ccase F_UNLCK :
F_UNLCK242fs/locks.ccase F_UNLCK :
F_UNLCK300fs/locks.cfl->fl_type = F_UNLCK;
F_UNLCK438fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
F_UNLCK439fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK491fs/locks.cif (caller->fl_type != F_UNLCK) {
F_UNLCK563fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK600fs/locks.cif (caller->fl_type == F_UNLCK)