Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/intermezzo/
Dvfs.c93 struct izo_rcvd_rec rcvd_rec; in presto_write_last_rcvd() local
97 memset(&rcvd_rec, 0, sizeof(rcvd_rec)); in presto_write_last_rcvd()
98 memcpy(rcvd_rec.lr_uuid, info->uuid, sizeof(rcvd_rec.lr_uuid)); in presto_write_last_rcvd()
99 rcvd_rec.lr_remote_recno = HTON__u64(info->recno); in presto_write_last_rcvd()
100 rcvd_rec.lr_remote_offset = HTON__u64(info->kml_offset); in presto_write_last_rcvd()
101 rcvd_rec.lr_local_recno = HTON__u64(recinfo->recno); in presto_write_last_rcvd()
102 rcvd_rec.lr_local_offset = HTON__u64(recinfo->offset + recinfo->size); in presto_write_last_rcvd()
104 rc = izo_rcvd_write(fset, &rcvd_rec); in presto_write_last_rcvd()