Searched defs:udf_args (Results 1 – 1 of 1) sorted by relevance
45 struct udf_args { struct46 uint32_t version; /* version of this structure */47 char *fspec; /* mount specifier */48 int32_t sessionnr; /* session specifier, rel of abs */49 uint32_t udfmflags; /* mount options */50 int32_t gmtoff; /* offset from UTC in seconds */52 uid_t anon_uid; /* mapping of anonymous files uid */53 gid_t anon_gid; /* mapping of anonymous files gid */54 uid_t nobody_uid; /* nobody:nobody will map to -1:-1 */55 gid_t nobody_gid; /* nobody:nobody will map to -1:-1 */[all …]