Lines Matching defs:udf_args
45 struct udf_args { struct
46 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 */
57 uint32_t sector_size; /* for mounting dumps/files */
60 uint8_t reserved[32];