Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_iomap.c154 } else if (start_block == DELAYSTARTBLOCK) { in xfs_imap_to_bmap()
240 (imap.br_startblock != DELAYSTARTBLOCK)) { in xfs_iomap()
586 (imap[n].br_startblock != DELAYSTARTBLOCK)) in xfs_iomap_eof_want_preallocate()
Dxfs_bmap.h106 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) macro
Dxfs_attr.c2007 ASSERT((map[i].br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_get()
2101 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
2137 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_set()
2202 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_attr_rmtval_remove()
Dxfs_bmap.c2377 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
4752 ASSERT(mval[i].br_startblock != DELAYSTARTBLOCK && in xfs_bmap_validate_ret()
5184 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi()
5206 mval->br_startblock = DELAYSTARTBLOCK; in xfs_bmapi()
5260 } else if (n > 0 && mval->br_startblock != DELAYSTARTBLOCK && in xfs_bmapi()
5261 mval[-1].br_startblock != DELAYSTARTBLOCK && in xfs_bmapi()
5271 mval->br_startblock == DELAYSTARTBLOCK && in xfs_bmapi()
5272 mval[-1].br_startblock == DELAYSTARTBLOCK && in xfs_bmapi()
5838 if (startblock == DELAYSTARTBLOCK) in xfs_getbmapx_fix_eof_hole()
6017 else if (map[i].br_startblock == DELAYSTARTBLOCK) in xfs_getbmap()
[all …]
Dxfs_vnodeops.c2977 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_zero_remaining_bytes()
3107 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
3120 ASSERT(imap.br_startblock != DELAYSTARTBLOCK); in xfs_free_file_space()
Dxfs_da_btree.c1917 mapp[i].br_startblock == DELAYSTARTBLOCK) { in xfs_da_map_covers_blocks()
Dxfs_attr_leaf.c2945 ASSERT(map.br_startblock != DELAYSTARTBLOCK); in xfs_attr_leaf_freextent()
/fs/xfs/quota/
Dxfs_dquot.c464 ASSERT((map.br_startblock != DELAYSTARTBLOCK) && in xfs_qm_dqalloc()
608 ASSERT(dqp->q_blkno != DELAYSTARTBLOCK); in xfs_qm_dqtobp()
Dxfs_qm.c1556 ASSERT(map[i].br_startblock != DELAYSTARTBLOCK); in xfs_qm_dqiterate()