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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h60 * - vfs_makefsops()/vfs_setfsops() to create vfsops.
74 * File systems call registration routines (vfs_setfsops(), vfs_makefsops(),
105 int vfs_setfsops(int, const fs_operation_def_t *, vfsops_t **);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h60 * - vfs_makefsops()/vfs_setfsops() to create vfsops.
74 * File systems call registration routines (vfs_setfsops(), vfs_makefsops(),
105 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)) {
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c158 if (error = vfs_setfsops(fstype, sharefs_vfstops, &vfsops)) {
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c149 error = vfs_setfsops(fstype, mnt_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c159 error = vfs_setfsops(fstype, pr_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c191 error = vfs_setfsops(fstype, swap_vfsops, NULL);
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c195 if (error = vfs_setfsops(fstype, ctfs_vfstops, &vfsops)) {
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c147 error = vfs_setfsops(fstype, devfs_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c241 ret = vfs_setfsops(fstype, bootfs_vfsops_tmpl, NULL);
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c566 error = vfs_setfsops(fstyp, lo_vfsops_template, &lo_vfsops);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c338 error = vfs_setfsops(fstyp, nfsdyn_vfsops_template, &nfsdyn_vfsops);
H A Dnfs3_vfsops.c168 error = vfs_setfsops(fstyp, nfs3_vfsops_template, &nfs3_vfsops);
H A Dnfs_vfsops.c170 error = vfs_setfsops(fstyp, nfs_vfsops_template, &nfs_vfsops);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c160 error = vfs_setfsops(fstype, dev_vfsops_tbl, NULL);
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c496 error = vfs_setfsops(fstype, fd_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c685 error = vfs_setfsops(fstype, nm_vfsops_template, &namefs_vfsops);
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c189 error = vfs_setfsops(fstype, tmp_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c279 error = vfs_setfsops(fstyp, smbfs_vfsops_template, &smbfs_vfsops);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c263 error = vfs_setfsops(fstype, auto_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c891 error = vfs_setfsops(fstype, dc_vfsops_template, &dc_vfsops);
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c335 error = vfs_setfsops(fstype, fifo_vfsops_template, &fifo_vfsops);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c804 error = vfs_setfsops(fstype, spec_vfsops_template, &spec_vfsops);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c263 error = vfs_setfsops(fstype, hsfs_vfsops_template, NULL);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2087 error = vfs_setfsops(fstype, ufs_vfsops_template, &ufs_vfsops);

Completed in 107 milliseconds

12