Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dinternal.h147 extern struct dentry *__d_alloc(struct super_block *, const struct qstr *);
Ddcache.c1605 struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name) in __d_alloc() function
1696 struct dentry *dentry = __d_alloc(parent->d_sb, name); in d_alloc()
1715 return __d_alloc(sb, NULL); in d_alloc_anon()
1743 struct dentry *dentry = __d_alloc(sb, name); in d_alloc_pseudo()
Dlibfs.c276 dentry = __d_alloc(s, &d_name); in mount_pseudo_xattr()