Searched refs:check_parents (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 3293 check_parents(libzfs_handle_t *hdl, const char *path, uint64_t *zoned, in check_parents() function 3509 if (check_parents(hdl, path, NULL, B_TRUE, &prefix) != 0) in zfs_create_ancestors_props() 3554 if (check_parents(hdl, path, &zoned, B_FALSE, NULL) != 0) in zfs_create() 3881 if (check_parents(hdl, target, &zoned, B_FALSE, NULL) != 0) in zfs_clone() 4384 if (check_parents(hdl, target, NULL, B_FALSE, NULL) != 0) in zfs_rename()
|