Searched defs:adfs_dir_ops (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-4.19/fs/adfs/ |
D | adfs.h | 129 struct adfs_dir_ops { 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);
|
/kernel/linux/linux-5.10/fs/adfs/ |
D | adfs.h | 125 struct adfs_dir_ops { struct 126 int (*read)(struct super_block *sb, unsigned int indaddr, 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);
|