Home
last modified time | relevance | path

Searched refs:dquots (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/quota/
H A Ddquot.c1012 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 Dxfs-self-describing-metadata.rst333 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 Dxfs-online-fsck-design.rst553 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 Dxfs-delayed-logging-design.rst32 Some objects, such as inodes and dquots, are logged in logical format where the