Searched refs:IS_FLOCK (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c19 #define IS_FLOCK(fl) (fl->fl_flags & FL_FLOCK) macro
515 if (!IS_FLOCK(sys_fl) || (caller_fl->fl_file == sys_fl->fl_file))
1871 if (IS_FLOCK(fl)) {
1941 } else if (IS_FLOCK(fl)) {
2082 } else if (IS_FLOCK(fl)) {
2120 } else if (IS_FLOCK(fl)) {

Completed in 100 milliseconds