Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.h29 #define XFS_IWALK_SAME_AG (1U << 0) macro
31 #define XFS_IWALK_FLAGS_ALL (XFS_IWALK_SAME_AG)
45 #define XFS_INOBT_WALK_SAME_AG (XFS_IWALK_SAME_AG)
H A Dxfs_itable.c306 iwalk_flags |= XFS_IWALK_SAME_AG; in xfs_bulkstat()