taglinefilesource code
F_FLOCK317fs/locks.c((fl->fl_flags & F_FLOCK) && (fl->fl_file == filp) &&
F_FLOCK374fs/locks.cif ((fl->fl_flags & F_FLOCK) ||
F_FLOCK485fs/locks.cfl->fl_flags = F_FLOCK;
F_FLOCK518fs/locks.cif ((sys_fl->fl_flags & F_FLOCK) &&
F_FLOCK609fs/locks.cwhile ((fl = *before) && (fl->fl_flags & F_FLOCK)) {
F_FLOCK722fs/locks.cwhile ((fl = *before) && ((fl->fl_flags & F_FLOCK) ||