Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddcache.c302 dl->dl_count = 0; in ocfs2_dentry_attach_lock()
314 dl->dl_count++; in ocfs2_dentry_attach_lock()
335 BUG_ON(dl->dl_count != 1); in ocfs2_dentry_attach_lock()
437 BUG_ON(dl->dl_count == 0); in ocfs2_dentry_lock_put()
440 dl->dl_count--; in ocfs2_dentry_lock_put()
441 unlock = !dl->dl_count; in ocfs2_dentry_lock_put()
471 mlog_bug_on_msg(dl->dl_count == 0, "dentry: %.*s, count: %u\n", in ocfs2_dentry_iput()
473 dl->dl_count); in ocfs2_dentry_iput()
Ddcache.h33 unsigned int dl_count; member
Ddlmglue.c3681 && dl->dl_count) { in ocfs2_dentry_convert_worker()
3682 dl->dl_count++; in ocfs2_dentry_convert_worker()
3728 if (dl->dl_count == 1) in ocfs2_dentry_convert_worker()
/fs/nfsd/
Dstate.h94 atomic_t dl_count; /* ref count */ member
Dnfs4state.c403 atomic_set(&dp->dl_count, 1); in alloc_init_deleg()
418 if (atomic_dec_and_test(&dp->dl_count)) { in nfs4_put_delegation()
2644 atomic_inc(&dp->dl_count); in nfsd_break_one_deleg()