Searched defs:dquot_operations (Results 1 – 1 of 1) sorted by relevance
327 struct dquot_operations { struct328 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */329 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */330 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */331 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */332 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */333 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */334 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */337 qsize_t *(*get_reserved_space) (struct inode *);338 int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */[all …]