Lines Matching defs:real
877 char *to, *from, *real, *fsname;
888 real = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP);
892 error = dmu_snapshot_realname(zfsvfs->z_os, snm, real,
895 snm = real;
939 kmem_free(real, ZFS_MAX_DATASET_NAME_LEN);
956 char *snapname, *real;
966 real = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP);
969 error = dmu_snapshot_realname(zfsvfs->z_os, name, real,
972 name = real;
990 kmem_free(real, ZFS_MAX_DATASET_NAME_LEN);
1250 * careful to log the real error to the console and return EISDIR