Home
last modified time | relevance | path

Searched defs:quotactl_ops (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
Dquota.h262 struct quotactl_ops { struct
263 int (*quota_on)(struct super_block *, int, int, char *);
264 int (*quota_off)(struct super_block *, int);
265 int (*quota_sync)(struct super_block *, int);
266 int (*get_info)(struct super_block *, int, struct if_dqinfo *);
267 int (*set_info)(struct super_block *, int, struct if_dqinfo *);
268 int (*get_dqblk)(struct super_block *, int, qid_t, struct if_dqblk *);
269 int (*set_dqblk)(struct super_block *, int, qid_t, struct if_dqblk *);
270 int (*get_xstate)(struct super_block *, struct fs_quota_stat *);
271 int (*set_xstate)(struct super_block *, unsigned int, int);
[all …]