Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Df2fs.h201 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 …]
Dfsck.c1302 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()
Ddir.c115 struct f2fs_dir_entry *dentry = NULL; in find_in_level() local
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h132 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/
Dexport.c78 struct dentry *dentry = ERR_PTR(-ENOENT); in squashfs_export_iget() local
Dnamei.c135 static struct dentry *squashfs_lookup(struct inode *dir, struct dentry *dentry, in squashfs_lookup()
Dsuper.c300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs()
/external/selinux/libselinux/src/
Dstringrep.c56 struct dirent *dentry; in discover_class() local
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c629 static struct dentry *squashfs_lookup_2(struct inode *i, struct dentry *dentry) in squashfs_lookup_2()
Dinode.c1866 static struct dentry *squashfs_lookup(struct inode *i, struct dentry *dentry) in squashfs_lookup()
/external/libcups/systemv/
Dcupstestppd.c3884 cups_dentry_t *dentry; /* Current directory entry */ in valid_path() local
/external/f2fs-tools/include/
Df2fs_fs.h1250 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member