Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddcache.h237 extern struct dentry * d_alloc_anon(struct super_block *);
/linux-6.12.1/fs/
Ddcache.c1732 struct dentry *d_alloc_anon(struct super_block *sb) in d_alloc_anon() function
1736 EXPORT_SYMBOL(d_alloc_anon);
1740 struct dentry *dentry = d_alloc_anon(parent->d_sb); in d_alloc_cursor()
1932 res = d_alloc_anon(root_inode->i_sb); in d_make_root()
1958 new = d_alloc_anon(sb); in __d_obtain_alias()
Dlibfs.c2169 dentry = d_alloc_anon(sb); in prepare_anon_dentry()
/linux-6.12.1/Documentation/filesystems/nfs/
Dexporting.rst141 by d_alloc_anon. The default get_parent function just returns an error
/linux-6.12.1/Documentation/filesystems/
Dporting.rst855 be misspelled d_alloc_anon().