Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/udf/
H A Dudf_mount.h30 struct udf_args { struct
H A Dudf_vfsops.c134 struct udf_args args; in udf_mount()
150 if ((error = copyin(data, (caddr_t)&args, sizeof(struct udf_args)))) in udf_mount()
/dragonfly/sbin/mount_udf/
H A Dmount_udf.c67 struct udf_args args; in main()