Lines Matching defs:iso_args
40 struct iso_args { struct
41 char *fspec; /* block special device to mount */
42 struct oexport_args export; /* network export info */
43 uid_t uid; /* uid that owns ISO-9660 files */
44 gid_t gid; /* gid that owns ISO-9660 files */
45 mode_t fmask; /* file mask to be applied for files */
46 mode_t dmask; /* file mask to be applied for directories */
47 int flags; /* mounting flags, see below */
48 int ssector; /* starting sector, 0 for 1st session */
49 char *cs_disk; /* disk charset for Joliet cs conversion */
50 char *cs_local; /* local charset for Joliet cs conversion */