Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.h90 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) macro
Dxfs_iomap.c183 } else if (start_block == DELAYSTARTBLOCK) { in xfs_imap_to_bmap()
631 (imap[n].br_startblock != DELAYSTARTBLOCK)) { in xfs_iomap_write_delay()
Dxfs_attr.c1943 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_get()
2037 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
2071 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
2136 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_remove()
Dxfs_bmap.c4495 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK && in xfs_bmap_validate_ret()
4907 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi()
4929 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi()
4983 } else if (n > 0 && mval->br_startblock != DELAYSTARTBLOCK && in xfs_bmapi()
4984 mval[-1].br_startblock != DELAYSTARTBLOCK && in xfs_bmapi()
4993 mval->br_startblock == DELAYSTARTBLOCK && in xfs_bmapi()
4994 mval[-1].br_startblock == DELAYSTARTBLOCK && in xfs_bmapi()
5655 ASSERT(map[i].br_startblock != DELAYSTARTBLOCK); in xfs_getbmap()
Dxfs_vnodeops.c4256 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_zero_remaining_bytes()
4376 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
4389 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
Dxfs_da_btree.c2069 mapp[i].br_startblock == DELAYSTARTBLOCK) { in xfs_da_map_covers_blocks()
Dxfs_attr_leaf.c2965 ASSERT(map.br_startblock != DELAYSTARTBLOCK); in xfs_attr_leaf_freextent()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.c529 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_qm_dqalloc()
651 ASSERT(dqp->q_blkno != DELAYSTARTBLOCK); in xfs_qm_dqtobp()
Dxfs_qm.c1631 ASSERT(map[i].br_startblock != DELAYSTARTBLOCK); in xfs_qm_dqiterate()