Searched refs:adfs_dir (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/fs/adfs/ |
D | adfs.h | 90 struct adfs_dir { struct 127 unsigned int size, struct adfs_dir *dir); argument 128 int (*iterate)(struct adfs_dir *dir, struct dir_context *ctx); 129 int (*setpos)(struct adfs_dir *dir, unsigned int fpos); 130 int (*getnext)(struct adfs_dir *dir, struct object_info *obj); 131 int (*update)(struct adfs_dir *dir, struct object_info *obj); 132 int (*create)(struct adfs_dir *dir, struct object_info *obj); 133 int (*remove)(struct adfs_dir *dir, struct object_info *obj); 134 int (*commit)(struct adfs_dir *dir); 176 int adfs_dir_copyfrom(void *dst, struct adfs_dir *dir, unsigned int offset, [all …]
|
D | dir.c | 17 int adfs_dir_copyfrom(void *dst, struct adfs_dir *dir, unsigned int offset, in adfs_dir_copyfrom() 42 int adfs_dir_copyto(struct adfs_dir *dir, unsigned int offset, const void *src, in adfs_dir_copyto() 67 static void __adfs_dir_cleanup(struct adfs_dir *dir) in __adfs_dir_cleanup() 77 void adfs_dir_relse(struct adfs_dir *dir) in adfs_dir_relse() 87 static void adfs_dir_forget(struct adfs_dir *dir) in adfs_dir_forget() 98 unsigned int size, struct adfs_dir *dir) in adfs_dir_read_buffers() 147 unsigned int size, struct adfs_dir *dir) in adfs_dir_read() 157 struct adfs_dir *dir) in adfs_dir_read_inode() 176 static void adfs_dir_mark_dirty(struct adfs_dir *dir) in adfs_dir_mark_dirty() 185 static int adfs_dir_sync(struct adfs_dir *dir) in adfs_dir_sync() [all …]
|
D | dir_f.c | 70 adfs_dir_checkbyte(const struct adfs_dir *dir) in adfs_dir_checkbyte() 124 static int adfs_f_validate(struct adfs_dir *dir) in adfs_f_validate() 142 struct adfs_dir *dir) in adfs_f_read() 175 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj() 215 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() 233 adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_f_setpos() 243 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext() 254 static int adfs_f_iterate(struct adfs_dir *dir, struct dir_context *ctx) in adfs_f_iterate() 271 static int adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update() 298 static int adfs_f_commit(struct adfs_dir *dir) in adfs_f_commit()
|
D | dir_fplus.c | 70 static u8 adfs_fplus_checkbyte(struct adfs_dir *dir) in adfs_fplus_checkbyte() 104 unsigned int size, struct adfs_dir *dir) in adfs_fplus_read() 159 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_fplus_setpos() 172 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext() 210 static int adfs_fplus_iterate(struct adfs_dir *dir, struct dir_context *ctx) in adfs_fplus_iterate() 230 static int adfs_fplus_update(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_update() 261 static int adfs_fplus_commit(struct adfs_dir *dir) in adfs_fplus_commit()
|