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

/linux-4.4.14/include/linux/
H A Dfcntl.h12 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) macro
19 #define IS_GETLK32(cmd) (0) macro
27 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd))

Completed in 36 milliseconds