Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_mount.c73 static int unmount_shared_fs(be_unmount_data_t *);
76 static int be_unmount_root(zfs_handle_t *, be_unmount_data_t *);
78 static int be_unmount_zones(be_unmount_data_t *);
81 static int be_unmount_one_zone(be_unmount_data_t *, char *, char *, char *);
421 be_unmount_data_t ud = { 0 }; in _be_unmount()
646 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) in be_unmount_zone_root()
829 be_unmount_data_t zone_ud = { 0 }; in be_get_legacy_fs()
1296 be_unmount_data_t *ud = data; in be_unmount_callback()
1867 unmount_shared_fs(be_unmount_data_t *ud) in unmount_shared_fs()
2193 be_unmount_root(zfs_handle_t *zhp, be_unmount_data_t *ud) in be_unmount_root()
[all …]
H A Dlibbe_priv.h102 } be_unmount_data_t; typedef
155 int be_unmount_zone_root(zfs_handle_t *, be_unmount_data_t *);
H A Dbe_utils.c2020 be_unmount_data_t ud = { 0 }; in be_update_zone_vfstab()