Home
last modified time | relevance | path

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

/include/linux/
Dquota.h314 struct quotactl_ops { struct
315 int (*quota_on)(struct super_block *, int, int, char *, int);
316 int (*quota_off)(struct super_block *, int, int);
317 int (*quota_sync)(struct super_block *, int);
318 int (*get_info)(struct super_block *, int, struct if_dqinfo *);
319 int (*set_info)(struct super_block *, int, struct if_dqinfo *);
320 int (*get_dqblk)(struct super_block *, int, qid_t, struct if_dqblk *);
321 int (*set_dqblk)(struct super_block *, int, qid_t, struct if_dqblk *);
322 int (*get_xstate)(struct super_block *, struct fs_quota_stat *);
323 int (*set_xstate)(struct super_block *, unsigned int, int);
[all …]