Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dquota.h301 struct quota_format_ops { struct
302 …t (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format */
303 …file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */
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() */
306 int (*read_dqblk)(struct dquot *dquot); /* Read structure for one user */
307 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */
308 …t (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */