Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfcntl.h32 #define IS_GETLK64(cmd) ((cmd) == F_GETLK64) macro
39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK) macro
44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd))

Completed in 3 milliseconds