Searched defs:dentry (Results 1 – 12 of 12) sorted by relevance
/external/f2fs-tools/fsck/ |
D | f2fs.h | 201 struct f2fs_dir_entry *dentry; member 207 struct dentry { struct 208 char *path; 209 char *full_path; 210 const u8 *name; 211 int len; 212 char *link; 213 unsigned long size; 214 u8 file_type; 215 u16 mode; [all …]
|
D | fsck.c | 1302 u8 *bitmap, struct f2fs_dir_entry *dentry, in print_dentry() 1349 struct f2fs_dir_entry *dentry, in f2fs_check_hash_code() 1385 static int f2fs_check_dirent_position(const struct f2fs_dir_entry *dentry, in f2fs_check_dirent_position() 1414 struct f2fs_dir_entry *dentry, in __chk_dots_dentries() 1459 static void nullify_dentry(struct f2fs_dir_entry *dentry, int offs, in nullify_dentry() 1469 u8 *bitmap, struct f2fs_dir_entry *dentry, in __chk_dentries()
|
D | dir.c | 115 struct f2fs_dir_entry *dentry = NULL; in find_in_level() local
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 132 static inline void inotify_d_instantiate(struct dentry *dentry, in inotify_d_instantiate() 137 static inline void inotify_d_move(struct dentry *dentry) in inotify_d_move() 148 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry, in inotify_dentry_parent_queue_event()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | export.c | 78 struct dentry *dentry = ERR_PTR(-ENOENT); in squashfs_export_iget() local
|
D | namei.c | 135 static struct dentry *squashfs_lookup(struct inode *dir, struct dentry *dentry, in squashfs_lookup()
|
D | super.c | 300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs()
|
/external/selinux/libselinux/src/ |
D | stringrep.c | 56 struct dirent *dentry; in discover_class() local
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 629 static struct dentry *squashfs_lookup_2(struct inode *i, struct dentry *dentry) in squashfs_lookup_2()
|
D | inode.c | 1866 static struct dentry *squashfs_lookup(struct inode *i, struct dentry *dentry) in squashfs_lookup()
|
/external/libcups/systemv/ |
D | cupstestppd.c | 3884 cups_dentry_t *dentry; /* Current directory entry */ in valid_path() local
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1250 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|