agf_flfirst 261 fs/xfs/libxfs/xfs_ag.c agf->agf_flfirst = cpu_to_be32(1); agf_flfirst 2113 fs/xfs/libxfs/xfs_alloc.c uint32_t f = be32_to_cpu(agf->agf_flfirst); agf_flfirst 2174 fs/xfs/libxfs/xfs_alloc.c agf->agf_flfirst = 0; agf_flfirst 2427 fs/xfs/libxfs/xfs_alloc.c bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); agf_flfirst 2428 fs/xfs/libxfs/xfs_alloc.c be32_add_cpu(&agf->agf_flfirst, 1); agf_flfirst 2430 fs/xfs/libxfs/xfs_alloc.c if (be32_to_cpu(agf->agf_flfirst) == xfs_agfl_size(mp)) agf_flfirst 2431 fs/xfs/libxfs/xfs_alloc.c agf->agf_flfirst = 0; agf_flfirst 2471 fs/xfs/libxfs/xfs_alloc.c offsetof(xfs_agf_t, agf_flfirst), agf_flfirst 2596 fs/xfs/libxfs/xfs_alloc.c be32_to_cpu(agf->agf_flfirst) < xfs_agfl_size(mp) && agf_flfirst 3155 fs/xfs/libxfs/xfs_alloc.c i = be32_to_cpu(agf->agf_flfirst); agf_flfirst 634 fs/xfs/libxfs/xfs_format.h __be32 agf_flfirst; /* first freelist block's index */ agf_flfirst 573 fs/xfs/scrub/agheader.c agfl_first = be32_to_cpu(agf->agf_flfirst); agf_flfirst 192 fs/xfs/scrub/agheader_repair.c agf->agf_flfirst = old_agf->agf_flfirst; agf_flfirst 563 fs/xfs/scrub/agheader_repair.c agf->agf_flfirst = cpu_to_be32(0); agf_flfirst 1498 fs/xfs/xfs_trace.h __entry->flfirst = be32_to_cpu(agf->agf_flfirst),