Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dnsfs.c92 dentry = d_alloc_anon(mnt->mnt_sb); in __ns_get_path()
Ddcache.c1840 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1844 EXPORT_SYMBOL(d_alloc_anon);
1848 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
2043 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
2113 tmp = d_alloc_anon(inode->i_sb); in __d_obtain_alias()
/Linux-v5.15/include/linux/
Ddcache.h241 extern struct dentry * d_alloc_anon(struct super_block *);
/Linux-v5.15/fs/overlayfs/
Dexport.c314 dentry = d_alloc_anon(inode->i_sb); in ovl_obtain_alias()
/Linux-v5.15/Documentation/filesystems/nfs/
Dexporting.rst144 by d_alloc_anon. The default get_parent function just returns an error
/Linux-v5.15/Documentation/filesystems/
Dporting.rst854 be misspelled d_alloc_anon().