Lines Matching refs:d_lockref

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()
869 --dentry->d_lockref.count; in __dput_to_list()
873 if (!--dentry->d_lockref.count) in __dput_to_list()
894 dentry->d_lockref.count++; in __dget_dlock()
899 lockref_get(&dentry->d_lockref); in __dget()
913 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()
935 BUG_ON(!ret->d_lockref.count); in dget_parent()
936 ret->d_lockref.count++; in dget_parent()
1028 if (!dentry->d_lockref.count) { in d_prune_aliases()
1030 if (likely(!dentry->d_lockref.count)) { in d_prune_aliases()
1060 if (dentry->d_lockref.count) in shrink_lock_dentry()
1068 if (unlikely(dentry->d_lockref.count)) in shrink_lock_dentry()
1087 if (likely(!dentry->d_lockref.count)) in shrink_lock_dentry()
1108 if (dentry->d_lockref.count < 0) in shrink_dentry_list()
1144 if (dentry->d_lockref.count) { in dentry_lru_isolate()
1485 if (!dentry->d_lockref.count) { in select_collect()
1510 if (!dentry->d_lockref.count) { in select_collect2()
1518 if (!dentry->d_lockref.count) in select_collect2()
1583 if (dentry == _data && dentry->d_lockref.count == 1) in umount_check()
1592 dentry->d_lockref.count, in umount_check()
1725 dentry->d_lockref.count = 1; in __d_alloc()
2381 dentry->d_lockref.count++; in __d_lookup()
2447 if (dentry->d_lockref.count == 1) { in d_delete()
2532 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2577 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2853 dentry->d_parent->d_lockref.count++; in __d_move()
2855 WARN_ON(!--old_parent->d_lockref.count); in __d_move()
3101 dentry->d_lockref.count--; in d_genocide_kill()