Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/dlmfs/
Duserdlm.c94 _lockres->l_namelen, _lockres->l_name); \
117 lockres->l_namelen, lockres->l_name, lockres->l_level, in user_ast()
125 status, lockres->l_namelen, lockres->l_name); in user_ast()
132 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_ast()
204 lockres->l_namelen, lockres->l_name, level, lockres->l_level); in user_bast()
222 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_unlock_ast()
291 mlog(0, "lockres %.*s\n", lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
297 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_dlm_unblock_lock()
310 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
317 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
[all …]
Duserdlm.h39 char l_name[USER_DLM_LOCK_ID_MAX_LEN]; member
/linux-6.1.9/fs/ocfs2/
Ddlmglue.c119 lockres->l_name, function, line); in ocfs2_dump_meta_lvb_info()
360 _err, _func, _lockres->l_name); \
363 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
409 mlog(0, "Add tracking for lockres %s\n", res->l_name); in ocfs2_add_lockres_tracking()
575 generation, res->l_name); in ocfs2_inode_lock_res_init()
604 memcpy(&inode_blkno_be, &lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], in ocfs2_get_dentry_lock_ino()
642 len = snprintf(lockres->l_name, OCFS2_DENTRY_LOCK_INO_START, in ocfs2_dentry_lock_res_init()
649 memcpy(&lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], &inode_blkno_be, in ocfs2_dentry_lock_res_init()
664 0, res->l_name); in ocfs2_super_lock_res_init()
675 ocfs2_build_lock_name(OCFS2_LOCK_TYPE_RENAME, 0, 0, res->l_name); in ocfs2_rename_lock_res_init()
[all …]
Ddcache.c269 trace_ocfs2_dentry_attach_lock_found(dl->dl_lockres.l_name, in ocfs2_dentry_attach_lock()
Docfs2.h165 char l_name[OCFS2_LOCK_ID_MAX_LEN]; member