Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_format.h610 #define XFS_AGF_VERSION 1 macro
613 #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
/fs/xfs/
Dxfs_fsops.c237 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_growfs_data_private()