Searched defs:dquot_operations (Results 1 – 2 of 2) sorted by relevance
312 struct dquot_operations { struct313 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */314 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */315 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */316 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */317 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */318 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */319 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */322 qsize_t *(*get_reserved_space) (struct inode *);323 int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */
2036 const struct dquot_operations dquot_operations = { variable