Searched refs:dquots (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/quota/ |
| H A D | dquot.c | 1012 dquots = i_dquot(inode); in dqinit_needed() 1014 return !dquots[type]; in dqinit_needed() 1016 if (!dquots[cnt]) in dqinit_needed() 1467 dquots = i_dquot(inode); in __dquot_initialize() 1483 if (dquots[cnt]) in __dquot_initialize() 1533 if (!dquots[cnt]) { in __dquot_initialize() 1579 dquots = i_dquot(inode); in dquot_initialize_needed() 1626 dquots = i_dquot(inode); in dquot_drop() 1628 if (dquots[cnt]) in dquot_drop() 1703 dquots = i_dquot(inode); in __dquot_alloc_space() [all …]
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A 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
|
| H A 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. 3035 Similar to inodes, quota records ("dquots") also have both ondisk records and 3038 Somewhat confusingly, both are known as dquots in the XFS codebase. 3612 1. Make sure the ondisk dquots are in good enough shape that all the incore 3613 dquots will actually load, and zero the resource usage counters in the 3629 index implemented with a sparse ``xfarray``, and only writes to the real dquots 3632 are handled in phases to minimize contention on dquots: 3659 The step 4 hook commits the shadow ``dqtrx`` changes to the shadow dquots. 3672 realtime blocks) and add that to the shadow dquots for the user, group, [all …]
|
| H A D | xfs-delayed-logging-design.rst | 32 Some objects, such as inodes and dquots, are logged in logical format where the
|