Searched refs:mnted (Results 1 – 6 of 6) sorted by relevance
53 mnted=$(get_prop mounted $CS_FS)54 if [[ "$mnted" == "yes" ]]; then
199 mnted=`zfs get -H mounted $ACTIVE_DS | cut -f3`200 if [[ $mnted = "no" ]]; then
201 mnted=`zfs get -H mounted $ACTIVE_DS | cut -f3`202 [[ $mnted = "yes" ]] && return
291 static char *mount_top_dataset(char *pool, zfs_mnted_t *mnted);292 static int umount_top_dataset(char *pool, zfs_mnted_t mnted, char *mntpt);3771 zfs_mnted_t mnted; in synchronize_BE_menu() local3827 mntpt = mount_top_dataset(pool, &mnted); in synchronize_BE_menu()3841 (void) umount_top_dataset(pool, mnted, mntpt); in synchronize_BE_menu()5342 mount_legacy_dataset(char *pool, zfs_mnted_t *mnted) argument5354 *mnted = ZFS_MNT_ERROR;5379 *mnted = LEGACY_ALREADY;5419 *mnted = LEGACY_MOUNTED;5430 mount_top_dataset(char *pool, zfs_mnted_t *mnted) argument[all …]
1041 int mnted; in create_lock() local1059 mnted = 0; in create_lock()1062 mnted = 1; in create_lock()1069 if (!mnted) { in create_lock()
116 FILE *mnted; in mount_nfs() local