Lines Matching refs:d_lockref

560 	lockref_mark_dead(&dentry->d_lockref);  in __dentry_kill()
655 dentry->d_lockref.count--; in retain_dentry()
714 if (unlikely(dentry->d_lockref.count != 1)) { in dentry_kill()
715 dentry->d_lockref.count--; in dentry_kill()
747 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()
753 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()
762 if (dentry->d_lockref.count > 1) { in fast_dput()
763 dentry->d_lockref.count--; in fast_dput()
818 if (dentry->d_lockref.count) { in fast_dput()
828 dentry->d_lockref.count = 1; in fast_dput()
888 --dentry->d_lockref.count; in __dput_to_list()
892 if (!--dentry->d_lockref.count) in __dput_to_list()
913 dentry->d_lockref.count++; in __dget_dlock()
918 lockref_get(&dentry->d_lockref); in __dget()
934 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()
956 BUG_ON(!ret->d_lockref.count); in dget_parent()
957 ret->d_lockref.count++; in dget_parent()
1049 if (!dentry->d_lockref.count) { in d_prune_aliases()
1051 if (likely(!dentry->d_lockref.count)) { in d_prune_aliases()
1081 if (dentry->d_lockref.count) in shrink_lock_dentry()
1089 if (unlikely(dentry->d_lockref.count)) in shrink_lock_dentry()
1108 if (likely(!dentry->d_lockref.count)) in shrink_lock_dentry()
1129 if (dentry->d_lockref.count < 0) in shrink_dentry_list()
1165 if (dentry->d_lockref.count) { in dentry_lru_isolate()
1506 if (!dentry->d_lockref.count) { in select_collect()
1531 if (!dentry->d_lockref.count) { in select_collect2()
1539 if (!dentry->d_lockref.count) in select_collect2()
1604 if (dentry == _data && dentry->d_lockref.count == 1) in umount_check()
1613 dentry->d_lockref.count, in umount_check()
1746 dentry->d_lockref.count = 1; in __d_alloc()
2402 dentry->d_lockref.count++; in __d_lookup()
2468 if (dentry->d_lockref.count == 1) { in d_delete()
2553 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2598 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2874 dentry->d_parent->d_lockref.count++; in __d_move()
2876 WARN_ON(!--old_parent->d_lockref.count); in __d_move()
3122 dentry->d_lockref.count--; in d_genocide_kill()