Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfcntl.h20 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) macro
27 #define IS_SETLK32(cmd) (0) macro
35 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd))