Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.h25 #define XFS_ALLOC_FLAG_NOSHRINK (1U << 3) /* don't shrink the freelist */ macro
Dxfs_alloc.c2919 while (!(alloc_flags & XFS_ALLOC_FLAG_NOSHRINK) && in xfs_alloc_fix_freelist()