Home
last modified time | relevance | path

Searched refs:l_name (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/ocfs2/dlmfs/
Duserdlm.c109 _lockres->l_namelen, _lockres->l_name); \
132 lockres->l_namelen, lockres->l_name, lockres->l_level, in user_ast()
140 status, lockres->l_namelen, lockres->l_name); in user_ast()
147 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_ast()
219 lockres->l_namelen, lockres->l_name, level, lockres->l_level); in user_bast()
237 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_unlock_ast()
306 mlog(0, "lockres %.*s\n", lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
312 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_dlm_unblock_lock()
325 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
332 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
[all …]
Duserdlm.h55 char l_name[USER_DLM_LOCK_ID_MAX_LEN]; member
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c130 lockres->l_name, function, line); in ocfs2_dump_meta_lvb_info()
367 _err, _func, _lockres->l_name); \
370 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
416 mlog(0, "Add tracking for lockres %s\n", res->l_name); in ocfs2_add_lockres_tracking()
560 generation, res->l_name); in ocfs2_inode_lock_res_init()
589 memcpy(&inode_blkno_be, &lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], in ocfs2_get_dentry_lock_ino()
627 len = snprintf(lockres->l_name, OCFS2_DENTRY_LOCK_INO_START, in ocfs2_dentry_lock_res_init()
634 memcpy(&lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], &inode_blkno_be, in ocfs2_dentry_lock_res_init()
649 0, res->l_name); in ocfs2_super_lock_res_init()
660 ocfs2_build_lock_name(OCFS2_LOCK_TYPE_RENAME, 0, 0, res->l_name); in ocfs2_rename_lock_res_init()
[all …]
Ddcache.c285 trace_ocfs2_dentry_attach_lock_found(dl->dl_lockres.l_name, in ocfs2_dentry_attach_lock()
Docfs2.h177 char l_name[OCFS2_LOCK_ID_MAX_LEN]; member