Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h197 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, uint32_t alloc_flags);
H A Dxfs_alloc.c2628 xfs_alloc_fix_freelist( in xfs_alloc_fix_freelist() function
3339 error = xfs_alloc_fix_freelist(args, alloc_flags); in xfs_alloc_vextent_prepare_ag()
3764 error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING); in xfs_free_extent_fix_freelist()
/openbmc/linux/fs/xfs/scrub/
H A Drepair.c400 return xfs_alloc_fix_freelist(&args, in xrep_fix_freelist()