table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| D_ALLOC_PSEUDO(9) | The Linux VFS | D_ALLOC_PSEUDO(9) |
NAME¶
d_alloc_pseudo - allocate a dentry (for lookup-less filesystems)SYNOPSIS¶
struct
dentry * d_alloc_pseudo(struct super_block * sb,
const struct qstr * name);
ARGUMENTS¶
sbthe superblock
name
qstr of the name
DESCRIPTION¶
For a filesystem that just pins its dentries in memory and never performs lookups at all, return an unhashed IS_ROOT dentry.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |