Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_alloc.h179 int xfs_alloc_fix_freelist(struct xfs_alloc_arg *args, int flags);
Dxfs_alloc.c2591 xfs_alloc_fix_freelist( in xfs_alloc_fix_freelist() function
3204 error = xfs_alloc_fix_freelist(args, 0); in xfs_alloc_vextent()
3257 error = xfs_alloc_fix_freelist(args, flags); in xfs_alloc_vextent()
3368 error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING); in xfs_free_extent_fix_freelist()
/linux-6.1.9/fs/xfs/scrub/
Drepair.c489 return xfs_alloc_fix_freelist(&args, in xrep_fix_freelist()