Searched refs:agf_flfirst (Results 1 – 4 of 4) sorted by relevance
66 __be32 agf_flfirst; /* first freelist block's index */ member
1904 bno = be32_to_cpu(agfl->agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()1905 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()1907 if (be32_to_cpu(agf->agf_flfirst) == XFS_AGFL_SIZE(mp)) in xfs_alloc_get_freelist()1908 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()1962 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()2088 be32_to_cpu(agf->agf_flfirst) < XFS_AGFL_SIZE(mp) && in xfs_read_agf()
213 agf->agf_flfirst = 0; in xfs_growfs_data_private()
1294 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),