Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dfcntl.h44 #define IS_GETLK(cmd) (IS_GETLK32(cmd) || IS_GETLK64(cmd)) macro
/linux-2.4.37.9/fs/nfs/
Dfile.c353 if (IS_GETLK(cmd)) in nfs_lock()
368 if (IS_GETLK(cmd)) in nfs_lock()
/linux-2.4.37.9/fs/lockd/
Dclntproc.c177 } else if (IS_GETLK(cmd)) in nlmclnt_proc()