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