Home
last modified time | relevance | path

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

/external/strace/
Dubi.c92 struct ubi_rnvol_req rnvol; in ubi_ioctl() local
96 if (umove_or_printaddr(tcp, arg, &rnvol)) in ubi_ioctl()
99 tprintf("{count=%" PRIi32 ", ents=[", rnvol.count); in ubi_ioctl()
100 for (c = 0; c < CLAMP(rnvol.count, 0, UBI_MAX_RNVOL); ++c) { in ubi_ioctl()
104 ", name=", rnvol.ents[c].vol_id, in ubi_ioctl()
105 rnvol.ents[c].name_len); in ubi_ioctl()
106 if (print_quoted_string(rnvol.ents[c].name, in ubi_ioctl()
107 CLAMP(rnvol.ents[c].name_len, 0, UBI_MAX_VOLUME_NAME), in ubi_ioctl()