taglinefilesource code
F_UNLCK164fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
F_UNLCK187fs/locks.cif ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) ||
F_UNLCK207fs/locks.cflock.l_type = F_UNLCK;      /* no conflict found */
F_UNLCK252fs/locks.ccase F_UNLCK :
F_UNLCK297fs/locks.ccase F_UNLCK :
F_UNLCK355fs/locks.cfl->fl_type = F_UNLCK;
F_UNLCK498fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
F_UNLCK499fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK565fs/locks.cif (caller->fl_type != F_UNLCK) {
F_UNLCK639fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK688fs/locks.cif (caller->fl_type == F_UNLCK)