Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/isofs/cd9660/
H A Dcd9660_mount.h41 struct iso_args { struct
42 char *fspec; /* block special device to mount */
43 struct export_args export; /* network export info */
44 uid_t uid; /* uid that owns files */
45 gid_t gid; /* gid that owns files */
46 mode_t fmask; /* file mask to be applied for files */
47 mode_t dmask; /* file mask to be applied for directories */
48 int flags; /* mounting flags, see below */
49 int ssector; /* starting sector, 0 for 1st session */
50 char cs_disk[ICONV_CSNMAXLEN]; /* disk charset for Joliet cs conversion */
[all …]