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

/linux-master/include/linux/
H A Dfcntl.h33 #define IS_SETLK64(cmd) ((cmd) == F_SETLK64) macro
40 #define IS_SETLK64(cmd) ((cmd) == F_SETLK) macro
45 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd))

Completed in 160 milliseconds