tag | line | file | source code |
F_UNLCK | 174 | fs/locks.c | if ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3)) |
F_UNLCK | 197 | fs/locks.c | if ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) || |
F_UNLCK | 217 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
F_UNLCK | 291 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 413 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 471 | fs/locks.c | fl->fl_type = F_UNLCK; |
F_UNLCK | 612 | fs/locks.c | locks_delete_lock(before, caller->fl_type != F_UNLCK); |
F_UNLCK | 613 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 679 | fs/locks.c | if (caller->fl_type != F_UNLCK) { |
F_UNLCK | 754 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 793 | fs/locks.c | if (caller->fl_type == F_UNLCK) |