Home
last modified time | relevance | path

Searched refs:NULLFSBLOCK (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_types.h52 #define NULLFSBLOCK ((xfs_fsblock_t)-1) macro
H A Dxfs_rtrefcount_btree.c690 ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrefcountbt_to_disk()
691 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_rtrefcountbt_to_disk()
H A Dxfs_btree.h643 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()
/linux/fs/xfs/
H A Dxfs_rtalloc.c1985 if (bno_hint != NULLFSBLOCK) in xfs_rtallocate_rtg()
2065 if (bno_hint != NULLFSBLOCK) in xfs_rtallocate_rtgs()
2084 bno_hint = NULLFSBLOCK; in xfs_rtallocate_rtgs()
2214 ap->blkno = NULLFSBLOCK; in xfs_bmap_rtalloc()
H A Dxfs_zone_alloc.c268 if (old_startblock != NULLFSBLOCK && in xfs_zoned_map_extent()
362 if (old_startblock != NULLFSBLOCK) in xfs_zoned_end_io()
H A Dxfs_aops.c167 ioend->io_private, NULLFSBLOCK); in xfs_end_ioend_write()
H A Dxfs_bmap_util.c1093 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space()
/linux/fs/xfs/scrub/
H A Dcow_repair.c445 if (args.fsbno == NULLFSBLOCK) in xrep_cow_alloc()