Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dnsfs.c46 .d_prune = ns_prune_dentry,
Ddcache.c567 dentry->d_op->d_prune(dentry); in __dentry_kill()
1876 if (op->d_prune) in d_set_d_op()
/kernel/linux/linux-5.10/include/linux/
Ddcache.h144 void (*d_prune)(struct dentry *); member
/kernel/linux/linux-5.10/Documentation/filesystems/
Dlocking.rst46 d_prune: no yes no no
/kernel/linux/linux-5.10/fs/ceph/
Ddir.c1982 .d_prune = ceph_d_prune,
Dinode.c1191 realdn->d_op->d_prune(realdn); in splice_dentry()