|
Linux Kernel
3.7.1
|
#include <quota.h>
Data Fields | |
| int(* | quota_on )(struct super_block *, int, int, struct path *) |
| int(* | quota_on_meta )(struct super_block *, int, int) |
| int(* | quota_off )(struct super_block *, int) |
| int(* | quota_sync )(struct super_block *, int) |
| int(* | get_info )(struct super_block *, int, struct if_dqinfo *) |
| int(* | set_info )(struct super_block *, int, struct if_dqinfo *) |
| int(* | get_dqblk )(struct super_block *, struct kqid, struct fs_disk_quota *) |
| int(* | set_dqblk )(struct super_block *, struct kqid, struct fs_disk_quota *) |
| int(* | get_xstate )(struct super_block *, struct fs_quota_stat *) |
| int(* | set_xstate )(struct super_block *, unsigned int, int) |
| int(* get_dqblk)(struct super_block *, struct kqid, struct fs_disk_quota *) |
| int(* get_xstate)(struct super_block *, struct fs_quota_stat *) |
| int(* set_dqblk)(struct super_block *, struct kqid, struct fs_disk_quota *) |
1.8.2