Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.c2448 if (fields & XFS_AGI_ALL_BITS_R1) { in xfs_ialloc_log_agi()
2458 fields &= ~XFS_AGI_ALL_BITS_R1; in xfs_ialloc_log_agi()
Dxfs_format.h770 #define XFS_AGI_ALL_BITS_R1 ((1 << XFS_AGI_NUM_BITS_R1) - 1) macro