Searched defs:adfs_dir_ops (Results 1 – 1 of 1) sorted by relevance
128 struct adfs_dir_ops { struct129 int (*read)(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir);130 int (*setpos)(struct adfs_dir *dir, unsigned int fpos);131 int (*getnext)(struct adfs_dir *dir, struct object_info *obj);132 int (*update)(struct adfs_dir *dir, struct object_info *obj);133 int (*create)(struct adfs_dir *dir, struct object_info *obj);134 int (*remove)(struct adfs_dir *dir, struct object_info *obj);135 int (*sync)(struct adfs_dir *dir);136 void (*free)(struct adfs_dir *dir);