Searched refs:vfsstray (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 4147 vfsstray(void) in vfsstray() function 4205 VFSNAME_MOUNT, { .error = vfsstray }, in vfsinit() 4206 VFSNAME_UNMOUNT, { .error = vfsstray }, in vfsinit() 4207 VFSNAME_ROOT, { .error = vfsstray }, in vfsinit() 4208 VFSNAME_STATVFS, { .error = vfsstray }, in vfsinit() 4210 VFSNAME_VGET, { .error = vfsstray }, in vfsinit() 4211 VFSNAME_MOUNTROOT, { .error = vfsstray }, in vfsinit() 4212 VFSNAME_FREEVFS, { .error = vfsstray }, in vfsinit() 4213 VFSNAME_VNSTATE, { .error = vfsstray }, in vfsinit() 4214 VFSNAME_SYNCFS, { .error = vfsstray }, in vfsinit()
|