Home
last modified time | relevance | path

Searched refs:dl_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
H A Ddcache.h18 unsigned int dl_count; member
H A Ddlmglue.c4076 && dl->dl_count) { in ocfs2_dentry_convert_worker()
4077 dl->dl_count++; in ocfs2_dentry_convert_worker()
4125 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
H A Dnamei.c217 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddcache.c286 dl->dl_count = 0; in ocfs2_dentry_attach_lock()
310 dl->dl_count++; in ocfs2_dentry_attach_lock()
331 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()
379 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()
382 dl->dl_count--; in ocfs2_dentry_lock_put()
383 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()
412 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %pd, count: %u\n", in ocfs2_dentry_iput()
413 dentry, dl->dl_count); in ocfs2_dentry_iput()
H A Ddcache.h16 unsigned int dl_count; member
H A Ddlmglue.c4097 && dl->dl_count) { in ocfs2_dentry_convert_worker()
4098 dl->dl_count++; in ocfs2_dentry_convert_worker()
4146 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
H A Dnamei.c216 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure()

Completed in 18 milliseconds