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

/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c208 agf->agf_flfirst = old_agf->agf_flfirst;
614 agf->agf_flfirst = cpu_to_be32(0);
H A Dagheader.c596 agfl_first = be32_to_cpu(agf->agf_flfirst);
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c2473 uint32_t f = be32_to_cpu(agf->agf_flfirst);
2530 agf->agf_flfirst = 0;
3012 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]);
3016 be32_add_cpu(&agf->agf_flfirst, 1);
3018 if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp))
3019 agf->agf_flfirst = 0;
3056 offsetof(xfs_agf_t, agf_flfirst),
3223 if (be32_to_cpu(agf->agf_flfirst) >= xfs_agfl_size(mp))
4088 i = be32_to_cpu(agf->agf_flfirst);
H A Dxfs_format.h504 __be32 agf_flfirst; /* first freelist block's index */ member in struct:xfs_agf
H A Dxfs_ag.c683 agf->agf_flfirst = cpu_to_be32(1);
/linux-master/fs/xfs/
H A Dxfs_trace.h1721 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),

Completed in 331 milliseconds