Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_pnfs.c93 } else if (imap->br_startblock == DELAYSTARTBLOCK) { in xfs_bmbt_to_iomap()
181 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_fs_map_blocks()
232 imap.br_startblock == DELAYSTARTBLOCK || in xfs_pnfs_validate_isize()
Dxfs_bmap_util.c468 if (startblock == DELAYSTARTBLOCK) in xfs_getbmapx_fix_eof_hole()
640 else if (map[i].br_startblock == DELAYSTARTBLOCK) in xfs_getbmap()
658 if (map[i].br_startblock == DELAYSTARTBLOCK && in xfs_getbmap()
765 if (imap.br_startblock != DELAYSTARTBLOCK) { in xfs_bmap_punch_delalloc_range()
1141 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_zero_remaining_bytes()
1232 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
1245 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
Dxfs_aops.c329 ASSERT(imap->br_startblock != DELAYSTARTBLOCK); in xfs_map_blocks()
606 ASSERT(imap->br_startblock != DELAYSTARTBLOCK); in xfs_map_buffer()
625 ASSERT(imap->br_startblock != DELAYSTARTBLOCK); in xfs_map_at_offset()
1403 imap.br_startblock == DELAYSTARTBLOCK))) { in __xfs_get_blocks()
1457 imap.br_startblock != DELAYSTARTBLOCK && in __xfs_get_blocks()
1488 if (imap.br_startblock == DELAYSTARTBLOCK) { in __xfs_get_blocks()
Dxfs_iomap.c293 (imap[n].br_startblock != DELAYSTARTBLOCK)) in xfs_iomap_eof_want_preallocate()
298 if (imap[n].br_startblock == DELAYSTARTBLOCK) in xfs_iomap_eof_want_preallocate()
Dxfs_attr_inactive.c79 ASSERT(map.br_startblock != DELAYSTARTBLOCK); in xfs_attr3_leaf_freextent()
Dxfs_dquot.c341 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_qm_dqalloc()
503 ASSERT(map.br_startblock != DELAYSTARTBLOCK); in xfs_qm_dqtobp()
Dxfs_file.c1356 (map[i].br_startblock == DELAYSTARTBLOCK || in xfs_seek_hole_data()
Dxfs_qm.c986 ASSERT(map[i].br_startblock != DELAYSTARTBLOCK); in xfs_qm_dqiterate()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_remote.c383 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_get()
488 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
525 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
590 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_remove()
Dxfs_bmap.h130 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) macro
Dxfs_bmap.c548 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK && in xfs_bmap_validate_ret()
3268 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
3917 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi_trim_map()
3927 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi_trim_map()
3974 } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3975 mval[-1].br_startblock != DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3985 mval->br_startblock == DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3986 mval[-1].br_startblock == DELAYSTARTBLOCK && in xfs_bmapi_update_map()
Dxfs_da_btree.c2387 mapp[i].br_startblock == DELAYSTARTBLOCK) { in xfs_da_map_covers_blocks()
2431 ASSERT(irecs[i].br_startblock != DELAYSTARTBLOCK && in xfs_buf_map_from_irec()