Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_rtalloc.c327 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
383 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
395 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
456 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
499 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
544 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
566 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
602 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
669 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
687 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()
[all …]
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_types.h49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro