Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Ddcache.c279 dl->dl_count = 0; in ocfs2_dentry_attach_lock()
303 dl->dl_count++; in ocfs2_dentry_attach_lock()
324 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()
372 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()
375 dl->dl_count--; in ocfs2_dentry_lock_put()
376 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()
405 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()
406 dentry, dl->dl_count); in ocfs2_dentry_iput()
Ddcache.h16 unsigned int dl_count; member
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()
Dnamei.c216 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()