adfs_dir          124 fs/adfs/adfs.h 			unsigned int size, struct adfs_dir *dir);
adfs_dir          125 fs/adfs/adfs.h 	int	(*setpos)(struct adfs_dir *dir, unsigned int fpos);
adfs_dir          126 fs/adfs/adfs.h 	int	(*getnext)(struct adfs_dir *dir, struct object_info *obj);
adfs_dir          127 fs/adfs/adfs.h 	int	(*update)(struct adfs_dir *dir, struct object_info *obj);
adfs_dir          128 fs/adfs/adfs.h 	int	(*create)(struct adfs_dir *dir, struct object_info *obj);
adfs_dir          129 fs/adfs/adfs.h 	int	(*remove)(struct adfs_dir *dir, struct object_info *obj);
adfs_dir          130 fs/adfs/adfs.h 	int	(*sync)(struct adfs_dir *dir);
adfs_dir          131 fs/adfs/adfs.h 	void	(*free)(struct adfs_dir *dir);
adfs_dir          170 fs/adfs/adfs.h void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj);
adfs_dir           16 fs/adfs/dir.c  void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj)
adfs_dir           61 fs/adfs/dir.c  	struct adfs_dir dir;
adfs_dir          108 fs/adfs/dir.c  	struct adfs_dir dir;
adfs_dir          166 fs/adfs/dir.c  	struct adfs_dir dir;
adfs_dir           12 fs/adfs/dir_f.c static void adfs_f_free(struct adfs_dir *dir);
adfs_dir           72 fs/adfs/dir_f.c adfs_dir_checkbyte(const struct adfs_dir *dir)
adfs_dir          128 fs/adfs/dir_f.c 			 unsigned int size, struct adfs_dir *dir)
adfs_dir          193 fs/adfs/dir_f.c adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj,
adfs_dir          233 fs/adfs/dir_f.c __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj)
adfs_dir          263 fs/adfs/dir_f.c __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj)
adfs_dir          307 fs/adfs/dir_f.c static int adfs_dir_find_entry(struct adfs_dir *dir, u32 indaddr)
adfs_dir          329 fs/adfs/dir_f.c 		       struct adfs_dir *dir)
adfs_dir          346 fs/adfs/dir_f.c adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos)
adfs_dir          356 fs/adfs/dir_f.c adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj)
adfs_dir          368 fs/adfs/dir_f.c adfs_f_update(struct adfs_dir *dir, struct object_info *obj)
adfs_dir          426 fs/adfs/dir_f.c adfs_f_sync(struct adfs_dir *dir)
adfs_dir          442 fs/adfs/dir_f.c adfs_f_free(struct adfs_dir *dir)
adfs_dir           12 fs/adfs/dir_fplus.c adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir)
adfs_dir          117 fs/adfs/dir_fplus.c adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos)
adfs_dir          132 fs/adfs/dir_fplus.c dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len)
adfs_dir          160 fs/adfs/dir_fplus.c adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj)
adfs_dir          199 fs/adfs/dir_fplus.c adfs_fplus_sync(struct adfs_dir *dir)
adfs_dir          215 fs/adfs/dir_fplus.c adfs_fplus_free(struct adfs_dir *dir)