msdosfs_vfsops.c (9626b608de4a43ec9984c3ee95b2ce624b3c0924) | msdosfs_vfsops.c (432a84000fb8fca133461f5770bf0ab283de3404) |
---|---|
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). --- 967 unchanged lines hidden (view full) --- 976 vfs_stdquotactl, 977 msdosfs_statfs, 978 msdosfs_sync, 979 vfs_stdvget, 980 msdosfs_fhtovp, 981 msdosfs_checkexp, 982 msdosfs_vptofh, 983 msdosfs_init, | 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). --- 967 unchanged lines hidden (view full) --- 976 vfs_stdquotactl, 977 msdosfs_statfs, 978 msdosfs_sync, 979 vfs_stdvget, 980 msdosfs_fhtovp, 981 msdosfs_checkexp, 982 msdosfs_vptofh, 983 msdosfs_init, |
984 vfs_stduninit, | 984 msdosfs_uninit, |
985 vfs_stdextattrctl, 986}; 987 988VFS_SET(msdosfs_vfsops, msdos, 0); | 985 vfs_stdextattrctl, 986}; 987 988VFS_SET(msdosfs_vfsops, msdos, 0); |