Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_rtalloc.c332 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_block()
388 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
400 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_exact()
461 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
504 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
549 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
571 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_near()
607 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_near()
674 if (r != NULLRTBLOCK) { in xfs_rtallocate_extent_size()
692 *rtblock = NULLRTBLOCK; in xfs_rtallocate_extent_size()
[all …]
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_types.h55 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro