Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ialloc.c2465 if (fields & XFS_AGI_ALL_BITS_R1) { in xfs_ialloc_log_agi()
2475 fields &= ~XFS_AGI_ALL_BITS_R1; in xfs_ialloc_log_agi()
Dxfs_format.h748 #define XFS_AGI_ALL_BITS_R1 ((1 << XFS_AGI_NUM_BITS_R1) - 1) macro