Searched defs:iso_args (Results 1 – 2 of 2) sorted by relevance
44 struct iso_args { struct45 const char *fspec; /* block special device to mount */46 struct export_args30 _pad1; /* compat with old userland tools */47 int flags; /* mounting flags, see below */48 uid_t uid; /* uid that owns ISO-9660 files */49 gid_t gid; /* gid that owns ISO-9660 files */50 mode_t fmask; /* file mask to be applied for files */51 mode_t dmask; /* file mask to be applied for directories */
791 struct netbsd32_iso_args iso_args; in netbsd32___mount50() member801 struct iso_args iso_args; in netbsd32___mount50() member