Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h103 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c134 if (error = vfs_setfsops(fstype, objfs_vfstops, &vfsops)) { in objfs_init()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c162 if (error = vfs_setfsops(fstype, sharefs_vfstops, &vfsops)) { in sharefs_init()
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c190 error = vfs_setfsops(fstype, swap_vfsops, NULL); in swapinit()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c149 error = vfs_setfsops(fstype, mnt_vfsops_template, NULL); in mntinit()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c159 error = vfs_setfsops(fstype, pr_vfsops_template, NULL); in prinit()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c241 ret = vfs_setfsops(fstype, bootfs_vfsops_tmpl, NULL); in bootfs_init()
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c195 if (error = vfs_setfsops(fstype, ctfs_vfstops, &vfsops)) { in ctfs_init()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c147 error = vfs_setfsops(fstype, devfs_vfsops_template, NULL); in devfsinit()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c161 error = vfs_setfsops(fstype, dev_vfsops_tbl, NULL); in devinit()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c586 error = vfs_setfsops(fstyp, lo_vfsops_template, &lo_vfsops); in lofsinit()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c191 error = vfs_setfsops(fstype, tmp_vfsops_template, NULL); in tmpfsinit()
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c498 error = vfs_setfsops(fstype, fd_vfsops_template, NULL); in fdinit()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c729 error = vfs_setfsops(fstype, nm_vfsops_template, &namefs_vfsops); in nameinit()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c266 error = vfs_setfsops(fstype, auto_vfsops_template, NULL); in autofs_init()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c335 error = vfs_setfsops(fstyp, smbfs_vfsops_template, &smbfs_vfsops); in smbfsinit()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c810 error = vfs_setfsops(fstype, spec_vfsops_template, &spec_vfsops); in specinit()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c336 error = vfs_setfsops(fstype, fifo_vfsops_template, &fifo_vfsops); in fifoinit()
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c893 error = vfs_setfsops(fstype, dc_vfsops_template, &dc_vfsops); in dcinit()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c264 error = vfs_setfsops(fstype, hsfs_vfsops_template, NULL); in hsfsinit()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c304 vfs_setfsops(int fstype, const fs_operation_def_t *template, vfsops_t **actual) in vfs_setfsops() function
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c393 vfs_setfsops(int fstype, const fs_operation_def_t *template, vfsops_t **actual) in vfs_setfsops() function
4229 error = vfs_setfsops(0, stray_vfsops_template, NULL); in vfsinit()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c229 error = vfs_setfsops(fstype, sock_vfsops_template, &sockfs_vfsops); in sockinit()

12