msdosfs_vfsops.c (762e6b856c64ee48f286a7f0b45d0067e556b252) | msdosfs_vfsops.c (91f37dcba1648b1f24e2913c3ab78fc4eae35991) |
---|---|
1/* $FreeBSD$ */ 2/* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */ 3 4/*- 5 * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank. 6 * Copyright (C) 1994, 1995, 1997 TooLs GmbH. 7 * All rights reserved. 8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below). --- 972 unchanged lines hidden (view full) --- 981 msdosfs_root, 982 vfs_stdquotactl, 983 msdosfs_statfs, 984 msdosfs_sync, 985 vfs_stdvget, 986 msdosfs_fhtovp, 987 msdosfs_checkexp, 988 msdosfs_vptofh, | 1/* $FreeBSD$ */ 2/* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */ 3 4/*- 5 * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank. 6 * Copyright (C) 1994, 1995, 1997 TooLs GmbH. 7 * All rights reserved. 8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below). --- 972 unchanged lines hidden (view full) --- 981 msdosfs_root, 982 vfs_stdquotactl, 983 msdosfs_statfs, 984 msdosfs_sync, 985 vfs_stdvget, 986 msdosfs_fhtovp, 987 msdosfs_checkexp, 988 msdosfs_vptofh, |
989 msdosfs_init | 989 msdosfs_init, 990 vfs_stduninit, 991 vfs_stdextattrctl, |
990}; 991 992VFS_SET(msdosfs_vfsops, msdos, 0); | 992}; 993 994VFS_SET(msdosfs_vfsops, msdos, 0); |