Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_rtalloc.c325 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
381 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
393 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
454 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
497 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
542 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
564 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
600 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
667 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
685 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()
[all …]
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_types.h49 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro