Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dgetroot.c110 root = d_obtain_root(inode); in nfs_get_root()
/linux-6.15/fs/ceph/
H A Dexport.c290 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode); in __snapfh_to_dentry()
400 dn = d_obtain_root(dir); in ceph_get_parent()
/linux-6.15/include/linux/
H A Ddcache.h252 extern struct dentry * d_obtain_root(struct inode *);
/linux-6.15/Documentation/filesystems/nfs/
H A Dexporting.rst75 b. A primitive for creation of secondary roots - d_obtain_root(inode).
/linux-6.15/fs/
H A Ddcache.c2078 struct dentry *d_obtain_root(struct inode *inode) in d_obtain_root() function
2082 EXPORT_SYMBOL(d_obtain_root);
/linux-6.15/fs/nilfs2/
H A Dsuper.c940 dentry = d_obtain_root(inode); in nilfs_get_root_dentry()