Searched defs:quota_format_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | quota.h | 312 struct quota_format_ops { struct 313 …t (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format */ 314 …file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */ 315 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */ 316 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ 317 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ 318 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ 319 …t (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */ 320 …uct super_block *sb, struct kqid *qid); /* Get next ID with existing structure in the quota file */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | quota.h | 312 struct quota_format_ops { struct 313 …t (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format */ 314 …file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */ 315 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */ 316 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ 317 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */ 318 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ 319 …t (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */ 320 …uct super_block *sb, struct kqid *qid); /* Get next ID with existing structure in the quota file */
|