Lines Matching +full:zero +full:- +full:initialised
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
57 * unwritten extent conversion - this needs write cache flushing and no additional
64 * allocate zeroed extents - this requires all newly allocated user data extents
65 * to be initialised to zero. It will be ignored if XFS_BMAPI_METADATA is set.
72 * Map the inode offset to the block given in ap->firstblock. Primarily
97 { XFS_BMAPI_ZERO, "ZERO" }, \
122 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL)
123 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL)
150 return irec->br_startblock != HOLESTARTBLOCK && in xfs_bmap_is_real_extent()
151 irec->br_startblock != DELAYSTARTBLOCK && in xfs_bmap_is_real_extent()
152 !isnullstartblock(irec->br_startblock); in xfs_bmap_is_real_extent()
162 irec->br_state != XFS_EXT_UNWRITTEN; in xfs_bmap_is_written_extent()