Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 5 of 5) sorted by relevance

/base/tee/tee_os_kernel/user/system-services/system-servers/tmpfs/
Dnamei.c117 struct dentry *dentry) in step_into()
181 struct dentry *dentry; in walk_component() local
227 struct dentry *dentry; in lookup_create() local
273 struct dentry *dentry; in lookup_last_open() local
430 struct dentry **dentry) in path_lookupat()
480 unsigned flags, struct dentry **dentry) in path_openat()
Dinternal_ops.c816 struct dentry *dentry = malloc(sizeof(struct dentry)); in tmpfs_alloc_dent() local
836 static void tmpfs_free_dent(struct dentry *dentry) in tmpfs_free_dent()
883 static void tmpfs_dir_remove_dent(struct inode *dir, struct dentry *dentry) in tmpfs_dir_remove_dent()
936 static void tmpfs_dir_link(struct inode *dir, struct dentry *dentry, in tmpfs_dir_link()
953 static void tmpfs_dir_unlink(struct inode *dir, struct dentry *dentry) in tmpfs_dir_unlink()
976 static int tmpfs_dir_mkdir(struct inode *dir, struct dentry *dentry, in tmpfs_dir_mkdir()
1039 static int tmpfs_dir_rmdir(struct inode *dir, struct dentry *dentry) in tmpfs_dir_rmdir()
1127 static int tmpfs_dir_mknod(struct inode *dir, struct dentry *dentry, in tmpfs_dir_mknod()
Dtmpfs.c53 struct dentry *dentry; in tmpfs_creat() local
88 struct dentry *dentry; in tmpfs_open() local
549 struct dentry *dentry; in tmpfs_fstatat() local
586 struct dentry *dentry; in tmpfs_faccessat() local
608 struct dentry *dentry; in tmpfs_statfs() local
Ddefs.h138 struct dentry { struct
139 struct string name;
140 struct inode *inode;
141 struct hlist_node node;
Dmain.c40 struct dentry *dentry; in tmpfs_load_image() local