Searched defs:exfat_user_input (Results 1 – 1 of 1) sorted by relevance
76 struct exfat_user_input { struct77 char dev_name[255];78 bool writeable;79 unsigned int cluster_size;80 unsigned int sec_per_clu;81 unsigned int boundary_align;82 bool pack_bitmap;83 bool quick;84 __u16 volume_label[VOLUME_LABEL_MAX_LEN];85 int volume_label_len;[all …]