Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dquota.h310 struct quota_format_ops { struct
311 …t (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format */
312 …file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */
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() */
315 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */
316 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */
317 …t (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */
318 …uct super_block *sb, struct kqid *qid); /* Get next ID with existing structure in the quota file */