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