tag | line | file | source code |
---|---|---|---|
F_FLOCK | 273 | fs/locks.c | ((fl->fl_flags == F_FLOCK) && (fl->fl_file == filp) && |
F_FLOCK | 361 | fs/locks.c | fl->fl_flags = F_FLOCK; |
F_FLOCK | 394 | fs/locks.c | if ((sys_fl->fl_flags == F_FLOCK) && |
F_FLOCK | 485 | fs/locks.c | while ((fl = *before) && (fl->fl_flags == F_FLOCK)) { |
F_FLOCK | 592 | fs/locks.c | while ((fl = *before) && ((fl->fl_flags == F_FLOCK) || |