Searched refs:_lockres (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/dlmfs/ |
D | userdlm.c | 106 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument 109 _lockres->l_namelen, _lockres->l_name); \
|
/fs/ocfs2/ |
D | dlmglue.c | 365 #define ocfs2_log_dlm_error(_func, _err, _lockres) do { \ argument 366 if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY) \ 368 _err, _func, _lockres->l_name); \ 371 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \ 372 (unsigned int)ocfs2_get_dentry_lock_ino(_lockres)); \
|