Home
last modified time | relevance | path

Searched refs:dl_count (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Ddcache.c275 dl->dl_count = 0; in ocfs2_dentry_attach_lock()
299 dl->dl_count++; in ocfs2_dentry_attach_lock()
320 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()
368 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()
371 dl->dl_count--; in ocfs2_dentry_lock_put()
372 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()
401 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()
402 dentry, dl->dl_count); in ocfs2_dentry_iput()
H A Ddcache.h16 unsigned int dl_count; member
H A Ddlmglue.c4093 && dl->dl_count) { in ocfs2_dentry_convert_worker()
4094 dl->dl_count++; in ocfs2_dentry_convert_worker()
4142 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
H A Dnamei.c221 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()