Home
last modified time | relevance | path

Searched refs:vfs_setfsops (Results 1 – 25 of 31) sorted by relevance

12

/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h105 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
/titanic_44/usr/src/uts/common/sys/
H A Dvfs_opreg.h105 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c134 if (error = vfs_setfsops(fstype, objfs_vfstops, &vfsops)) { in objfs_init()
/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c158 if (error = vfs_setfsops(fstype, sharefs_vfstops, &vfsops)) { in sharefs_init()
/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c191 error = vfs_setfsops(fstype, swap_vfsops, NULL); in swapinit()
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c149 error = vfs_setfsops(fstype, mnt_vfsops_template, NULL); in mntinit()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvfsops.c159 error = vfs_setfsops(fstype, pr_vfsops_template, NULL); in prinit()
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c195 if (error = vfs_setfsops(fstype, ctfs_vfstops, &vfsops)) { in ctfs_init()
/titanic_44/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c147 error = vfs_setfsops(fstype, devfs_vfsops_template, NULL); in devfsinit()
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c157 error = vfs_setfsops(fstype, dev_vfsops_tbl, NULL); in devinit()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c566 error = vfs_setfsops(fstyp, lo_vfsops_template, &lo_vfsops); in lofsinit()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c338 error = vfs_setfsops(fstyp, nfsdyn_vfsops_template, &nfsdyn_vfsops); in nfsdyninit()
H A Dnfs_vfsops.c170 error = vfs_setfsops(fstyp, nfs_vfsops_template, &nfs_vfsops); in nfsinit()
/titanic_44/usr/src/uts/common/fs/fd/
H A Dfdops.c496 error = vfs_setfsops(fstype, fd_vfsops_template, NULL); in fdinit()
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c188 error = vfs_setfsops(fstype, tmp_vfsops_template, NULL); in tmpfsinit()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c685 error = vfs_setfsops(fstype, nm_vfsops_template, &namefs_vfsops); in nameinit()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c279 error = vfs_setfsops(fstyp, smbfs_vfsops_template, &smbfs_vfsops); in smbfsinit()
/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c263 error = vfs_setfsops(fstype, auto_vfsops_template, NULL); in autofs_init()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c804 error = vfs_setfsops(fstype, spec_vfsops_template, &spec_vfsops); in specinit()
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c335 error = vfs_setfsops(fstype, fifo_vfsops_template, &fifo_vfsops); in fifoinit()
/titanic_44/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c891 error = vfs_setfsops(fstype, dc_vfsops_template, &dc_vfsops); in dcinit()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c110 error = vfs_setfsops(fstype, cachefs_vfsops_template, NULL); in cachefs_init_vfsops()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c263 error = vfs_setfsops(fstype, hsfs_vfsops_template, NULL); in hsfsinit()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c228 error = vfs_setfsops(fstype, sock_vfsops_template, NULL); in sockinit()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c373 vfs_setfsops(int fstype, const fs_operation_def_t *template, vfsops_t **actual) in vfs_setfsops() function
4342 error = vfs_setfsops(0, stray_vfsops_template, NULL); in vfsinit()

12