Searched refs:agf_fllast (Results 1 – 6 of 6) sorted by relevance
2562 uint32_t l = be32_to_cpu(agf->agf_fllast); in xfs_agfl_needs_reset() 2619 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset() 3106 offsetof(xfs_agf_t, agf_fllast), in xfs_alloc_log_agf() 3155 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist() 3156 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist() 3157 agf->agf_fllast = 0; in xfs_alloc_put_freelist() 3173 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist() 3272 if (be32_to_cpu(agf->agf_fllast) >= xfs_agfl_size(mp)) in xfs_agf_verify() 4169 if (i == be32_to_cpu(agf->agf_fllast)) in xfs_agfl_walk()
512 agf->agf_fllast = 0; in xfs_agfblock_init()
537 __be32 agf_fllast; /* last freelist block's index */ member
214 agf->agf_fllast = old_agf->agf_fllast; in xrep_agf_init_header() 622 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf() 624 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(sc->mp) - 1); in xrep_agfl_update_agf()
664 agfl_last = be32_to_cpu(agf->agf_fllast); in xchk_agf()
2105 __entry->fllast = be32_to_cpu(agf->agf_fllast),