Searched defs:dir_ops (Results 1 – 2 of 2) sorted by relevance
| /base/tee/tee_os_kernel/user/system-services/system-servers/tmpfs/ |
| D | defs.h | 167 struct dir_ops { struct 168 struct dentry *(*alloc_dentry)(); 169 void (*free_dentry)(struct dentry *dentry); 170 int (*add_dentry)(struct inode *dir, struct dentry *dentry, char *name, 172 void (*remove_dentry)(struct inode *dir, struct dentry *dentry); 173 bool (*is_empty)(struct inode *dir); 174 void (*link)(struct inode *dir, struct dentry *dentry, struct inode *inode); 175 void (*unlink)(struct inode *dir, struct dentry *dentry); 176 int (*mkdir)(struct inode *dir, struct dentry *dentry, mode_t mode); 177 int (*rmdir)(struct inode *dir, struct dentry *dentry); [all …]
|
| D | internal_ops.c | 46 struct dir_ops dir_ops; variable 1332 struct dir_ops dir_ops = { variable
|