tag | line | file | source code |
F_UNLCK | 109 | fs/locks.c | if ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3)) |
F_UNLCK | 132 | fs/locks.c | if ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) || |
F_UNLCK | 152 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
F_UNLCK | 197 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 242 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 300 | fs/locks.c | fl->fl_type = F_UNLCK; |
F_UNLCK | 438 | fs/locks.c | locks_delete_lock(before, caller->fl_type != F_UNLCK); |
F_UNLCK | 439 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 491 | fs/locks.c | if (caller->fl_type != F_UNLCK) { |
F_UNLCK | 563 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 600 | fs/locks.c | if (caller->fl_type == F_UNLCK) |