tag | line | file | source code |
---|---|---|---|
F_FLOCK | 298 | fs/locks.c | ((fl->fl_flags == F_FLOCK) && (fl->fl_file == filp) && |
F_FLOCK | 355 | fs/locks.c | if (fl->fl_flags == F_FLOCK || |
F_FLOCK | 463 | fs/locks.c | fl->fl_flags = F_FLOCK; |
F_FLOCK | 496 | fs/locks.c | if ((sys_fl->fl_flags == F_FLOCK) && |
F_FLOCK | 585 | fs/locks.c | while ((fl = *before) && (fl->fl_flags == F_FLOCK)) { |
F_FLOCK | 692 | fs/locks.c | while ((fl = *before) && ((fl->fl_flags == F_FLOCK) || |