Searched refs:dquots (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 402 static inline int mark_all_dquot_dirty(struct dquot __rcu * const *dquots) in mark_all_dquot_dirty() argument 409 dquot = srcu_dereference(dquots[cnt], &dquot_srcu); in mark_all_dquot_dirty() 1017 struct dquot __rcu * const *dquots; in dqinit_needed() local 1023 dquots = i_dquot(inode); in dqinit_needed() 1025 return !dquots[type]; in dqinit_needed() 1027 if (!dquots[cnt]) in dqinit_needed() 1107 struct dquot __rcu **dquots = i_dquot(inode); in remove_dquot_ref() local 1109 dquots[type], &dquot_srcu, in remove_dquot_ref() 1116 rcu_assign_pointer(dquots[type], NULL); in remove_dquot_ref() 1469 struct dquot __rcu **dquots; in __dquot_initialize() local [all …]
|
/openbmc/linux/Documentation/filesystems/ |
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. 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 …]
|
H A D | xfs-delayed-logging-design.rst | 32 Some objects, such as inodes and dquots, are logged in logical format where the
|