Home
last modified time | relevance | path

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

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