Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c2057 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2058 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
2060 if (be32_to_cpu(agf->agf_flfirst) == XFS_AGFL_SIZE(mp)) in xfs_alloc_get_freelist()
2061 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()
2100 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()
2212 be32_to_cpu(agf->agf_flfirst) < XFS_AGFL_SIZE(mp) && in xfs_agf_verify()
Dxfs_format.h596 __be32 agf_flfirst; /* first freelist block's index */ member
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c244 agf->agf_flfirst = cpu_to_be32(1); in xfs_growfs_data_private()
Dxfs_trace.h1469 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),