D_ALLOC

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

d_alloc - allocate a dcache entry  

SYNOPSIS

struct dentry * d_alloc (struct dentry * parent, const struct qstr * name);  

ARGUMENTS

parent
parent of entry to allocate
name
qstr of the name
 

DESCRIPTION

Allocates a dentry. It returns NULL if there is insufficient memory available. On a success the dentry is returned. The name passed in is copied and the copy passed in may be reused after this call.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:23 GMT, April 09, 2004