Searched refs:zfs_max_dataset_nesting (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_namecheck.h51 extern int zfs_max_dataset_nesting;
H A Dzfs_namecheck.c53 * in the amount of nesting a path can have. zfs_max_dataset_nesting
57 int zfs_max_dataset_nesting = 50; variable
157 * Dataset paths should not be deeper than zfs_max_dataset_nesting
165 return ((get_dataset_depth(path) < zfs_max_dataset_nesting) ? 0 : -1);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c1844 if (dvra->nest_delta > 0 && depth >= zfs_max_dataset_nesting)

Completed in 68 milliseconds