Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/linux/
Dfcntl.h15 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/linux-5.19.10/include/uapi/linux/
Dfcntl.h15 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/linux-5.19.10/fs/ocfs2/
Dstack_user.c746 if (cmd == F_CANCELLK) { in user_plock()
/linux-5.19.10/fs/gfs2/
Dfile.c1429 if (cmd == F_CANCELLK) { in gfs2_lock()
/linux-5.19.10/fs/
Dlocks.c2687 return filp->f_op->lock(filp, F_CANCELLK, fl); in vfs_cancel_lock()
/linux-5.19.10/fs/fuse/
Dfile.c2568 if (cmd == F_CANCELLK) { in fuse_file_lock()