Searched refs:dlm_posix_lock (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | dlm_plock.h | 10 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
|
/openbmc/linux/fs/dlm/ |
H A D | plock.c | 122 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_lock() function 239 EXPORT_SYMBOL_GPL(dlm_posix_lock);
|
/openbmc/linux/fs/ocfs2/ |
H A D | stack_user.c | 750 return dlm_posix_lock(conn->cc_lockspace, ino, file, cmd, fl); in user_plock()
|
/openbmc/linux/fs/gfs2/ |
H A D | file.c | 1451 return dlm_posix_lock(ls->ls_dlm, ip->i_no_addr, file, cmd, fl); in gfs2_lock()
|