Searched defs:dquot_operations (Results 1 – 1 of 1) sorted by relevance
4933 struct dquot_operations { struct4934 int (*write_dquot)(struct dquot *);4935 struct dquot * (*alloc_dquot)(struct super_block *, int);4936 void (*destroy_dquot)(struct dquot *);4937 int (*acquire_dquot)(struct dquot *);4938 int (*release_dquot)(struct dquot *);4939 int (*mark_dirty)(struct dquot *);4940 int (*write_info)(struct super_block *, int);4941 qsize_t * (*get_reserved_space)(struct inode *);4942 int (*get_projid)(struct inode *, kprojid_t *);[all …]