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

NAME

6       d_alloc_root - allocate root dentry
7

SYNOPSIS

9       struct dentry * d_alloc_root(struct inode * root_inode);
10

ARGUMENTS

12       root_inode
13           inode to allocate the root for
14

DESCRIPTION

16       Allocate a root (“/”) dentry for the inode given. The inode is
17       instantiated and returned.  NULL is returned if there is insufficient
18       memory or the inode passed is NULL.
19
21Kernel Hackers Manual 2.6.         June 2019                   D_ALLOC_ROOT(9)
Impressum