| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | vfs.h | 238 } vfs_t; typedef 329 int (*vfs_mount)(vfs_t *, vnode_t *, struct mounta *, cred_t *); \ 330 int (*vfs_unmount)(vfs_t *, int, cred_t *); \ 331 int (*vfs_root)(vfs_t *, vnode_t **); \ 332 int (*vfs_statvfs)(vfs_t *, statvfs64_t *); \ 333 int (*vfs_sync)(vfs_t *, short, cred_t *); \ 334 int (*vfs_vget)(vfs_t *, vnode_t **, fid_t *); \ 335 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \ 336 void (*vfs_freevfs)(vfs_t *); \ 337 int (*vfs_vnstate)(vfs_t *, vnode_t *, vntrans_t) /* NB: No ";" */ [all …]
|
| H A D | objfs_impl.h | 95 extern vnode_t *objfs_create_root(vfs_t *);
|
| H A D | attr.h | 139 int xattr_dir_vget(vfs_t *, vnode_t **, fid_t *);
|
| /onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| H A D | smbfs_vfsops.c | 79 static int smbfs_mount_label_policy(vfs_t *, void *, int, cred_t *); 149 static int smbfs_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *); 150 static int smbfs_unmount(vfs_t *, int, cred_t *); 151 static int smbfs_root(vfs_t *, vnode_t **); 152 static int smbfs_statvfs(vfs_t *, statvfs64_t *); 153 static int smbfs_sync(vfs_t *, short, cred_t *); 154 static void smbfs_freevfs(vfs_t *); 336 smbfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in smbfs_mount() 640 smbfs_unmount(vfs_t *vfsp, int flag, cred_t *cr) in smbfs_unmount() 739 smbfs_root(vfs_t *vfsp, vnode_t **vpp) in smbfs_root() [all …]
|
| /onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_vfs.c | 29 static smb_vfs_t *smb_vfs_find(smb_export_t *, vfs_t *); 40 smb_vfs_hold(smb_export_t *se, vfs_t *vfsp) in smb_vfs_hold() 90 smb_vfs_rele(smb_export_t *se, vfs_t *vfsp) in smb_vfs_rele() 142 smb_vfs_find(smb_export_t *se, vfs_t *vfsp) in smb_vfs_find()
|
| /onnv-gate/usr/src/uts/common/fs/objfs/ |
| H A D | objfs_vfs.c | 158 objfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in objfs_mount() 197 objfs_unmount(vfs_t *vfsp, int flag, struct cred *cr) in objfs_unmount() 234 objfs_root(vfs_t *vfsp, vnode_t **vpp) in objfs_root() 245 objfs_statvfs(vfs_t *vfsp, statvfs64_t *sp) in objfs_statvfs()
|
| /onnv-gate/usr/src/uts/common/fs/sharefs/ |
| H A D | sharefs_vfsops.c | 183 sharefs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in sharefs_mount() 219 sharefs_unmount(vfs_t *vfsp, int flag, struct cred *cr) in sharefs_unmount() 266 sharefs_root(vfs_t *vfsp, vnode_t **vpp) in sharefs_root() 277 sharefs_statvfs(vfs_t *vfsp, statvfs64_t *sp) in sharefs_statvfs()
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 217 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fsop_mount() 223 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() 229 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root() 248 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs() 254 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync() 260 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget() 281 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() 287 fsop_freefs(vfs_t *vfsp) in fsop_freefs() 293 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate() 460 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops() [all …]
|
| /onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zfs_ctldir.h | 55 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *); 63 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_vfsops.c | 128 static int nfs_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *); 129 static int nfs_unmount(vfs_t *, int, cred_t *); 130 static int nfs_root(vfs_t *, vnode_t **); 131 static int nfs_statvfs(vfs_t *, struct statvfs64 *); 132 static int nfs_sync(vfs_t *, short, cred_t *); 133 static int nfs_vget(vfs_t *, vnode_t **, fid_t *); 134 static int nfs_mountroot(vfs_t *, whymountroot_t); 135 static void nfs_freevfs(vfs_t *); 137 static int nfsrootvp(vnode_t **, vfs_t *, struct servinfo *, 497 nfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in nfs_mount() [all …]
|
| H A D | nfs3_vfsops.c | 126 static int nfs3_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *); 127 static int nfs3_unmount(vfs_t *, int, cred_t *); 128 static int nfs3_root(vfs_t *, vnode_t **); 129 static int nfs3_statvfs(vfs_t *, struct statvfs64 *); 130 static int nfs3_sync(vfs_t *, short, cred_t *); 131 static int nfs3_vget(vfs_t *, vnode_t **, fid_t *); 132 static int nfs3_mountroot(vfs_t *, whymountroot_t); 133 static void nfs3_freevfs(vfs_t *); 135 static int nfs3rootvp(vnode_t **, vfs_t *, struct servinfo *, 478 nfs3_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in nfs3_mount() [all …]
|
| H A D | nfs4_vfsops.c | 86 vfs_t *fm_vfsp; 91 static void async_free_mount(vfs_t *, int, cred_t *); 92 static void nfs4_free_mount(vfs_t *, int, cred_t *); 138 int nfs4_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *); 139 static int nfs4_unmount(vfs_t *, int, cred_t *); 140 static int nfs4_root(vfs_t *, vnode_t **); 141 static int nfs4_statvfs(vfs_t *, struct statvfs64 *); 142 static int nfs4_sync(vfs_t *, short, cred_t *); 143 static int nfs4_vget(vfs_t *, vnode_t **, fid_t *); 144 static int nfs4_mountroot(vfs_t *, whymountroot_t); [all …]
|
| /onnv-gate/usr/src/ucbhead/sys/ |
| H A D | vfs.h | 97 } vfs_t; typedef 202 extern vfs_t *getvfs(); /* return vfs given fsid */ 203 extern vfs_t *vfs_devsearch(); /* find vfs given device */
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/smbfs/ |
| H A D | smbfs.c | 83 const vfs_t *vfs = data; in smbfs_vfs_cb() 130 vfs_t *vfs; in smbfs_vfs_dcmd() 160 SMBFS_OBJ_FETCH(addr, vfs_t, vfs, DCMD_ERR); in smbfs_vfs_dcmd()
|
| /onnv-gate/usr/src/uts/common/fs/autofs/ |
| H A D | auto_vfsops.c | 145 static int auto_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *); 146 static int auto_unmount(vfs_t *, int, cred_t *); 147 static int auto_root(vfs_t *, vnode_t **); 148 static int auto_statvfs(vfs_t *, struct statvfs64 *); 351 auto_mount(vfs_t *vfsp, vnode_t *vp, struct mounta *uap, cred_t *cr) in auto_mount() 695 auto_unmount(vfs_t *vfsp, int flag, cred_t *cr) in auto_unmount() 796 auto_root(vfs_t *vfsp, vnode_t **vpp) in auto_root() 810 auto_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) in auto_statvfs()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | tlabel.c | 169 getflabel_cipso(vfs_t *vfsp) in getflabel_cipso() 230 getflabel_zfs(vfs_t *vfsp) in getflabel_zfs() 256 getflabel_nfs(vfs_t *vfsp) in getflabel_nfs() 318 vfs_t *vfsp, *rvfsp; in getflabel() 427 vfs_t *nvfs; in getflabel()
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 76 static int zfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr); 77 static int zfs_umount(vfs_t *vfsp, int fflag, cred_t *cr); 78 static int zfs_mountroot(vfs_t *vfsp, enum whymountroot); 79 static int zfs_root(vfs_t *vfsp, vnode_t **vpp); 80 static int zfs_statvfs(vfs_t *vfsp, struct statvfs64 *statp); 81 static int zfs_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp); 82 static void zfs_freevfs(vfs_t *vfsp); 131 zfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in zfs_sync() 395 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks() 1110 zfs_domount(vfs_t *vfsp, char *osname) in zfs_domount() [all …]
|
| /onnv-gate/usr/src/uts/common/fs/ctfs/ |
| H A D | ctfs_root.c | 217 ctfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in ctfs_mount() 279 ctfs_unmount(vfs_t *vfsp, int flag, struct cred *cr) in ctfs_unmount() 325 ctfs_root(vfs_t *vfsp, vnode_t **vpp) in ctfs_root() 340 ctfs_statvfs(vfs_t *vfsp, statvfs64_t *sp) in ctfs_statvfs()
|
| /onnv-gate/usr/src/uts/common/fs/namefs/ |
| H A D | namevfs.c | 205 vfs_t *vfsp; in nm_umountall() 306 nm_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *crp) in nm_mount() 555 nm_unmount(vfs_t *vfsp, int flag, cred_t *crp) in nm_unmount() 614 nm_root(vfs_t *vfsp, vnode_t **vpp) in nm_root() 628 nm_statvfs(vfs_t *vfsp, struct statvfs64 *sp) in nm_statvfs() 647 nm_sync(vfs_t *vfsp, short flag, cred_t *crp) in nm_sync()
|
| /onnv-gate/usr/src/uts/common/fs/cachefs/ |
| H A D | cachefs_vfsops.c | 85 static int cachefs_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *); 86 static int cachefs_unmount(vfs_t *, int, cred_t *); 87 static int cachefs_root(vfs_t *, vnode_t **); 88 static int cachefs_statvfs(register vfs_t *, struct statvfs64 *); 89 static int cachefs_sync(vfs_t *, short, cred_t *); 138 cachefs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in cachefs_mount() 857 cachefs_unmount(vfs_t *vfsp, int flag, cred_t *cr) in cachefs_unmount() 1057 cachefs_root(vfs_t *vfsp, vnode_t **vpp) in cachefs_root() 1076 cachefs_statvfs(register vfs_t *vfsp, struct statvfs64 *sbp) in cachefs_statvfs() 1145 cachefs_sync(vfs_t *vfsp, short flag, cred_t *cr) in cachefs_sync()
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/inline/ |
| H A D | err.D_OP_INCOMPAT.badxlate.d | 41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
|
| /onnv-gate/usr/src/uts/common/fs/fd/ |
| H A D | fdops.c | 167 vfs_t *vfsp = vp->v_vfsp; in fdgetattr() 366 fdmount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fdmount() 409 fdunmount(vfs_t *vfsp, int flag, cred_t *cr) in fdunmount() 433 fdroot(vfs_t *vfsp, vnode_t **vpp) in fdroot()
|
| /onnv-gate/usr/src/uts/common/sharefs/ |
| H A D | sharefs.h | 87 extern vnode_t *sharefs_create_root_file(vfs_t *);
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/lofs/ |
| H A D | lofs.c | 119 if (mdb_vread(&vfs, sizeof (vfs_t), wsp->walk_addr) == -1) { in lnode_walk_init() 234 vfs_t vfs; in lnode2dev()
|
| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | umount.c | 64 umount2_engine(vfs_t *vfsp, int flag, cred_t *cr, int is_syscall) in umount2_engine()
|