Home
last modified time | relevance | path

Searched defs:iso_args (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/cd9660/
H A Dcd9660_mount.h40 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 */
[all …]