Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A 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 …]
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_types.h48 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro