Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_rtalloc.c330 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
386 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
398 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
452 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
467 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
510 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
555 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
577 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
613 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
680 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
[all …]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_types.h48 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro