Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dgetroot.c115 ret = d_obtain_root(inode); in nfs_get_root()
/Linux-v4.19/include/linux/
Ddcache.h245 extern struct dentry * d_obtain_root(struct inode *);
/Linux-v4.19/Documentation/filesystems/nfs/
DExporting74 b/ A primitive for creation of secondary roots - d_obtain_root(inode).
/Linux-v4.19/fs/
Ddcache.c2029 struct dentry *d_obtain_root(struct inode *inode) in d_obtain_root() function
2033 EXPORT_SYMBOL(d_obtain_root);
/Linux-v4.19/fs/nilfs2/
Dsuper.c933 dentry = d_obtain_root(inode); in nilfs_get_root_dentry()