Searched refs:check_parents (Results 1 – 1 of 1) sorted by relevance
| /trueos/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_dataset.c | 2922 check_parents(libzfs_handle_t *hdl, const char *path, uint64_t *zoned, in check_parents() function 3108 if (check_parents(hdl, path, NULL, B_TRUE, &prefix) != 0) in zfs_create_ancestors() 3143 if (check_parents(hdl, path, &zoned, B_FALSE, NULL) != 0) in zfs_create() 3420 if (check_parents(hdl, target, &zoned, B_FALSE, NULL) != 0) in zfs_clone() 3874 if (check_parents(hdl, target, NULL, B_FALSE, NULL) != 0) in zfs_rename()
|