Searched refs:dl_count (Results 1 – 4 of 4) sorted by relevance
302 dl->dl_count = 0; in ocfs2_dentry_attach_lock()326 dl->dl_count++; in ocfs2_dentry_attach_lock()347 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()395 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()398 dl->dl_count--; in ocfs2_dentry_lock_put()399 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()428 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()429 dentry, dl->dl_count); in ocfs2_dentry_iput()
32 unsigned int dl_count; member
4048 && dl->dl_count) { in ocfs2_dentry_convert_worker()4049 dl->dl_count++; in ocfs2_dentry_convert_worker()4097 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
230 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()