Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.h47 #define XFS_INOBT_WALK_FLAGS_ALL (XFS_INOBT_WALK_SAME_AG) macro
H A Dxfs_iwalk.c760 ASSERT(!(flags & ~XFS_INOBT_WALK_FLAGS_ALL)); in xfs_inobt_walk()