Searched defs:adfs_dir_ops (Results 1 – 1 of 1) sorted by relevance
129 struct adfs_dir_ops { struct130 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);