Searched refs:vxs (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dvxfs.c38 struct vxfs_super *vxs; local
42 vxs = (struct vxfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200);
43 if (vxs == NULL)
46 if (vxs->vs_magic == cpu_to_le32(VXFS_SUPER_MAGIC)) {
47 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", (unsigned int) vxs->vs_version);

Completed in 32 milliseconds