d_alloc_root(9)

NAME

d_alloc_root - allocate root dentry

SYNOPSIS

struct dentry * d_alloc_root(struct inode * root_inode);

ARGUMENTS

root_inode
inode to allocate the root for

DESCRIPTION

Allocate a root ("/") dentry for the inode given. The inode is
instantiated and returned. NULL is returned if there is insufficient memory or the inode passed is NULL.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout