/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vfs.c | 118 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature() 136 vfs_getops(vfs_t *vfsp) in vfs_getops() 158 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root() 172 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs() 191 vfs_getmntpoint(const struct vfs *vfsp) in vfs_getmntpoint() 203 vfs_hold(vfs_t *vfsp) in vfs_hold() 209 vfs_rele(vfs_t *vfsp) in vfs_rele() 215 vfs_lock(vfs_t *vfsp) in vfs_lock() 222 vfs_rlock(vfs_t *vfsp) in vfs_rlock() 229 vfs_lock_wait(vfs_t *vfsp) in vfs_lock_wait() [all …]
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 190 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fsop_mount() 196 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() 202 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root() 208 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs() 214 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync() 220 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget() 226 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() 232 fsop_freefs(vfs_t *vfsp) in fsop_freefs() 238 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate() 401 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops() [all …]
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 224 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fsop_mount() 230 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount() 236 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root() 258 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs() 264 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync() 270 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget() 291 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot() 297 fsop_freefs(vfs_t *vfsp) in fsop_freefs() 303 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate() 320 fsop_syncfs(vfs_t *vfsp, uint64_t flags, cred_t *cr) in fsop_syncfs() [all …]
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 154 lo_mount(struct vfs *vfsp, struct vnode *vp, struct mounta *uap, in lo_mount() 421 lo_unmount(struct vfs *vfsp, int flag, struct cred *cr) in lo_unmount() 454 lo_root(struct vfs *vfsp, struct vnode **vpp) in lo_root() 483 lo_statvfs(register struct vfs *vfsp, struct statvfs64 *sbp) in lo_statvfs() 510 lo_sync(struct vfs *vfsp, short flag, struct cred *cr) in lo_sync() 524 lo_syncfs(vfs_t *vfsp, uint64_t flags, cred_t *cr) in lo_syncfs() 544 lo_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) in lo_vget() 562 lo_freevfs(struct vfs *vfsp) in lo_freevfs()
|
H A D | lofs_subr.c | 258 struct vfs *vfsp; in makelonode() local 317 makelfsnode(struct vfs *vfsp, struct loinfo *li) in makelfsnode() 423 lfsfind(struct vfs *vfsp, struct loinfo *li) in lfsfind() 463 lo_realvfs(struct vfs *vfsp, struct vnode **realrootvpp) in lo_realvfs() 632 vfs_t *vfsp = &lfs->lfs_vfs; in lfs_rele() local 649 struct vfs *vfsp; in freelonode() local
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 123 prinitrootnode(prnode_t *pnp, vfs_t *vfsp) in prinitrootnode() 191 prmount(struct vfs *vfsp, struct vnode *mvp, in prmount() 250 prunmount(struct vfs *vfsp, int flag, struct cred *cr) in prunmount() 290 prroot(struct vfs *vfsp, struct vnode **vpp) in prroot() 300 prstatvfs(struct vfs *vfsp, struct statvfs64 *sp) in prstatvfs()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 262 ufs_mount(struct vfs *vfsp, struct vnode *mvp, struct mounta *uap, in ufs_mount() 467 ufs_mountroot(struct vfs *vfsp, enum whymountroot why) in ufs_mountroot() 579 remountfs(struct vfs *vfsp, dev_t dev, void *raw_argsp, int args_len) in remountfs() 799 mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp, in mountfs() 1377 ufs_unmount(struct vfs *vfsp, int fflag, struct cred *cr) in ufs_unmount() 1760 ufs_root(struct vfs *vfsp, struct vnode **vpp) in ufs_root() 1782 ufs_statvfs(struct vfs *vfsp, struct statvfs64 *sp) in ufs_statvfs() 1874 ufs_sync(struct vfs *vfsp, short flag, struct cred *cr) in ufs_sync() 1960 sbupdate(struct vfs *vfsp) in sbupdate() 2009 ufs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) in ufs_vget() [all …]
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 178 mntmount(struct vfs *vfsp, struct vnode *mvp, in mntmount() 242 mntunmount(struct vfs *vfsp, int flag, struct cred *cr) in mntunmount() 269 mntroot(struct vfs *vfsp, struct vnode **vpp) in mntroot() 280 mntstatvfs(struct vfs *vfsp, struct statvfs64 *sp) in mntstatvfs()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 395 smbfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in smbfs_mount() 758 smbfs_unmount(vfs_t *vfsp, int flag, cred_t *cr) in smbfs_unmount() 865 smbfs_root(vfs_t *vfsp, vnode_t **vpp) in smbfs_root() 897 smbfs_statvfs(vfs_t *vfsp, statvfs64_t *sbp) in smbfs_statvfs() 994 smbfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in smbfs_sync() 1037 smbfs_freevfs(vfs_t *vfsp) in smbfs_freevfs() 1080 smbfs_mount_label_policy(vfs_t *vfsp, void *ipaddr, int addr_type, cred_t *cr) in smbfs_mount_label_policy()
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 233 vfs_t *vfsp; in nm_umountall() local 334 nm_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *crp) in nm_mount() 584 nm_unmount(vfs_t *vfsp, int flag, cred_t *crp) in nm_unmount() 644 nm_root(vfs_t *vfsp, vnode_t **vpp) in nm_root() 658 nm_statvfs(vfs_t *vfsp, struct statvfs64 *sp) in nm_statvfs() 677 nm_sync(vfs_t *vfsp, short flag, cred_t *crp) in nm_sync() 692 nm_syncfs(vfs_t *vfsp, uint64_t flags, cred_t *crp) in nm_syncfs()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 451 vfs_t *vfsp = mi->mi_vfsp; in makenfs4node_by_fh() local 508 makenfs4node(nfs4_sharedfh_t *fh, nfs4_ga_res_t *garp, struct vfs *vfsp, in makenfs4node() 572 make_rnode4(nfs4_sharedfh_t *fh, r4hashq_t *rhtp, struct vfs *vfsp, in make_rnode4() 764 struct vfs *vfsp; in rp4_addfree() local 1044 r4find(r4hashq_t *rhtp, nfs4_sharedfh_t *fh, struct vfs *vfsp) in r4find() 1104 r4find_unlocked(nfs4_sharedfh_t *fh, struct vfs *vfsp) in r4find_unlocked() 1127 check_rtable4(struct vfs *vfsp) in check_rtable4() 1161 destroy_rtable4(struct vfs *vfsp, cred_t *cr) in destroy_rtable4() 1209 vfs_t *vfsp; in destroy_rnode4() local 1233 nfs4_rnode_invalidate(struct vfs *vfsp) in nfs4_rnode_invalidate() [all …]
|
H A D | nfs3_vfsops.c | 478 nfs3_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in nfs3_mount() 1010 nfs3rootvp(vnode_t **rtvpp, vfs_t *vfsp, struct servinfo *svp, in nfs3rootvp() 1365 nfs3_unmount(vfs_t *vfsp, int flag, cred_t *cr) in nfs3_unmount() 1449 nfs3_root(vfs_t *vfsp, vnode_t **vpp) in nfs3_root() 1501 nfs3_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) in nfs3_statvfs() 1596 nfs3_sync(vfs_t *vfsp, short flag, cred_t *cr) in nfs3_sync() 1611 nfs3_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in nfs3_vget() 1654 nfs3_mountroot(vfs_t *vfsp, whymountroot_t why) in nfs3_mountroot() 1802 nfs3_freevfs(vfs_t *vfsp) in nfs3_freevfs()
|
H A D | nfs_vfsops.c | 497 nfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in nfs_mount() 1144 nfsrootvp(vnode_t **rtvpp, vfs_t *vfsp, struct servinfo *svp, in nfsrootvp() 1360 nfs_unmount(vfs_t *vfsp, int flag, cred_t *cr) in nfs_unmount() 1444 nfs_root(vfs_t *vfsp, vnode_t **vpp) in nfs_root() 1496 nfs_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) in nfs_statvfs() 1597 nfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in nfs_sync() 1612 nfs_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in nfs_vget() 1659 nfs_mountroot(vfs_t *vfsp, whymountroot_t why) in nfs_mountroot() 1804 nfs_freevfs(vfs_t *vfsp) in nfs_freevfs()
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vfsops.c | 65 bootfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in bootfs_mount() 156 bootfs_unmount(vfs_t *vfsp, int flag, cred_t *cr) in bootfs_unmount() 188 bootfs_root(vfs_t *vfsp, vnode_t **vpp) in bootfs_root() 200 bootfs_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) in bootfs_statvfs()
|
/illumos-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()
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 187 sharefs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in sharefs_mount() 223 sharefs_unmount(vfs_t *vfsp, int flag, struct cred *cr) in sharefs_unmount() 260 sharefs_root(vfs_t *vfsp, vnode_t **vpp) in sharefs_root() 271 sharefs_statvfs(vfs_t *vfsp, statvfs64_t *sp) in sharefs_statvfs()
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 232 tmp_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in tmp_mount() 411 tmp_unmount(struct vfs *vfsp, int flag, struct cred *cr) in tmp_unmount() 554 tmp_root(struct vfs *vfsp, struct vnode **vpp) in tmp_root() 569 tmp_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in tmp_statvfs() 673 tmp_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) in tmp_vget()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 177 devfs_mount(struct vfs *vfsp, struct vnode *mvp, struct mounta *uap, in devfs_mount() 244 devfs_unmount(struct vfs *vfsp, int flag, struct cred *cr) in devfs_unmount() 253 devfs_root(struct vfs *vfsp, struct vnode **vpp) in devfs_root() 267 devfs_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in devfs_statvfs() 307 devfs_mountroot(struct vfs *vfsp, enum whymountroot why) in devfs_mountroot()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | vfs.h | 154 #define VFS_MOUNT(vfsp, mvp, uap, cr) \ argument 156 #define VFS_UNMOUNT(vfsp, cr) (*(vfsp)->vfs_op->vfs_unmount)(vfsp, cr) argument 157 #define VFS_ROOT(vfsp, vpp) (*(vfsp)->vfs_op->vfs_root)(vfsp, vpp) argument 158 #define VFS_STATVFS(vfsp, sp) (*(vfsp)->vfs_op->vfs_statvfs)(vfsp, sp) argument 159 #define VFS_SYNC(vfsp) (*(vfsp)->vfs_op->vfs_sync)(vfsp) argument 160 #define VFS_VGET(vfsp, vpp, fidp) \ argument 162 #define VFS_MOUNTROOT(vfsp, init) \ argument 164 #define VFS_SWAPVP(vfsp, vpp, nm) \ argument 206 #define VFS_INIT(vfsp, op, data) { \ argument
|
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 316 autofs_restrict_opts(struct vfs *vfsp, char *buf, size_t maxlen, size_t *curlen) in autofs_restrict_opts() 350 auto_mount(vfs_t *vfsp, vnode_t *vp, struct mounta *uap, cred_t *cr) in auto_mount() 694 auto_unmount(vfs_t *vfsp, int flag, cred_t *cr) in auto_unmount() 795 auto_root(vfs_t *vfsp, vnode_t **vpp) in auto_root() 809 auto_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) in auto_statvfs()
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 196 sdev_mount(struct vfs *vfsp, struct vnode *mvp, struct mounta *uap, in sdev_mount() 380 sdev_unmount(struct vfs *vfsp, int flag, struct cred *cr) in sdev_unmount() 453 sdev_root(struct vfs *vfsp, struct vnode **vpp) in sdev_root() 466 sdev_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in sdev_statvfs()
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 180 udf_mount(struct vfs *vfsp, struct vnode *mvp, in udf_mount() 324 udf_unmount(struct vfs *vfsp, int fflag, struct cred *cr) in udf_unmount() 399 udf_root(struct vfs *vfsp, struct vnode **vpp) in udf_root() 422 udf_statvfs(struct vfs *vfsp, struct statvfs64 *sp) in udf_statvfs() 481 udf_sync(struct vfs *vfsp, int16_t flag, struct cred *cr) in udf_sync() 493 udf_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) in udf_vget() 547 udf_mountroot(struct vfs *vfsp, enum whymountroot why) in udf_mountroot() 615 ud_mountfs(struct vfs *vfsp, enum whymountroot why, dev_t dev, char *name, in ud_mountfs() 1587 ud_update_superblock(struct vfs *vfsp) in ud_update_superblock()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vfs.h | 355 #define VFS_MOUNT(vfsp, mvp, uap, cr) fsop_mount(vfsp, mvp, uap, cr) argument 356 #define VFS_UNMOUNT(vfsp, flag, cr) fsop_unmount(vfsp, flag, cr) argument 357 #define VFS_ROOT(vfsp, vpp) fsop_root(vfsp, vpp) argument 358 #define VFS_STATVFS(vfsp, sp) fsop_statfs(vfsp, sp) argument 359 #define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr) argument 360 #define VFS_VGET(vfsp, vpp, fidp) fsop_vget(vfsp, vpp, fidp) argument 361 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init) argument 362 #define VFS_FREEVFS(vfsp) fsop_freefs(vfsp) argument 363 #define VFS_VNSTATE(vfsp, vn, ns) fsop_vnstate(vfsp, vn, ns) argument 364 #define VFS_SYNCFS(vfsp, flag, cr) fsop_syncfs(vfsp, flag, cr) argument [all …]
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 286 hsfs_mount(struct vfs *vfsp, struct vnode *mvp, in hsfs_mount() 367 struct vfs *vfsp, in hsfs_unmount() 435 hsfs_root(struct vfs *vfsp, struct vnode **vpp) in hsfs_root() 444 hsfs_statvfs(struct vfs *vfsp, struct statvfs64 *sbp) in hsfs_statvfs() 482 hsfs_vget(struct vfs *vfsp, struct vnode **vpp, struct fid *fidp) in hsfs_vget() 569 struct vfs *vfsp, in hs_mountfs() 955 struct vfs *vfsp, in hs_getrootvp() 1340 hs_getmdev(struct vfs *vfsp, char *fspec, int flags, dev_t *pdev, mode_t *mode, in hs_getmdev() 1457 hsfs_mountroot(struct vfs *vfsp, enum whymountroot why) in hsfs_mountroot()
|
/illumos-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() 126 struct vfs *vfsp; in umount2() local
|