Lines Matching refs:d_lockref

563 	lockref_mark_dead(&dentry->d_lockref);  in __dentry_kill()
658 dentry->d_lockref.count--; in retain_dentry()
717 if (unlikely(dentry->d_lockref.count != 1)) { in dentry_kill()
718 dentry->d_lockref.count--; in dentry_kill()
750 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()
756 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()
765 if (dentry->d_lockref.count > 1) { in fast_dput()
766 dentry->d_lockref.count--; in fast_dput()
828 if (dentry->d_lockref.count) { in fast_dput()
838 dentry->d_lockref.count = 1; in fast_dput()
898 --dentry->d_lockref.count; in __dput_to_list()
902 if (!--dentry->d_lockref.count) in __dput_to_list()
923 dentry->d_lockref.count++; in __dget_dlock()
928 lockref_get(&dentry->d_lockref); in __dget()
944 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()
966 BUG_ON(!ret->d_lockref.count); in dget_parent()
967 ret->d_lockref.count++; in dget_parent()
1084 if (!dentry->d_lockref.count) { in d_prune_aliases()
1086 if (likely(!dentry->d_lockref.count)) { in d_prune_aliases()
1116 if (dentry->d_lockref.count) in shrink_lock_dentry()
1124 if (unlikely(dentry->d_lockref.count)) in shrink_lock_dentry()
1143 if (likely(!dentry->d_lockref.count)) in shrink_lock_dentry()
1164 if (dentry->d_lockref.count < 0) in shrink_dentry_list()
1200 if (dentry->d_lockref.count) { in dentry_lru_isolate()
1541 if (!dentry->d_lockref.count) { in select_collect()
1566 if (!dentry->d_lockref.count) { in select_collect2()
1574 if (!dentry->d_lockref.count) in select_collect2()
1639 if (dentry == _data && dentry->d_lockref.count == 1) in umount_check()
1648 dentry->d_lockref.count, in umount_check()
1781 dentry->d_lockref.count = 1; in __d_alloc()
2437 dentry->d_lockref.count++; in __d_lookup()
2503 if (dentry->d_lockref.count == 1) { in d_delete()
2588 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2633 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2909 dentry->d_parent->d_lockref.count++; in __d_move()
2911 WARN_ON(!--old_parent->d_lockref.count); in __d_move()
3157 dentry->d_lockref.count--; in d_genocide_kill()