| tag | line | file | source code |
|---|---|---|---|
| F_FLOCK | 281 | fs/locks.c | ((fl->fl_flags == F_FLOCK) && (fl->fl_file == filp) && |
| F_FLOCK | 315 | fs/locks.c | if (fl->fl_flags == F_FLOCK || |
| F_FLOCK | 426 | fs/locks.c | fl->fl_flags = F_FLOCK; |
| F_FLOCK | 459 | fs/locks.c | if ((sys_fl->fl_flags == F_FLOCK) && |
| F_FLOCK | 548 | fs/locks.c | while ((fl = *before) && (fl->fl_flags == F_FLOCK)) { |
| F_FLOCK | 655 | fs/locks.c | while ((fl = *before) && ((fl->fl_flags == F_FLOCK) || |