Lines Matching refs:incore

536 implementation of the incore counters, and will be treated separately.
1600 reconstruct the incore state of the intent item and finish it.
2347 the incore records to be sorted prior to commit, but was very slow and leaked
2547 2. For each incore reservation:
2553 b. For unclaimed portions of incore reservations, create a regular deferred
2765 Third, the incore extent map must be reloaded carefully to avoid disturbing
3071 For performance reasons, XFS also maintains incore copies of those counters,
3074 incore counter and give back whatever they don't use at commit time.
3082 To reduce contention even further, the incore counter is implemented as a
3084 global incore counter and can satisfy small allocations from the local batch.
3253 5. Get the incore inode for the inumber of the examination cursor.
3257 the filesystem until the scan releases the incore inode.
3259 6. Drop the AGI lock and return the incore inode to the caller.
3279 There are subtleties with the inode cache that complicate grabbing the incore
3283 Second, if the incore inode is stuck in some intermediate state, the scan
3299 In regular filesystem code, references to allocated XFS incore inodes are
3301 creation of the incore context for an existing file does not require metadata
3303 However, it is important to note that references to incore inodes obtained as
3308 References to incore inodes are always released (``xfs_irele``) outside of
3491 a well-known incore filesystem object.
3619 1. Make sure the ondisk dquots are in good enough shape that all the incore
3624 Add each file's resource usage to the incore dquot.
3626 3. Walk each incore dquot.
3627 If the incore dquot is not being flushed, add the ondisk buffer backing the
3628 incore dquot to a delayed write (delwri) list.
4230 swap is performed by copying the incore fork contents, logging both forks,