Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDmetaslab.c429 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in metaslab_class_fragmentation()
431 return (ZFS_FRAG_INVALID); in metaslab_class_fragmentation()
535 (mg->mg_fragmentation == ZFS_FRAG_INVALID || in metaslab_group_alloc_update()
815 if (msp->ms_fragmentation == ZFS_FRAG_INVALID) in metaslab_group_fragmentation()
823 return (ZFS_FRAG_INVALID); in metaslab_group_fragmentation()
856 (mg->mg_fragmentation == ZFS_FRAG_INVALID || in metaslab_group_allocatable()
1466 return (ZFS_FRAG_INVALID); in metaslab_fragmentation()
1489 return (ZFS_FRAG_INVALID); in metaslab_fragmentation()
1545 msp->ms_fragmentation != ZFS_FRAG_INVALID) { in metaslab_weight()
1587 if (msp->ms_loaded && msp->ms_fragmentation != ZFS_FRAG_INVALID && in metaslab_weight()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
HDzfs.h609 #define ZFS_FRAG_INVALID UINT64_MAX macro
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c819 if (mg->mg_fragmentation == ZFS_FRAG_INVALID) { in dump_metaslab_groups()
830 if (fragmentation == ZFS_FRAG_INVALID) in dump_metaslab_groups()
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c2912 if (value == ZFS_FRAG_INVALID) { in print_one_column()
2979 (vs->vs_fragmentation != ZFS_FRAG_INVALID && toplevel)); in print_list_stats()