Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Df2fs.h125 struct f2fs_dir_entry *dentry; member
131 struct dentry { struct
132 char *path;
133 char *full_path;
134 const u8 *name;
135 int len;
136 char *link;
137 unsigned long size;
138 u8 file_type;
139 u16 mode;
[all …]
Dfsck.c1213 u8 *bitmap, struct f2fs_dir_entry *dentry, in print_dentry()
1259 static int f2fs_check_hash_code(struct f2fs_dir_entry *dentry, in f2fs_check_hash_code()
1320 struct f2fs_dir_entry *dentry, in __chk_dots_dentries()
1365 static void nullify_dentry(struct f2fs_dir_entry *dentry, int offs, in nullify_dentry()
1374 u8 *bitmap, struct f2fs_dir_entry *dentry, in __chk_dentries()
Ddir.c114 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/u-boot/cmd/
Dmtdparts.c230 struct list_head *dentry; in index_partitions() local
1080 struct list_head *pentry, *dentry; in generate_mtdparts() local
1246 struct list_head *dentry, *pentry; local
1347 struct list_head *dentry, *pentry; local
1482 struct list_head *dentry, *pentry; local
/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/u-boot/fs/ubifs/
Dubifs.h426 struct dentry *dentry; member
567 struct dentry { struct
569 spinlock_t d_lock; /* per dentry lock */ argument
577 struct dentry *d_parent; /* parent directory */ argument
587 struct super_block *d_sb; /* The root of the dentry tree */ argument
596 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
Dubifs.c398 struct dentry *dentry; in ubifs_finddir() local
586 struct dentry *dentry; in ubifs_ls() local
Dsuper.c577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_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/f2fs-tools/include/
Df2fs_fs.h1089 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member