Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.h56 #define XFS_ALLOC_FLAG_NOSHRINK 0x00000008 /* don't shrink the freelist */ macro
Dxfs_alloc.c2245 while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { in xfs_alloc_fix_freelist()