|
Linux Kernel
3.7.1
|
#include <adfs.h>
Data Fields | |
| int(* | read )(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) |
| int(* | setpos )(struct adfs_dir *dir, unsigned int fpos) |
| int(* | getnext )(struct adfs_dir *dir, struct object_info *obj) |
| int(* | update )(struct adfs_dir *dir, struct object_info *obj) |
| int(* | create )(struct adfs_dir *dir, struct object_info *obj) |
| int(* | remove )(struct adfs_dir *dir, struct object_info *obj) |
| int(* | sync )(struct adfs_dir *dir) |
| void(* | free )(struct adfs_dir *dir) |
1.8.2