/src/sys/nfs/ |
nfs_vfsops.c | 1 /* $NetBSD: nfs_vfsops.c,v 1.246 2024/05/13 00:11:22 msaitoh Exp $ */ 34 * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 38 __KERNEL_RCSID(0, "$NetBSD: nfs_vfsops.c,v 1.246 2024/05/13 00:11:22 msaitoh Exp $"); 106 struct vfsops nfs_vfsops = { variable in typeref:struct:vfsops 145 error = vfs_attach(&nfs_vfsops); 148 error = vfs_detach(&nfs_vfsops); 199 printf("nfs_vfsops: nfs_statvfs would lose buffers\n"); 407 mp->mnt_op = &nfs_vfsops;
|
nfs_vfsops.c | 1 /* $NetBSD: nfs_vfsops.c,v 1.246 2024/05/13 00:11:22 msaitoh Exp $ */ 34 * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 38 __KERNEL_RCSID(0, "$NetBSD: nfs_vfsops.c,v 1.246 2024/05/13 00:11:22 msaitoh Exp $"); 106 struct vfsops nfs_vfsops = { variable in typeref:struct:vfsops 145 error = vfs_attach(&nfs_vfsops); 148 error = vfs_detach(&nfs_vfsops); 199 printf("nfs_vfsops: nfs_statvfs would lose buffers\n"); 407 mp->mnt_op = &nfs_vfsops;
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 33 * from nfs_vfsops.c 8.12 (Berkeley) 5/20/95 135 static struct vfsops nfs_vfsops = { variable in typeref:struct:vfsops 147 VFS_SET(nfs_vfsops, nfs, VFCF_NETWORK | VFCF_SBDRY);
|
nfs_clvfsops.c | 33 * from nfs_vfsops.c 8.12 (Berkeley) 5/20/95 135 static struct vfsops nfs_vfsops = { variable in typeref:struct:vfsops 147 VFS_SET(nfs_vfsops, nfs, VFCF_NETWORK | VFCF_SBDRY);
|