Home
last modified time | relevance | path

Searched refs:agf_flfirst (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.c2370 uint32_t f = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_needs_reset()
2431 agf->agf_flfirst = 0; in xfs_agfl_reset()
2683 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2684 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
2686 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()
2687 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()
2726 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()
2845 be32_to_cpu(agf->agf_flfirst) < xfs_agfl_size(mp) && in xfs_agf_verify()
3417 i = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_walk()
H A Dxfs_ag.c264 agf->agf_flfirst = cpu_to_be32(1); in xfs_agfblock_init()
H A Dxfs_format.h671 __be32 agf_flfirst; /* first freelist block's index */ member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader_repair.c192 agf->agf_flfirst = old_agf->agf_flfirst; in xrep_agf_init_header()
555 agf->agf_flfirst = cpu_to_be32(0); in xrep_agfl_update_agf()
H A Dagheader.c573 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader_repair.c208 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()
H A Dagheader.c596 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c2412 uint32_t f = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_needs_reset()
2469 agf->agf_flfirst = 0; in xfs_agfl_reset()
2854 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2858 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
2860 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) in xfs_alloc_get_freelist()
2861 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()
2898 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()
3065 if (be32_to_cpu(agf->agf_flfirst) >= xfs_agfl_size(mp)) in xfs_agf_verify()
3930 i = be32_to_cpu(agf->agf_flfirst); in xfs_agfl_walk()
H A Dxfs_ag.c672 agf->agf_flfirst = cpu_to_be32(1); in xfs_agfblock_init()
H A Dxfs_format.h505 __be32 agf_flfirst; /* first freelist block's index */ member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h1579 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h1716 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),

Completed in 31 milliseconds