Lines Matching refs:resource

66 - Examine resource usage.
208 In summary, online fsck takes advantage of resource sharding and redundant
247 A second limitation of online fsck is that it must follow the same resource
294 repairs are performed so that subsequent repairs will not fail the resource
303 Summary counters such as the free space counts and quota resource counts
330 If the item is not corrupt or does not need optimization, resource are
376 Scrub obeys the same rules as regular filesystem accesses for resource and lock
416 However, any data structure builder that maintains a resource lock for the
435 to the usual order of resource acquisition.
521 These are often used to speed up resource usage queries, and are many times
530 - Quota resource usage counts
532 Check and repair require full filesystem scans, but resource and lock
537 Check and repair of the other types of summary counters (quota resource counts
549 Since quotas are non-negative integer counts of resource usage, online
782 never notice resource starvation.
840 kernel block device to prevent resource overconsumption.
1040 Program runtime and ease of resource acquisition are the only real limits to
1194 - Quota timer expiration (if resource usage exceeds the soft limit)
1484 resource usage, and file link counts.
1663 items carefully to avoid resource reuse conflicts between unsuspecting threads.
1739 5. The subtransaction commits, which unlocks the resource associated with the
1744 1. Lock the resource(s) associated with the metadata being scrubbed.
1827 Online scrub has resource acquisition helpers (e.g. ``xchk_perag_lock``) to
2369 This information is required for resource reservation.
3015 specialized resource acquisition functions that return either the in-memory
3072 which are key to enabling resource reservations for active transactions.
3328 During normal operation, resource acquisition for an update follows this order
3429 resource being scrubbed before and after the lock cycle to detect changes and
3620 dquots will actually load, and zero the resource usage counters in the
3624 Add each file's resource usage to the incore dquot.
3635 Therefore, online quotacheck records file resource usage to a shadow dquot
3638 Handling transactional updates is tricky because quota resource usage updates
3647 b. A quota reservation is added to the dquot's resource usage.
3678 b. Determine that inode's resource usage (data blocks, inode counts,
3694 resource counts are set to the values in the shadow dquot.
4278 the appropriate resource reservations, locks, and fill out a ``struct
4815 b. Quota resource counts depend on consistency within the quota file data
5220 it can spend in the kernel holding resource locks is basically unbounded.