Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dquota.h316 struct dquot_operations { struct
317 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
318 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
319 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */
320 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */
321 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */
322 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */
323 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
326 qsize_t *(*get_reserved_space) (struct inode *);
/linux-3.4.99/fs/quota/
Ddquot.c1920 const struct dquot_operations dquot_operations = { variable