Lines Matching refs:fs_name
1158 const char *fs_name = zfs_get_name(zhp); in be_mount_callback() local
1171 fs_name); in be_mount_callback()
1182 "set canmount to 'noauto' (%s)\n"), fs_name); in be_mount_callback()
1203 if (get_mountpoint_from_vfstab(altroot, fs_name, in be_mount_callback()
1207 if (mount(fs_name, mountpoint, MS_DATA, in be_mount_callback()
1212 fs_name, mountpoint); in be_mount_callback()
1218 "skipping ...\n"), fs_name); in be_mount_callback()
1230 fs_name, sourcetype); in be_mount_callback()
1238 "mount dataset %s at %s: %s\n"), fs_name, mountpoint, in be_mount_callback()
1276 const char *fs_name = zfs_get_name(zhp); in be_unmount_callback() local
1295 "failed to unmount %s: %s\n"), fs_name, in be_unmount_callback()
1307 fs_name, libzfs_error_description(g_zfs)); in be_unmount_callback()
1352 "%s to %s: %s\n"), fs_name, in be_unmount_callback()
1368 fs_name, sourcetype); in be_unmount_callback()
1376 "failed to set canmount to 'noauto' (%s)\n"), fs_name); in be_unmount_callback()
1405 const char *fs_name = zfs_get_name(zhp); in be_get_legacy_fs_callback() local
1415 fs_name, libzfs_error_description(g_zfs)); in be_get_legacy_fs_callback()
1427 if (get_mountpoint_from_vfstab(fld->altroot, fs_name, in be_get_legacy_fs_callback()
1431 "skipping ...\n"), fs_name); in be_get_legacy_fs_callback()