Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Ddcache.c1776 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1780 EXPORT_SYMBOL(d_alloc_anon);
1784 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
1976 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
2002 new = d_alloc_anon(sb); in __d_obtain_alias()
H A Dlibfs.c2158 dentry = d_alloc_anon(sb); in prepare_anon_dentry()
/linux-6.15/include/linux/
H A Ddcache.h243 extern struct dentry * d_alloc_anon(struct super_block *);
/linux-6.15/Documentation/filesystems/nfs/
H A Dexporting.rst141 by d_alloc_anon. The default get_parent function just returns an error
/linux-6.15/Documentation/filesystems/
H A Dporting.rst855 be misspelled d_alloc_anon().