Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfcntl.h13 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/linux-4.1.27/fs/ocfs2/
Dstack_user.c769 if (cmd == F_CANCELLK) { in user_plock()
/linux-4.1.27/fs/gfs2/
Dfile.c996 if (cmd == F_CANCELLK) { in gfs2_lock()
/linux-4.1.27/fs/
Dlocks.c2494 return filp->f_op->lock(filp, F_CANCELLK, fl); in vfs_cancel_lock()
/linux-4.1.27/fs/fuse/
Dfile.c2175 if (cmd == F_CANCELLK) { in fuse_file_lock()