Home
last modified time | relevance | path

Searched refs:zfs_get_holds (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libzfs/common/
H A Dmapfile-vers81 zfs_get_holds;
H A Dlibzfs.h621 extern int zfs_get_holds(zfs_handle_t *, nvlist_t **);
H A Dlibzfs_dataset.c4786 zfs_get_holds(zfs_handle_t *zhp, nvlist_t **nvl) in zfs_get_holds() function
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c5588 if (zfs_get_holds(zhp, &nvl) != 0) in holds_callback()