Home
last modified time | relevance | path

Searched refs:agf_flfirst (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_alloc.c2117 uint32_t f = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_needs_reset()
2178 agf->agf_flfirst = 0; in xfs_agfl_reset()
2428 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2429 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
2431 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()
2432 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()
2472 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()
2595 be32_to_cpu(agf->agf_flfirst) < xfs_agfl_size(mp) && in xfs_agf_verify()
3169 i = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_walk()
Dxfs_ag.c196 agf->agf_flfirst = cpu_to_be32(1); in xfs_agfblock_init()
Dxfs_format.h638 __be32 agf_flfirst; /* first freelist block's index */ member
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c197 agf->agf_flfirst = old_agf->agf_flfirst; in xrep_agf_init_header()
572 agf->agf_flfirst = cpu_to_be32(0); in xrep_agfl_update_agf()
Dagheader.c583 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
/linux-4.19.296/fs/xfs/
Dxfs_trace.h1480 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),