X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=libexfat%2Fexfat.h;h=de2e1a23746cc4529a46c7a31c442d25d4c574c8;hp=84673dcfbcc0e45f258399bbfff59336326f8a0c;hb=dbe4348df2ba88986e13163ef13d09fb7247589d;hpb=4cb393cfd9b0ab69392612521ee3dbe481ec492d diff --git a/libexfat/exfat.h b/libexfat/exfat.h index 84673dc..de2e1a2 100644 --- a/libexfat/exfat.h +++ b/libexfat/exfat.h @@ -87,11 +87,12 @@ struct exfat cmap; char label[EXFAT_ENAME_MAX * 6 + 1]; /* a character can occupy up to 6 bytes in UTF-8 */ - void* zero_sector; + void* zero_cluster; int dmask, fmask; uid_t uid; gid_t gid; int ro; + int ro_fallback; int noatime; };