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

/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dzfs_namecheck.h54 extern int zfs_max_dataset_nesting;
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c51 * in the amount of nesting a path can have. zfs_max_dataset_nesting
55 int zfs_max_dataset_nesting = 50; variable
155 * Dataset paths should not be deeper than zfs_max_dataset_nesting
163 return ((get_dataset_depth(path) < zfs_max_dataset_nesting) ? 0 : -1);
464 EXPORT_SYMBOL(zfs_max_dataset_nesting); variable
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c1868 if (dvra->nest_delta > 0 && depth >= zfs_max_dataset_nesting)

Completed in 65 milliseconds