Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h594 #define XFS_AGF_VERSION 1 macro
597 #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c233 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_growfs_data_private()