Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnsfs.c93 dentry = d_alloc_anon(mnt->mnt_sb); in __ns_get_path()
H A Ddcache.c1866 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1870 EXPORT_SYMBOL(d_alloc_anon);
1874 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
2069 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
2139 tmp = d_alloc_anon(inode->i_sb); in __d_obtain_alias()
/openbmc/linux/include/linux/
H A Ddcache.h232 extern struct dentry * d_alloc_anon(struct super_block *);
/openbmc/linux/fs/overlayfs/
H A Dexport.c336 dentry = d_alloc_anon(inode->i_sb); in ovl_obtain_alias()
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst144 by d_alloc_anon. The default get_parent function just returns an error
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst855 be misspelled d_alloc_anon().