Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h246 extern struct dentry * d_alloc_anon(struct super_block *);
/linux/fs/
H A Ddcache.c1785 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1789 EXPORT_SYMBOL(d_alloc_anon);
1793 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
2001 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
2027 new = d_alloc_anon(sb); in __d_obtain_alias()
H A Dlibfs.c2181 dentry = d_alloc_anon(sb); in prepare_anon_dentry()
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst141 by d_alloc_anon. The default get_parent function just returns an error
/linux/Documentation/filesystems/
H A Dporting.rst855 be misspelled d_alloc_anon().