Searched refs:OCFS2_DENTRY_LOCK_INO_START (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ocfs2/ |
H A D | ocfs2_lockid.h | 22 #define OCFS2_DENTRY_LOCK_INO_START 18 macro
|
H A D | dlmglue.c | 364 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \ 605 memcpy(&inode_blkno_be, &lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], in ocfs2_get_dentry_lock_ino() 643 len = snprintf(lockres->l_name, OCFS2_DENTRY_LOCK_INO_START, in ocfs2_dentry_lock_res_init() 648 BUG_ON(len != (OCFS2_DENTRY_LOCK_INO_START - 1)); in ocfs2_dentry_lock_res_init() 650 memcpy(&lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], &inode_blkno_be, in ocfs2_dentry_lock_res_init() 3170 seq_printf(m, "%.*s%08x\t", OCFS2_DENTRY_LOCK_INO_START - 1, in ocfs2_dlm_seq_show()
|