Home
last modified time | relevance | path

Searched refs:NULLRTBLOCK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c348 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
405 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
417 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
473 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
488 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
531 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
576 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
598 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
634 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
702 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
[all …]
H A Dxfs_bmap_util.c174 if (rtb != NULLRTBLOCK) { in xfs_bmap_rtalloc()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_types.h49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro