Home
last modified time | relevance | path

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

/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)
H A Dxfs_iwalk.c553 if (error || (flags & XFS_IWALK_SAME_AG)) { in xfs_iwalk_args()
678 if (flags & XFS_IWALK_SAME_AG) in xfs_iwalk_threaded()
H A Dxfs_ioctl.c222 breq->iwalk_flags |= XFS_IWALK_SAME_AG; in xfs_bulk_ireq_setup()