Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h26 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h26 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/linux-6.15/fs/ocfs2/
H A Dstack_user.c743 if (cmd == F_CANCELLK) in user_plock()
/linux-6.15/fs/gfs2/
H A Dfile.c1452 if (cmd == F_CANCELLK) in gfs2_lock()
/linux-6.15/fs/
H A Dlocks.c2720 return filp->f_op->lock(filp, F_CANCELLK, fl); in vfs_cancel_lock()
/linux-6.15/fs/fuse/
H A Dfile.c2794 if (cmd == F_CANCELLK) { in fuse_file_lock()