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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c370 xfs_agnumber_t first_initialised = NULLAGNUMBER; local
431 if (first_initialised == NULLAGNUMBER)
432 first_initialised = index;
461 xfs_free_unused_perag_range(mp, first_initialised, agcount);

Completed in 187 milliseconds