Searched refs:check_parents (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_dataset.c | 3015 check_parents(libzfs_handle_t *hdl, const char *path, uint64_t *zoned, in check_parents() function 3201 if (check_parents(hdl, path, NULL, B_TRUE, &prefix) != 0) in zfs_create_ancestors() 3236 if (check_parents(hdl, path, &zoned, B_FALSE, NULL) != 0) in zfs_create() 3523 if (check_parents(hdl, target, &zoned, B_FALSE, NULL) != 0) in zfs_clone() 3989 if (check_parents(hdl, target, NULL, B_FALSE, NULL) != 0) in zfs_rename()
|