Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rtalloc.c333 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
389 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
401 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
462 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
505 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
550 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
572 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
608 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
675 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
693 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()
[all …]
/fs/xfs/libxfs/
Dxfs_types.h55 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro