Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dquota.h322 struct dquot_operations { struct
323 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
325 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */
326 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */
327 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */
328 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */
329 int (*write_info) (struct super_block *, int); /* Write of quota "superblock" */
332 qsize_t *(*get_reserved_space) (struct inode *);
333 int (*get_projid) (struct inode *, kprojid_t *);/* Get project ID */
335 int (*get_inode_usage) (struct inode *, qsize_t *);
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst597 dquot_operations chapter
/linux-6.3-rc2/fs/quota/
A Ddquot.c2160 const struct dquot_operations dquot_operations = { variable

Completed in 18 milliseconds