Searched refs:d_lockref (Results 1 – 7 of 7) sorted by relevance
560 lockref_mark_dead(&dentry->d_lockref); in __dentry_kill()651 dentry->d_lockref.count--; in retain_dentry()695 if (unlikely(dentry->d_lockref.count != 1)) { in dentry_kill()696 dentry->d_lockref.count--; in dentry_kill()728 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()734 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()743 if (dentry->d_lockref.count > 1) { in fast_dput()744 dentry->d_lockref.count--; in fast_dput()799 if (dentry->d_lockref.count) { in fast_dput()809 dentry->d_lockref.count = 1; in fast_dput()[all …]
67 if (!lockref_get_not_dead(&dentry->d_lockref)) in __ns_get_path()
621 if (unlikely(!lockref_get_not_dead(&path->dentry->d_lockref))) { in legitimize_path()719 if (unlikely(!lockref_get_not_dead(&nd->path.dentry->d_lockref))) in unlazy_child()729 if (unlikely(!lockref_get_not_dead(&dentry->d_lockref))) in unlazy_child()
87 #define d_lock d_lockref.lock101 struct lockref d_lockref; /* per-dentry lock and refcount */ member286 return dentry->d_lockref.count; in d_count()314 dentry->d_lockref.count++; in dget_dlock()321 lockref_get(&dentry->d_lockref); in dget()
160 if (dentry && !lockref_get_not_dead(&dentry->d_lockref)) in __dcache_find_get_entry()1270 if (__lockref_is_dead(&dentry->d_lockref)) { in __dentry_leases_walk()1285 if (dentry->d_lockref.count > 0) { in __dentry_leases_walk()1363 if (dentry->d_lockref.count > 0 || in __dir_lease_check()
199 …&(&dentry->d_lockref.lock)->rlock: 39791 40179 0.15 1302.08 …
163 dentry->d_lockref188 use (i.e. if the refcount in ``d_lockref`` is one), only then will198 ``d_lock`` is a synonym for the spinlock that is part of ``d_lockref`` above.380 step. A reference through ``d_lockref`` and ``mnt_count`` is always847 all. For ``dentry->d_lockref``, it is safe to increment the reference