LOOKUP_CREATE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

lookup_create - lookup a dentry, creating it if it doesn't exist  

SYNOPSIS

"SYNOPSIS"

struct dentry * lookup_create (struct nameidata * nd, int is_dir);  

ARGUMENTS

nd
nameidata info
is_dir
directory flag
 

DESCRIPTION

Simple function to lookup and return a dentry and create it if it doesn't exist. Is SMP-safe.

Returns with nd->dentry->d_inode->i_sem locked.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:26 GMT, October 09, 2005