Home
last modified time | relevance | path

Searched refs:d_prune (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/
H A Dnsfs.c41 .d_prune = stashed_dentry_prune,
H A Dpidfs.c655 .d_prune = stashed_dentry_prune,
H A Ddcache.c651 dentry->d_op->d_prune(dentry); in __dentry_kill()
1853 if (op->d_prune) in d_set_d_op()
/linux-6.15/include/linux/
H A Ddcache.h157 void (*d_prune)(struct dentry *); member
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst49 d_prune: no yes no no
H A Dporting.rst1113 ->d_prune() instances are now called without ->d_lock held on the parent.
/linux-6.15/fs/ceph/
H A Ddir.c2263 .d_prune = ceph_d_prune,
H A Dinode.c1472 realdn->d_op->d_prune(realdn); in splice_dentry()