Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_rtalloc.c328 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
384 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
396 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
450 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
465 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
508 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
553 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
575 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
611 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
678 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
[all …]
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.h49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro