Searched defs:vfs_setfsops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c313 * File system initialization. vfs_setfsops() must be called from a file
366 vfs_setfsops(int fstype, const fs_operation_def_t *template, vfsops_t **actual) function
395 cmn_err(CE_WARN, "vfs_setfsops: %s: %d operations supplied "
422 * NOTE: For a vfsops structure initialized by vfs_setfsops(), use
436 * NOTE: For a vfsops structure created by vfs_setfsops(), use
4260 error = vfs_setfsops(0, stray_vfsops_template, NULL);

Completed in 69 milliseconds