Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnsfs.c89 dentry = d_alloc_anon(mnt->mnt_sb); in __ns_get_path()
Ddcache.c1784 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1788 EXPORT_SYMBOL(d_alloc_anon);
1792 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
1987 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
2057 tmp = d_alloc_anon(inode->i_sb); in __d_obtain_alias()
/Linux-v5.4/include/linux/
Ddcache.h237 extern struct dentry * d_alloc_anon(struct super_block *);
/Linux-v5.4/fs/overlayfs/
Dexport.c321 dentry = d_alloc_anon(inode->i_sb); in ovl_obtain_alias()
/Linux-v5.4/Documentation/filesystems/nfs/
Dexporting.rst144 by d_alloc_anon. The default get_parent function just returns an error
/Linux-v5.4/Documentation/filesystems/
Dporting.rst852 be misspelled d_alloc_anon().