Home
last modified time | relevance | path

Searched refs:lookup_create (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/
Dinterface.c24 extern struct dentry *lookup_create(struct nameidata *nd, int is_dir);
45 nd->dentry = lookup_create(nd, is_dir); in walk_parents_mkdir()
91 *dentry = lookup_create(&nd, is_dir); in hwgfs_decode()
/linux-2.4.37.9/fs/
Dnamei.c1238 static struct dentry *lookup_create(struct nameidata *nd, int is_dir) in lookup_create() function
1302 dentry = lookup_create(&nd, 0); in sys_mknod()
1370 dentry = lookup_create(&nd, 1); in sys_mkdir()
1612 dentry = lookup_create(&nd, 0); in sys_symlink()
1698 new_dentry = lookup_create(&nd, 0); in sys_link()
/linux-2.4.37.9/fs/intermezzo/
Dvfs.c666 static struct dentry *lookup_create(struct nameidata *nd, int is_dir) in lookup_create() function
711 dentry = lookup_create(&nd, 0); in lento_create()
869 new_dentry = lookup_create(&nd, 0); in lento_link()
1233 dentry = lookup_create(&nd, 0); in lento_symlink()
1389 dentry = lookup_create(&nd, 1); in lento_mkdir()
1700 dentry = lookup_create(&nd, 0); in lento_mknod()