Home
last modified time | relevance | path

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

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