taglinefilesource code
F_UNLCK172fs/locks.cif ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3))
F_UNLCK195fs/locks.cif ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) ||
F_UNLCK215fs/locks.cflock.l_type = F_UNLCK;      /* no conflict found */
F_UNLCK277fs/locks.ccase F_UNLCK :
F_UNLCK399fs/locks.ccase F_UNLCK :
F_UNLCK457fs/locks.cfl->fl_type = F_UNLCK;
F_UNLCK598fs/locks.clocks_delete_lock(before, caller->fl_type != F_UNLCK);
F_UNLCK599fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK665fs/locks.cif (caller->fl_type != F_UNLCK) {
F_UNLCK740fs/locks.cif (caller->fl_type == F_UNLCK)
F_UNLCK779fs/locks.cif (caller->fl_type == F_UNLCK)