NetBSD/sys/fs/udf
dsl 2721ab6c7b Change the VFS_MOUNT() interface so that the 'data' buffer passed to the
fs code is a kernel buffer, pass though the length of the buffer as well.
Since the length of the userspace buffer isn'it (yet) passed through the mount
system call, add a field to the vfsops structure containing the default length.
Split sys_mount() for calls from compat code.
Ride one of the recent kernel version changes - old fs LKMs will load, but
sys_mount() will reject any attempt to use them.
2007-07-12 19:35:32 +00:00
..
Makefile
ecma167-udf.h Add UDF_ICB_FILETYPE_REALTIME type as found on UDF 2.50 discs. Also revert 2007-01-04 04:15:43 +00:00
files.udf
udf.h Implement read-only access to UDF 2.50 and UDF 2.60 discs that use metadata 2007-01-04 02:02:40 +00:00
udf_bswap.h remove trailing newlines 2006-03-05 16:55:44 +00:00
udf_mount.h Fix header re-inclusion protection defines to a less generic naming 2006-02-02 15:52:23 +00:00
udf_osta.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
udf_osta.h remove trailing newlines 2006-03-05 16:55:44 +00:00
udf_subr.c fix typos 2007-04-29 20:23:34 +00:00
udf_subr.h remove trailing newlines 2006-03-05 16:55:44 +00:00
udf_vfsops.c Change the VFS_MOUNT() interface so that the 'data' buffer passed to the 2007-07-12 19:35:32 +00:00
udf_vnops.c fix typos 2007-04-29 20:23:34 +00:00