Searched defs:adfs_dir_ops (Results 1 – 1 of 1) sorted by relevance
122 struct adfs_dir_ops { struct123 int (*read)(struct super_block *sb, unsigned int indaddr,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);