Home
last modified time | relevance | path

Searched refs:fs_copyfsops (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c323 fs_copyfsops(const fs_operation_def_t *template, vfsops_t *actual, in fs_copyfsops() function
388 error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops); in vfs_setfsops()
415 error = fs_copyfsops(template, *actual, &unused_ops); in vfs_makefsops()