Home
last modified time | relevance | path

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

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