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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfcntl.h30 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) macro
37 #define IS_SETLK32(cmd) (0) macro
45 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfcntl.h30 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) macro
37 #define IS_SETLK32(cmd) (0) macro
45 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd))

Completed in 43 milliseconds