Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Ddcache.c288 dl->dl_count = 0; in ocfs2_dentry_attach_lock()
312 dl->dl_count++; in ocfs2_dentry_attach_lock()
333 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()
381 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()
384 dl->dl_count--; in ocfs2_dentry_lock_put()
385 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()
414 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()
415 dentry, dl->dl_count); in ocfs2_dentry_iput()
Ddcache.h18 unsigned int dl_count; member
Ddlmglue.c4051 && dl->dl_count) { in ocfs2_dentry_convert_worker()
4052 dl->dl_count++; in ocfs2_dentry_convert_worker()
4100 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
Dnamei.c216 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()