Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlmfs/
Duserdlm.c110 _lockres->l_namelen, _lockres->l_name); \
133 lockres->l_namelen, lockres->l_name, lockres->l_level, in user_ast()
141 status, lockres->l_namelen, lockres->l_name); in user_ast()
148 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_ast()
220 lockres->l_namelen, lockres->l_name, level, lockres->l_level); in user_bast()
238 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_unlock_ast()
307 mlog(0, "lockres %.*s\n", lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
313 lockres->l_namelen, lockres->l_name, lockres->l_flags); in user_dlm_unblock_lock()
326 lockres->l_namelen, lockres->l_name); in user_dlm_unblock_lock()
333 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.19.296/fs/ocfs2/
Ddlmglue.c134 lockres->l_name, function, line); in ocfs2_dump_meta_lvb_info()
375 _err, _func, _lockres->l_name); \
378 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
424 mlog(0, "Add tracking for lockres %s\n", res->l_name); in ocfs2_add_lockres_tracking()
569 generation, res->l_name); in ocfs2_inode_lock_res_init()
598 memcpy(&inode_blkno_be, &lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], in ocfs2_get_dentry_lock_ino()
636 len = snprintf(lockres->l_name, OCFS2_DENTRY_LOCK_INO_START, in ocfs2_dentry_lock_res_init()
643 memcpy(&lockres->l_name[OCFS2_DENTRY_LOCK_INO_START], &inode_blkno_be, in ocfs2_dentry_lock_res_init()
658 0, res->l_name); in ocfs2_super_lock_res_init()
669 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.h180 char l_name[OCFS2_LOCK_ID_MAX_LEN]; member