Searched refs:agf_fllast (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ag.h67 __be32 agf_fllast; /* last freelist block's index */ member in struct:xfs_agf
H A Dxfs_alloc.c502 (void *)(__psunsigned_t)be32_to_cpu(agf->agf_fllast),
2070 offsetof(xfs_agf_t, agf_fllast),
2128 be32_add(&agf->agf_fllast, 1);
2129 if (be32_to_cpu(agf->agf_fllast) == XFS_AGFL_SIZE(mp))
2130 agf->agf_fllast = 0;
2136 blockp = &agfl->agfl_bno[be32_to_cpu(agf->agf_fllast)];
2187 be32_to_cpu(agf->agf_fllast) < XFS_AGFL_SIZE(mp) &&
H A Dxfs_fsops.c207 agf->agf_fllast = cpu_to_be32(XFS_AGFL_SIZE(mp) - 1);

Completed in 98 milliseconds