Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_mount.c63 static int be_unmount_callback(zfs_handle_t *, void *);
533 if ((zret = zfs_iter_filesystems(zhp, be_unmount_callback, in _be_unmount()
1294 be_unmount_callback(zfs_handle_t *zhp, void *data) in be_unmount_callback() function
1305 if (zfs_iter_filesystems(zhp, be_unmount_callback, ud)) { in be_unmount_callback()
2663 if ((ret = zfs_iter_filesystems(zone_zhp, be_unmount_callback, in be_unmount_one_zone()