fdesc_vfsops.c (5a5fccc8e792522375133484f4cebc9f7da2c7d3) fdesc_vfsops.c (c24fda81c9fd87df7e4fe3a567cc0292078bc7bf)
1/*
2 * Copyright (c) 1992, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software donated to Berkeley by
6 * Jan-Simon Pendry.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 210 unchanged lines hidden (view full) ---

219 vfs_stdstart,
220 fdesc_unmount,
221 fdesc_root,
222 vfs_stdquotactl,
223 fdesc_statfs,
224 vfs_stdsync,
225 vfs_stdvget,
226 vfs_stdfhtovp,
1/*
2 * Copyright (c) 1992, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software donated to Berkeley by
6 * Jan-Simon Pendry.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 210 unchanged lines hidden (view full) ---

219 vfs_stdstart,
220 fdesc_unmount,
221 fdesc_root,
222 vfs_stdquotactl,
223 fdesc_statfs,
224 vfs_stdsync,
225 vfs_stdvget,
226 vfs_stdfhtovp,
227 vfs_stdcheckexp,
227 vfs_stdvptofh,
228 fdesc_init,
229};
230
231VFS_SET(fdesc_vfsops, fdesc, VFCF_SYNTHETIC);
228 vfs_stdvptofh,
229 fdesc_init,
230};
231
232VFS_SET(fdesc_vfsops, fdesc, VFCF_SYNTHETIC);