Searched refs:adfs_dir (Results 1 – 4 of 4) sorted by relevance
/fs/adfs/ |
D | adfs.h | 91 struct adfs_dir { struct 124 unsigned int size, struct adfs_dir *dir); argument 125 int (*setpos)(struct adfs_dir *dir, unsigned int fpos); 126 int (*getnext)(struct adfs_dir *dir, struct object_info *obj); 127 int (*update)(struct adfs_dir *dir, struct object_info *obj); 128 int (*create)(struct adfs_dir *dir, struct object_info *obj); 129 int (*remove)(struct adfs_dir *dir, struct object_info *obj); 130 int (*sync)(struct adfs_dir *dir); 131 void (*free)(struct adfs_dir *dir); 170 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj);
|
D | dir_f.c | 12 static void adfs_f_free(struct adfs_dir *dir); 72 adfs_dir_checkbyte(const struct adfs_dir *dir) in adfs_dir_checkbyte() 128 unsigned int size, struct adfs_dir *dir) in adfs_dir_read() 193 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj() 233 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() 263 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put() 307 static int adfs_dir_find_entry(struct adfs_dir *dir, u32 indaddr) in adfs_dir_find_entry() 329 struct adfs_dir *dir) in adfs_f_read() 346 adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_f_setpos() 356 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext() [all …]
|
D | dir_fplus.c | 12 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_fplus_read() 117 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_fplus_setpos() 132 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) in dir_memcpy() 160 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext() 199 adfs_fplus_sync(struct adfs_dir *dir) in adfs_fplus_sync() 215 adfs_fplus_free(struct adfs_dir *dir) in adfs_fplus_free()
|
D | dir.c | 16 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj) in adfs_object_fixup() 61 struct adfs_dir dir; in adfs_readdir() 108 struct adfs_dir dir; in adfs_dir_update() 166 struct adfs_dir dir; in adfs_dir_lookup_byname()
|