Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c1901 boolean_t should_allocate; in metaslab_should_allocate() local
1913 should_allocate = (asize < in metaslab_should_allocate()
1916 should_allocate = (asize <= in metaslab_should_allocate()
1919 return (should_allocate); in metaslab_should_allocate()