Home
last modified time | relevance | path

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

/fs/
Dinternal.h155 extern struct dentry *__d_alloc(struct super_block *, const struct qstr *);
Ddcache.c1685 struct dentry *__d_alloc(struct super_block *sb, const struct qstr *name) in __d_alloc() function
1770 struct dentry *dentry = __d_alloc(parent->d_sb, name); in d_alloc()
1789 return __d_alloc(sb, NULL); in d_alloc_anon()
1820 struct dentry *dentry = __d_alloc(sb, name); in d_alloc_pseudo()