Searched refs:agf_flfirst (Results 1 – 5 of 5) sorted by relevance
2561 uint32_t f = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_needs_reset()2618 agf->agf_flfirst = 0; in xfs_agfl_reset()3061 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()3065 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()3067 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()3068 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()3105 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()3270 if (be32_to_cpu(agf->agf_flfirst) >= xfs_agfl_size(mp)) in xfs_agf_verify()4157 i = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_walk()
536 __be32 agf_flfirst; /* first freelist block's index */ member
213 agf->agf_flfirst = old_agf->agf_flfirst; in xrep_agf_init_header()619 agf->agf_flfirst = cpu_to_be32(0); in xrep_agfl_update_agf()
672 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
2135 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),