Home
last modified time | relevance | path

Searched refs:min_free (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c2453 unsigned int min_free; in xfs_alloc_min_freelist() local
2479 min_free = min(bno_level + 1, mp->m_alloc_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
2481 min_free += min(cnt_level + 1, mp->m_alloc_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
2484 min_free += min(rmap_level + 1, mp->m_rmap_maxlevels) * 2 - 2; in xfs_alloc_min_freelist()
2485 return min_free; in xfs_alloc_min_freelist()
2497 xfs_extlen_t min_free, in xfs_alloc_space_available() argument
2513 longest = xfs_alloc_longest_free_extent(pag, min_free, reservation); in xfs_alloc_space_available()
2522 agflcount = min_t(xfs_extlen_t, pag->pagf_flcount, min_free); in xfs_alloc_space_available()
2524 reservation - min_free - args->minleft); in xfs_alloc_space_available()
/linux/fs/bcachefs/
H A Djournal_reclaim.c274 unsigned min_free = max(4, ja->nr / 8); in __should_discard_bucket() local
277 min_free && in __should_discard_bucket()
/linux/fs/jffs2/
H A Dscan.c51 static inline int min_free(struct jffs2_sb_info *c) in min_free() function
198 if (jeb->free_size > min_free(c) && in jffs2_scan_medium()
/linux/sound/soc/codecs/
H A Dwm_adsp.c143 __be32 min_free; /* min free space since stream start */ member