Home
last modified time | relevance | path

Searched refs:DELAYSTARTBLOCK (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_attr_remote.c430 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_get()
525 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set_value()
566 if (XFS_IS_CORRUPT(mp, map->br_startblock == DELAYSTARTBLOCK) || in xfs_attr_rmtval_stale()
640 ASSERT((map->br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set_blk()
Dxfs_bmap.h124 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) macro
153 irec->br_startblock != DELAYSTARTBLOCK && in xfs_bmap_is_real_extent()
Dxfs_exchmaps.c301 irec1->br_startblock == DELAYSTARTBLOCK || in xfs_exchmaps_find_mappings()
326 irec2->br_startblock == DELAYSTARTBLOCK || in xfs_exchmaps_find_mappings()
918 if (nrec->br_startblock == DELAYSTARTBLOCK || in xmi_next()
Dxfs_bmap.c537 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK && in xfs_bmap_validate_ret()
3033 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
3809 irec->br_startblock = DELAYSTARTBLOCK; in xfs_trim_extent()
3810 if (irec->br_startblock != DELAYSTARTBLOCK && in xfs_trim_extent()
3841 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi_trim_map()
3851 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi_trim_map()
3898 } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3899 mval[-1].br_startblock != DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3908 mval->br_startblock == DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3909 mval[-1].br_startblock == DELAYSTARTBLOCK && in xfs_bmapi_update_map()
[all …]
Dxfs_da_btree.c2730 irecs[i].br_startblock == DELAYSTARTBLOCK) in xfs_dabuf_map()
/linux-6.12.1/fs/xfs/
Dxfs_pnfs.c182 ASSERT(!nimaps || imap.br_startblock != DELAYSTARTBLOCK); in xfs_fs_map_blocks()
242 imap.br_startblock == DELAYSTARTBLOCK || in xfs_pnfs_validate_isize()
Dxfs_reflink.c478 cmap->br_startblock == DELAYSTARTBLOCK); in xfs_reflink_fill_delalloc()
545 cmap->br_startblock == DELAYSTARTBLOCK) in xfs_reflink_allocate_cow()
785 } else if (data.br_startblock == DELAYSTARTBLOCK) { in xfs_reflink_end_cow_extent()
1270 } else if (smap.br_startblock == DELAYSTARTBLOCK) { in xfs_reflink_remap_extent()
1365 if (imap.br_startblock == DELAYSTARTBLOCK) { in xfs_reflink_remap_blocks()
1366 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_reflink_remap_blocks()
Dxfs_bmap_util.c168 got->br_startblock == DELAYSTARTBLOCK) { in xfs_getbmap_report_one()
242 rec->br_startblock != DELAYSTARTBLOCK) in xfs_getbmap_next_rec()
1271 ASSERT(tirec.br_startblock != DELAYSTARTBLOCK); in xfs_swap_extent_rmap()
1334 tirec.br_startblock != DELAYSTARTBLOCK) in xfs_swap_extent_rmap()
Dxfs_dquot.c357 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_dquot_disk_alloc()
459 ASSERT(map.br_startblock != DELAYSTARTBLOCK); in xfs_dquot_disk_read()
Dxfs_iomap.c113 } else if (imap->br_startblock == DELAYSTARTBLOCK || in xfs_bmbt_to_iomap()
691 imap->br_startblock == DELAYSTARTBLOCK) in imap_needs_alloc()
Dxfs_qm.c1036 ASSERT(map[i].br_startblock != DELAYSTARTBLOCK); in xfs_qm_reset_dqcounts_buf()
/linux-6.12.1/fs/xfs/scrub/
Drtbitmap_repair.c94 if (map.br_startblock == DELAYSTARTBLOCK) in xrep_rtbitmap_data_mappings()
Dreap.c818 if (nhmaps != 1 || hmap.br_startblock == DELAYSTARTBLOCK) { in xreap_bmapi_binval()
1027 if (nimaps != 1 || imap.br_startblock == DELAYSTARTBLOCK) { in xrep_reap_ifork()
Dtempfile.c338 if (map.br_startblock == DELAYSTARTBLOCK) in xrep_tempfile_prealloc()