Searched refs:XFS_INOBT_WALK_FLAGS_ALL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/ | ||
H A D | xfs_iwalk.h | 47 #define XFS_INOBT_WALK_FLAGS_ALL (XFS_INOBT_WALK_SAME_AG) macro |
H A D | xfs_iwalk.c | 760 ASSERT(!(flags & ~XFS_INOBT_WALK_FLAGS_ALL)); in xfs_inobt_walk() |