Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_ag.h66 __be32 agf_flfirst; /* first freelist block's index */ member
Dxfs_alloc.c1904 bno = be32_to_cpu(agfl->agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
1905 be32_add_cpu(&agf->agf_flfirst, 1); in xfs_alloc_get_freelist()
1907 if (be32_to_cpu(agf->agf_flfirst) == XFS_AGFL_SIZE(mp)) in xfs_alloc_get_freelist()
1908 agf->agf_flfirst = 0; in xfs_alloc_get_freelist()
1962 offsetof(xfs_agf_t, agf_flfirst), in xfs_alloc_log_agf()
2088 be32_to_cpu(agf->agf_flfirst) < XFS_AGFL_SIZE(mp) && in xfs_read_agf()
Dxfs_fsops.c213 agf->agf_flfirst = 0; in xfs_growfs_data_private()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_trace.h1294 __entry->flfirst = be32_to_cpu(agf->agf_flfirst),