Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_alloc.c667 bool pack_tight) in xfs_select_zone_nowait() argument
686 if (pack_tight) { in xfs_select_zone_nowait()
720 bool pack_tight) in xfs_select_zone() argument
726 oz = xfs_select_zone_nowait(mp, write_hint, pack_tight); in xfs_select_zone()
732 oz = xfs_select_zone_nowait(mp, write_hint, pack_tight); in xfs_select_zone()
862 bool pack_tight = xfs_zoned_pack_tight(ip); in xfs_zone_alloc_and_submit() local
879 *oz = xfs_select_zone(mp, write_hint, pack_tight); in xfs_zone_alloc_and_submit()