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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfcntl.h47 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) macro
54 #define IS_SETLKW32(cmd) (0) macro
62 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd))

Completed in 36 milliseconds