Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_ag.h33 #define XFS_AGF_VERSION 1 macro
36 #define XFS_AGF_GOOD_VERSION(v) ((v) == XFS_AGF_VERSION)
Dxfs_fsops.c200 agf->agf_versionnum = cpu_to_be32(XFS_AGF_VERSION); in xfs_growfs_data_private()