Home
last modified time | relevance | path

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

/linux-4.4.14/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()
237 imap.br_startblock == DELAYSTARTBLOCK || in xfs_pnfs_validate_isize()
Dxfs_bmap_util.c494 if (startblock == DELAYSTARTBLOCK) in xfs_getbmapx_fix_eof_hole()
666 else if (map[i].br_startblock == DELAYSTARTBLOCK) in xfs_getbmap()
684 if (map[i].br_startblock == DELAYSTARTBLOCK && in xfs_getbmap()
791 if (imap.br_startblock != DELAYSTARTBLOCK) { in xfs_bmap_punch_delalloc_range()
1159 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_zero_remaining_bytes()
1270 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
1283 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
Dxfs_aops.c336 ASSERT(imap->br_startblock != DELAYSTARTBLOCK); in xfs_map_blocks()
611 ASSERT(imap->br_startblock != DELAYSTARTBLOCK); in xfs_map_buffer()
630 ASSERT(imap->br_startblock != DELAYSTARTBLOCK); in xfs_map_at_offset()
1433 imap.br_startblock == DELAYSTARTBLOCK) || in __xfs_get_blocks()
1495 imap.br_startblock != DELAYSTARTBLOCK && in __xfs_get_blocks()
1527 if (imap.br_startblock == DELAYSTARTBLOCK) { in __xfs_get_blocks()
Dxfs_iomap.c331 (imap[n].br_startblock != DELAYSTARTBLOCK)) in xfs_iomap_eof_want_preallocate()
336 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.c1394 (map[i].br_startblock == DELAYSTARTBLOCK || in xfs_seek_hole_data()
Dxfs_qm.c985 ASSERT(map[i].br_startblock != DELAYSTARTBLOCK); in xfs_qm_dqiterate()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_remote.c384 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_get()
489 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
526 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
591 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_remove()
Dxfs_bmap.h139 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) macro
Dxfs_bmap.c548 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK && in xfs_bmap_validate_ret()
3267 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
3922 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi_trim_map()
3932 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi_trim_map()
3979 } else if (*n > 0 && mval->br_startblock != DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3980 mval[-1].br_startblock != DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3990 mval->br_startblock == DELAYSTARTBLOCK && in xfs_bmapi_update_map()
3991 mval[-1].br_startblock == DELAYSTARTBLOCK && in xfs_bmapi_update_map()
Dxfs_da_btree.c2398 mapp[i].br_startblock == DELAYSTARTBLOCK) { in xfs_da_map_covers_blocks()
2442 ASSERT(irecs[i].br_startblock != DELAYSTARTBLOCK && in xfs_buf_map_from_irec()