Lines Matching defs:udf_args
38 struct udf_args { struct
39 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 */
50 uint32_t sector_size; /* for mounting dumps/files */
53 uint8_t reserved[32];