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

/linux-master/include/linux/
H A Dfcntl.h45 #define IS_SETLK(cmd) (IS_SETLK32(cmd) || IS_SETLK64(cmd)) macro
/linux-master/fs/9p/
H A Dvfs_file.c110 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
296 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
301 if (IS_SETLK(cmd) || IS_SETLKW(cmd))
330 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
338 if (IS_SETLK(cmd) | IS_SETLKW(cmd))
/linux-master/fs/lockd/
H A Dclntproc.c185 if (IS_SETLK(cmd) || IS_SETLKW(cmd)) {
/linux-master/fs/nfs/
H A Dnfs4proc.c7456 if ((status != -EAGAIN) || IS_SETLK(cmd))
7523 if (status != -EAGAIN || IS_SETLK(cmd))
7560 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))

Completed in 188 milliseconds