Lines Matching refs:super_block
225 struct super_block;
237 extern void mark_info_dirty(struct super_block *sb, int type);
293 struct super_block *dq_sb; /* superblock this applies to */
302 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format…
303 …int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on …
304 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */
305 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */
314 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
319 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
421 int (*quota_on)(struct super_block *, int, int, struct path *);
422 int (*quota_off)(struct super_block *, int);
423 int (*quota_enable)(struct super_block *, unsigned int);
424 int (*quota_disable)(struct super_block *, unsigned int);
425 int (*quota_sync)(struct super_block *, int);
426 int (*set_info)(struct super_block *, int, struct qc_info *);
427 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
428 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
429 int (*get_state)(struct super_block *, struct qc_state *);
430 int (*rm_xquota)(struct super_block *, unsigned int);