Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h246 extern struct dentry * d_alloc_anon(struct super_block *);
/linux/fs/
H A Ddcache.c1825 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1829 EXPORT_SYMBOL(d_alloc_anon);
1833 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
2037 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
2063 new = d_alloc_anon(sb); in __d_obtain_alias()
/linux/Documentation/filesystems/
H A Dporting.rst855 be misspelled d_alloc_anon().