1D_ALLOC_PSEUDO(9) The Linux VFS D_ALLOC_PSEUDO(9)
23
4
NAME
6d_alloc_pseudo - allocate a dentry (for lookup-less filesystems)
7
SYNOPSIS
9struct dentry * d_alloc_pseudo(struct super_block * sb,
10const struct qstr * name);
11
ARGUMENTS
13sb
14the superblock
1516
name
17qstr of the name
18
DESCRIPTION
20For a filesystem that just pins its dentries in memory and never
21performs lookups at all, return an unhashed IS_ROOT dentry.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 D_ALLOC_PSEUDO(9)