Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.h131 xfs_alloc_pagf_init(
Dxfs_ag_resv.c324 error2 = xfs_alloc_pagf_init(mp, tp, pag->pag_agno, 0); in xfs_ag_resv_init()
Dxfs_ag.c127 error = xfs_alloc_pagf_init(mp, NULL, index, 0); in xfs_initialize_perag_data()
Dxfs_ialloc.c1624 error = xfs_alloc_pagf_init(mp, tp, pag->pag_agno, flags); in xfs_dialloc_good_ag()
Dxfs_alloc.c2802 xfs_alloc_pagf_init( in xfs_alloc_pagf_init() function
Dxfs_bmap.c3240 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent()
/Linux-v5.15/fs/xfs/
Dxfs_filestream.c129 err = xfs_alloc_pagf_init(mp, NULL, ag, trylock); in xfs_filestream_pick_ag()