Searched refs:agf_flfirst (Results 1 – 6 of 6) sorted by relevance
2412 uint32_t f = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_needs_reset()2469 agf->agf_flfirst = 0; in xfs_agfl_reset()2851 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()2855 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()2857 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()2858 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()2895 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()3062 if (be32_to_cpu(agf->agf_flfirst) >= xfs_agfl_size(mp)) in xfs_agf_verify()3927 i = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_walk()
693 agf->agf_flfirst = cpu_to_be32(1); in xfs_agfblock_init()
505 __be32 agf_flfirst; /* first freelist block's index */ member
208 agf->agf_flfirst = old_agf->agf_flfirst; in xrep_agf_init_header()628 agf->agf_flfirst = cpu_to_be32(0); in xrep_agfl_update_agf()
596 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
1711 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),