Lines Matching refs:super_block

235 struct super_block;
247 extern void mark_info_dirty(struct super_block *sb, int type);
302 struct super_block *dq_sb; /* superblock this applies to */
311 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format…
312 …int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on …
313 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */
314 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */
318 …int (*get_next_id)(struct super_block *sb, struct kqid *qid); /* Get next ID with existing structu…
324 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
329 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
337 int (*get_next_id) (struct super_block *sb, struct kqid *qid);
429 int (*quota_on)(struct super_block *, int, int, const struct path *);
430 int (*quota_off)(struct super_block *, int);
431 int (*quota_enable)(struct super_block *, unsigned int);
432 int (*quota_disable)(struct super_block *, unsigned int);
433 int (*quota_sync)(struct super_block *, int);
434 int (*set_info)(struct super_block *, int, struct qc_info *);
435 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
436 int (*get_nextdqblk)(struct super_block *, struct kqid *,
438 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
439 int (*get_state)(struct super_block *, struct qc_state *);
440 int (*rm_xquota)(struct super_block *, unsigned int);