tag | line | file | source code |
F_UNLCK | 172 | fs/locks.c | if ((file_lock.fl_type != F_UNLCK) && !(filp->f_mode & 3)) |
F_UNLCK | 195 | fs/locks.c | if ((flock.l_type == F_UNLCK) || (flock.l_type == F_EXLCK) || |
F_UNLCK | 215 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
F_UNLCK | 277 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 399 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 457 | fs/locks.c | fl->fl_type = F_UNLCK; |
F_UNLCK | 598 | fs/locks.c | locks_delete_lock(before, caller->fl_type != F_UNLCK); |
F_UNLCK | 599 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 665 | fs/locks.c | if (caller->fl_type != F_UNLCK) { |
F_UNLCK | 740 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 779 | fs/locks.c | if (caller->fl_type == F_UNLCK) |