Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c2274 unsigned int min_free; in xfs_alloc_min_freelist() local
2300 min_free = min_t(unsigned int, levels[XFS_BTNUM_BNOi] + 1, in xfs_alloc_min_freelist()
2303 min_free += min_t(unsigned int, levels[XFS_BTNUM_CNTi] + 1, in xfs_alloc_min_freelist()
2307 min_free += min_t(unsigned int, levels[XFS_BTNUM_RMAPi] + 1, in xfs_alloc_min_freelist()
2310 return min_free; in xfs_alloc_min_freelist()
2322 xfs_extlen_t min_free, in xfs_alloc_space_available() argument
2338 longest = xfs_alloc_longest_free_extent(pag, min_free, reservation); in xfs_alloc_space_available()
2347 agflcount = min_t(xfs_extlen_t, pag->pagf_flcount, min_free); in xfs_alloc_space_available()
2349 reservation - min_free - args->minleft); in xfs_alloc_space_available()
/openbmc/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()
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.c141 __be32 min_free; /* min free space since stream start */ member