Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_ag.h47 #define XFS_AGF_VERSION 1 macro
53 #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
Dxfs_fsops.c208 INT_SET(agf->agf_versionnum, ARCH_CONVERT, XFS_AGF_VERSION); in xfs_growfs_data_private()