Home
last modified time | relevance | path

Searched refs:dlm_posix_cancel (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Ddlm_plock.h14 int dlm_posix_cancel(dlm_lockspace_t *lockspace, u64 number, struct file *file,
/Linux-v6.6/fs/dlm/
Dplock.c366 int dlm_posix_cancel(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_cancel() function
427 EXPORT_SYMBOL_GPL(dlm_posix_cancel);
/Linux-v6.6/fs/ocfs2/
Dstack_user.c744 return dlm_posix_cancel(conn->cc_lockspace, ino, file, fl); in user_plock()
/Linux-v6.6/fs/gfs2/
Dfile.c1445 return dlm_posix_cancel(ls->ls_dlm, ip->i_no_addr, file, fl); in gfs2_lock()