tag | line | file | source code |
---|---|---|---|
F_UNLCK | 67 | fs/locks.c | if (flock.l_type == F_UNLCK) |
F_UNLCK | 85 | fs/locks.c | flock.l_type = F_UNLCK; /* no conflict found */ |
F_UNLCK | 132 | fs/locks.c | case F_UNLCK : |
F_UNLCK | 140 | fs/locks.c | if (file_lock.fl_type != F_UNLCK) { |
F_UNLCK | 205 | fs/locks.c | if (l->l_type != F_UNLCK && l->l_type != F_RDLCK && l->l_type != F_WRLCK |
F_UNLCK | 339 | fs/locks.c | if (caller->fl_type == F_UNLCK) |
F_UNLCK | 380 | fs/locks.c | if (caller->fl_type == F_UNLCK) |