Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h15 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h15 #define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5) macro
/openbmc/linux/fs/ocfs2/
H A Dstack_user.c743 if (cmd == F_CANCELLK) in user_plock()
/openbmc/linux/fs/gfs2/
H A Dfile.c1445 if (cmd == F_CANCELLK) in gfs2_lock()
/openbmc/linux/fs/
H A Dlocks.c2654 return filp->f_op->lock(filp, F_CANCELLK, fl); in vfs_cancel_lock()
/openbmc/linux/fs/fuse/
H A Dfile.c2612 if (cmd == F_CANCELLK) { in fuse_file_lock()