taglinefilesource code
F_FLOCK303fs/locks.c((fl->fl_flags == F_FLOCK) && (fl->fl_file == filp) &&
F_FLOCK360fs/locks.cif (fl->fl_flags == F_FLOCK ||
F_FLOCK468fs/locks.cfl->fl_flags = F_FLOCK;
F_FLOCK501fs/locks.cif ((sys_fl->fl_flags == F_FLOCK) &&
F_FLOCK590fs/locks.cwhile ((fl = *before) && (fl->fl_flags == F_FLOCK)) {
F_FLOCK697fs/locks.cwhile ((fl = *before) && ((fl->fl_flags == F_FLOCK) ||