Searched defs:udf_args (Results 1 – 3 of 3) sorted by relevance
38 struct udf_args { struct39 uint32_t version; /* version of this structure */40 char *fspec; /* mount specifier */41 int32_t sessionnr; /* session specifier, rel of abs */42 uint32_t udfmflags; /* mount options */43 int32_t gmtoff; /* offset from UTC in seconds */45 uid_t anon_uid; /* mapping of anonymous files uid */46 gid_t anon_gid; /* mapping of anonymous files gid */47 uid_t nobody_uid; /* nobody:nobody will map to -1:-1 */48 gid_t nobody_gid; /* nobody:nobody will map to -1:-1 */[all …]
143 udf_args_t udf_args; in mount_udf() local
794 struct netbsd32_udf_args udf_args; in netbsd32___mount50() member804 struct udf_args udf_args; in netbsd32___mount50() member