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

/linux-master/include/linux/
H A Dfcntl.h29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) macro
36 #define IS_GETLK32(cmd) (0) macro
44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd))

Completed in 112 milliseconds