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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfcntl.h31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) macro
38 #define IS_SETLKW32(cmd) (0) macro
46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfcntl.h31 #define IS_SETLKW32(cmd) ((cmd) == F_SETLKW) macro
38 #define IS_SETLKW32(cmd) (0) macro
46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd))

Completed in 44 milliseconds