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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfcntl.h34 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) macro
41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW) 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.h34 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW64) macro
41 #define IS_SETLKW64(cmd) ((cmd) == F_SETLKW) macro
46 #define IS_SETLKW(cmd) (IS_SETLKW32(cmd) || IS_SETLKW64(cmd))

Completed in 88 milliseconds