Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dfcntl.h45 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd)) macro
/linux-2.4.37.9/fs/lockd/
Dclntproc.c147 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) in nlmclnt_proc()
171 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) { in nlmclnt_proc()