1D_ALLOC_PSEUDO(9)                The Linux VFS               D_ALLOC_PSEUDO(9)
2
3
4

NAME

6       d_alloc_pseudo - allocate a dentry (for lookup-less filesystems)
7

SYNOPSIS

9       struct dentry * d_alloc_pseudo(struct super_block * sb,
10                                      const struct qstr * name);
11

ARGUMENTS

13       sb
14           the superblock
15
16       name
17           qstr of the name
18

DESCRIPTION

20       For a filesystem that just pins its dentries in memory and never
21       performs lookups at all, return an unhashed IS_ROOT dentry.
22
24Kernel Hackers Manual 3.10         June 2019                 D_ALLOC_PSEUDO(9)
Impressum