Searched refs:adfs_dir (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/adfs/ |
D | adfs.h | 82 struct adfs_dir { struct 130 int (*read)(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir); 131 int (*setpos)(struct adfs_dir *dir, unsigned int fpos); 132 int (*getnext)(struct adfs_dir *dir, struct object_info *obj); 133 int (*update)(struct adfs_dir *dir, struct object_info *obj); 134 int (*create)(struct adfs_dir *dir, struct object_info *obj); 135 int (*remove)(struct adfs_dir *dir, struct object_info *obj); 136 int (*sync)(struct adfs_dir *dir); 137 void (*free)(struct adfs_dir *dir);
|
D | dir_f.c | 16 static void adfs_f_free(struct adfs_dir *dir); 85 adfs_dir_checkbyte(const struct adfs_dir *dir) in adfs_dir_checkbyte() 144 unsigned int size, struct adfs_dir *dir) in adfs_dir_read() 210 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj() 256 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() 286 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put() 331 adfs_dir_find_entry(struct adfs_dir *dir, unsigned long object_id) in adfs_dir_find_entry() 353 adfs_f_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_f_read() 370 adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_f_setpos() 380 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext() [all …]
|
D | dir_fplus.c | 16 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_fplus_read() 123 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_fplus_setpos() 138 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) in dir_memcpy() 166 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext() 225 adfs_fplus_sync(struct adfs_dir *dir) in adfs_fplus_sync() 241 adfs_fplus_free(struct adfs_dir *dir) in adfs_fplus_free()
|
D | dir.c | 26 struct adfs_dir dir; in adfs_readdir() 73 struct adfs_dir dir; in adfs_dir_update() 133 struct adfs_dir dir; in adfs_dir_lookup_byname()
|