null_vfsops.c (2c9b67a8dfbc9f24504866e4f3861ac4db4702ce) | null_vfsops.c (1b2fbe6ff9e565c9a7dd936b01ea64045c0cc0f6) |
---|---|
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 --- 432 unchanged lines hidden (view full) --- 441 nullfs_fhtovp, 442 nullfs_checkexp, 443 nullfs_vptofh, 444 nullfs_init, 445 vfs_stduninit, 446 nullfs_extattrctl, 447}; 448 | 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 --- 432 unchanged lines hidden (view full) --- 441 nullfs_fhtovp, 442 nullfs_checkexp, 443 nullfs_vptofh, 444 nullfs_init, 445 vfs_stduninit, 446 nullfs_extattrctl, 447}; 448 |
449VFS_SET(null_vfsops, null, VFCF_LOOPBACK); | 449VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK); |