Searched refs:dl_count (Results 1 – 4 of 4) sorted by relevance
302 dl->dl_count = 0; in ocfs2_dentry_attach_lock()314 dl->dl_count++; in ocfs2_dentry_attach_lock()335 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()383 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()386 dl->dl_count--; in ocfs2_dentry_lock_put()387 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()416 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()417 dentry, dl->dl_count); in ocfs2_dentry_iput()
32 unsigned int dl_count; member
3738 && dl->dl_count) { in ocfs2_dentry_convert_worker()3739 dl->dl_count++; in ocfs2_dentry_convert_worker()3787 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
229 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()