Searched refs:dquots (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/quota/ |
D | dquot.c | 1014 struct dquot * const *dquots; in dqinit_needed() local 1020 dquots = i_dquot(inode); in dqinit_needed() 1022 return !dquots[type]; in dqinit_needed() 1024 if (!dquots[cnt]) in dqinit_needed() 1104 struct dquot **dquots = i_dquot(inode); in remove_dquot_ref() local 1105 struct dquot *dquot = dquots[type]; in remove_dquot_ref() 1111 dquots[type] = NULL; in remove_dquot_ref() 1464 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize() local 1472 dquots = i_dquot(inode); in __dquot_initialize() 1488 if (dquots[cnt]) in __dquot_initialize() [all …]
|
/Linux-v6.6/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 333 Inodes and dquots are special snowflakes. They have per-object CRC and 337 identification of the buffer - that they contain inodes or dquots, and that
|
D | xfs-online-fsck-design.rst | 553 Delta tracking is necessary for dquots because the index builder scans inodes, 554 whereas the data structure being rebuilt is an index of dquots. 3042 Similar to inodes, quota records ("dquots") also have both ondisk records and 3045 Somewhat confusingly, both are known as dquots in the XFS codebase. 3619 1. Make sure the ondisk dquots are in good enough shape that all the incore 3620 dquots will actually load, and zero the resource usage counters in the 3636 index implemented with a sparse ``xfarray``, and only writes to the real dquots 3639 are handled in phases to minimize contention on dquots: 3666 The step 4 hook commits the shadow ``dqtrx`` changes to the shadow dquots. 3679 realtime blocks) and add that to the shadow dquots for the user, group, [all …]
|
D | xfs-delayed-logging-design.rst | 32 Some objects, such as inodes and dquots, are logged in logical format where the
|