Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Ddcache.c302 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()
Ddcache.h32 unsigned int dl_count; member
Ddlmglue.c4048 && 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()
Dnamei.c230 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()