Lines Matching defs:dquot_operations
325 struct dquot_operations { struct
326 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
327 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
328 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */
329 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */
330 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */
331 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */
332 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
335 qsize_t *(*get_reserved_space) (struct inode *);
336 int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */
338 int (*get_inode_usage) (struct inode *, qsize_t *);
340 int (*get_next_id) (struct super_block *sb, struct kqid *qid);