fdesc_vfsops.c (c24fda81c9fd87df7e4fe3a567cc0292078bc7bf) | fdesc_vfsops.c (91f37dcba1648b1f24e2913c3ab78fc4eae35991) |
---|---|
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 --- 213 unchanged lines hidden (view full) --- 222 vfs_stdquotactl, 223 fdesc_statfs, 224 vfs_stdsync, 225 vfs_stdvget, 226 vfs_stdfhtovp, 227 vfs_stdcheckexp, 228 vfs_stdvptofh, 229 fdesc_init, | 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 --- 213 unchanged lines hidden (view full) --- 222 vfs_stdquotactl, 223 fdesc_statfs, 224 vfs_stdsync, 225 vfs_stdvget, 226 vfs_stdfhtovp, 227 vfs_stdcheckexp, 228 vfs_stdvptofh, 229 fdesc_init, |
230 vfs_stduninit, 231 vfs_stdextattrctl, |
|
230}; 231 232VFS_SET(fdesc_vfsops, fdesc, VFCF_SYNTHETIC); | 232}; 233 234VFS_SET(fdesc_vfsops, fdesc, VFCF_SYNTHETIC); |