tag | line | file | source code |
---|---|---|---|
F_FLOCK | 317 | fs/locks.c | ((fl->fl_flags & F_FLOCK) && (fl->fl_file == filp) && |
F_FLOCK | 374 | fs/locks.c | if ((fl->fl_flags & F_FLOCK) || |
F_FLOCK | 485 | fs/locks.c | fl->fl_flags = F_FLOCK; |
F_FLOCK | 518 | fs/locks.c | if ((sys_fl->fl_flags & F_FLOCK) && |
F_FLOCK | 609 | fs/locks.c | while ((fl = *before) && (fl->fl_flags & F_FLOCK)) { |
F_FLOCK | 722 | fs/locks.c | while ((fl = *before) && ((fl->fl_flags & F_FLOCK) || |