Searched defs:quota_format_ops (Results 1 – 1 of 1) sorted by relevance
235 struct quota_format_ops { struct236 …t (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format */237 …file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */238 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */239 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */240 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */241 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */242 …t (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */