Searched refs:dl_count (Results 1 – 4 of 4) sorted by relevance
286 dl->dl_count = 0; in ocfs2_dentry_attach_lock()310 dl->dl_count++; in ocfs2_dentry_attach_lock()331 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()379 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()382 dl->dl_count--; in ocfs2_dentry_lock_put()383 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()412 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()413 dentry, dl->dl_count); in ocfs2_dentry_iput()
16 unsigned int dl_count; member
4094 && dl->dl_count) { in ocfs2_dentry_convert_worker()4095 dl->dl_count++; in ocfs2_dentry_convert_worker()4143 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
216 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()