Home
last modified time | relevance | path

Searched defs:udf_args (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/udf/
H A Dudf_mount.h38 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 */
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_udf.c143 udf_args_t udf_args; in mount_udf() local
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_fs.c794 struct netbsd32_udf_args udf_args; in netbsd32___mount50() member
804 struct udf_args udf_args; in netbsd32___mount50() member