Lines Matching refs:d_lockref
588 lockref_mark_dead(&dentry->d_lockref); in __dentry_kill()
683 dentry->d_lockref.count--; in retain_dentry()
742 if (unlikely(dentry->d_lockref.count != 1)) { in dentry_kill()
743 dentry->d_lockref.count--; in dentry_kill()
775 return lockref_put_or_lock(&dentry->d_lockref); in fast_dput()
781 ret = lockref_put_return(&dentry->d_lockref); in fast_dput()
790 if (dentry->d_lockref.count > 1) { in fast_dput()
791 dentry->d_lockref.count--; in fast_dput()
853 if (dentry->d_lockref.count) { in fast_dput()
863 dentry->d_lockref.count = 1; in fast_dput()
923 --dentry->d_lockref.count; in __dput_to_list()
927 if (!--dentry->d_lockref.count) in __dput_to_list()
948 dentry->d_lockref.count++; in __dget_dlock()
953 lockref_get(&dentry->d_lockref); in __dget()
969 gotref = lockref_get_not_zero(&ret->d_lockref); in dget_parent()
991 BUG_ON(!ret->d_lockref.count); in dget_parent()
992 ret->d_lockref.count++; in dget_parent()
1109 if (!dentry->d_lockref.count) { in d_prune_aliases()
1111 if (likely(!dentry->d_lockref.count)) { in d_prune_aliases()
1141 if (dentry->d_lockref.count) in shrink_lock_dentry()
1149 if (unlikely(dentry->d_lockref.count)) in shrink_lock_dentry()
1168 if (likely(!dentry->d_lockref.count)) in shrink_lock_dentry()
1189 if (dentry->d_lockref.count < 0) in shrink_dentry_list()
1225 if (dentry->d_lockref.count) { in dentry_lru_isolate()
1566 if (!dentry->d_lockref.count) { in select_collect()
1591 if (!dentry->d_lockref.count) { in select_collect2()
1599 if (!dentry->d_lockref.count) in select_collect2()
1664 if (dentry == _data && dentry->d_lockref.count == 1) in umount_check()
1673 dentry->d_lockref.count, in umount_check()
1807 dentry->d_lockref.count = 1; in __d_alloc()
2497 dentry->d_lockref.count++; in __d_lookup()
2563 if (dentry->d_lockref.count == 1) { in d_delete()
2651 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2696 if (!lockref_get_not_dead(&dentry->d_lockref)) { in d_alloc_parallel()
2991 dentry->d_parent->d_lockref.count++; in __d_move()
2993 WARN_ON(!--old_parent->d_lockref.count); in __d_move()
3239 dentry->d_lockref.count--; in d_genocide_kill()