Searched defs:quotactl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | quota.h | 256 struct quotactl_ops { struct 257 int (*quota_on)(struct super_block *, int, int, char *); 258 int (*quota_off)(struct super_block *, int); 259 int (*quota_sync)(struct super_block *, int); 260 int (*get_info)(struct super_block *, int, struct if_dqinfo *); 261 int (*set_info)(struct super_block *, int, struct if_dqinfo *); 262 int (*get_dqblk)(struct super_block *, int, qid_t, struct if_dqblk *); 263 int (*set_dqblk)(struct super_block *, int, qid_t, struct if_dqblk *); 264 int (*get_xstate)(struct super_block *, struct fs_quota_stat *); 265 int (*set_xstate)(struct super_block *, unsigned int, int); [all …]
|