Searched defs:msdosfs_args (Results 1 – 1 of 1) sorted by relevance
254 struct msdosfs_args { struct255 char *fspec; /* blocks special holding the fs to mount */256 struct oexport_args export; /* network export information */257 uid_t uid; /* uid that owns msdosfs files */258 gid_t gid; /* gid that owns msdosfs files */259 mode_t mask; /* file mask to be applied for msdosfs perms */260 int flags; /* see below */261 int unused1; /* unused, was version number */262 uint16_t unused2[128]; /* no longer used, was Local->Unicode table */263 char *cs_win; /* Windows(Unicode) Charset */[all …]