Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dquota.h324 struct dquot_operations { struct
325 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
326 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
327 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */
328 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */
329 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */
330 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */
331 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
334 qsize_t *(*get_reserved_space) (struct inode *);
335 int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */
[all …]
/linux-6.6.21/Documentation/filesystems/
Dlocking.rst605 dquot_operations chapter
/linux-6.6.21/fs/quota/
Ddquot.c2178 const struct dquot_operations dquot_operations = { variable