Home
last modified time | relevance | path

Searched refs:vfs_t (Results 1 – 25 of 101) sorted by relevance

12345

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h231 } vfs_t; typedef
241 typedef struct vfs vfs_t; typedef
352 extern void fsop_freefs(vfs_t *);
470 int vfs_can_sync(vfs_t *vfsp);
471 vfs_t *vfs_alloc(int);
472 void vfs_free(vfs_t *);
474 void vfsimpl_setup(vfs_t *vfsp);
502 void vfs_propagate_features(vfs_t *, vfs_t *);
551 void vfs_hold(vfs_t *vfsp);
552 void vfs_rele(vfs_t *vfsp);
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h234 } vfs_t; typedef
349 extern void fsop_freefs(vfs_t *);
461 vfsops_t *vfs_getops(vfs_t *vfsp);
463 int vfs_can_sync(vfs_t *vfsp);
464 vfs_t *vfs_alloc(int);
465 void vfs_free(vfs_t *);
467 void vfsimpl_setup(vfs_t *vfsp);
495 void vfs_propagate_features(vfs_t *, vfs_t *);
544 void vfs_hold(vfs_t *vfsp);
545 void vfs_rele(vfs_t *vfsp);
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c107 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature()
125 vfs_getops(vfs_t *vfsp) in vfs_getops()
147 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root()
161 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs()
190 vfs_hold(vfs_t *vfsp) in vfs_hold()
196 vfs_rele(vfs_t *vfsp) in vfs_rele()
202 vfs_lock(vfs_t *vfsp) in vfs_lock()
209 vfs_rlock(vfs_t *vfsp) in vfs_rlock()
216 vfs_lock_wait(vfs_t *vfsp) in vfs_lock_wait()
222 vfs_rlock_wait(vfs_t *vfsp) in vfs_rlock_wait()
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c232 fsop_freefs(vfs_t *vfsp) in fsop_freefs()
412 vfs_getops(vfs_t *vfsp) in vfs_getops()
435 vfs_can_sync(vfs_t *vfsp) in vfs_can_sync()
1664 vfs_lock(vfs_t *vfsp) in vfs_lock()
1674 vfs_rlock(vfs_t *vfsp) in vfs_rlock()
1700 vfs_unlock(vfs_t *vfsp) in vfs_unlock()
1935 vfs_t *
1938 vfs_t *vfsp; in vfs_alloc()
1951 vfs_free(vfs_t *vfsp) in vfs_free()
1970 vfs_hold(vfs_t *vfsp) in vfs_hold()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c114 static int smbfs_mount_label_policy(vfs_t *, void *, int, cred_t *);
192 static int smbfs_unmount(vfs_t *, int, cred_t *);
193 static int smbfs_root(vfs_t *, vnode_t **);
194 static int smbfs_statvfs(vfs_t *, statvfs64_t *);
195 static int smbfs_sync(vfs_t *, short, cred_t *);
196 static void smbfs_freevfs(vfs_t *);
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()
[all …]
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c187 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/objfs/
H A Dobjfs_vfs.c158 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/
H A Dvfs.c296 fsop_freefs(vfs_t *vfsp) in fsop_freefs()
488 vfs_getops(vfs_t *vfsp) in vfs_getops()
797 vfs_t *vfsp; in vfs_mountfs()
2438 vfs_t *vfsp; in vfs_settag()
2502 vfs_t *vfsp; in vfs_clrtag()
3251 vfs_lock(vfs_t *vfsp) in vfs_lock()
4156 vfs_t EIO_vfs;
4252 vfs_t *
4255 vfs_t *vfsp; in vfs_alloc()
4268 vfs_free(vfs_t *vfsp) in vfs_free()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c90 const vfs_t *vfs = data; in smbfs_vfs_cb()
137 vfs_t *vfs; in smbfs_vfs_dcmd()
167 SMBFS_OBJ_FETCH(addr, vfs_t, vfs, DCMD_ERR); in smbfs_vfs_dcmd()
297 vfs_t vfs; in vfs_walk_step()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c129 static int nfs_unmount(vfs_t *, int, cred_t *);
130 static int nfs_root(vfs_t *, vnode_t **);
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 *);
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()
1597 nfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in nfs_sync()
1659 nfs_mountroot(vfs_t *vfsp, whymountroot_t why) in nfs_mountroot()
[all …]
H A Dnfs3_vfsops.c127 static int nfs3_unmount(vfs_t *, int, cred_t *);
128 static int nfs3_root(vfs_t *, vnode_t **);
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 *);
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()
1596 nfs3_sync(vfs_t *vfsp, short flag, cred_t *cr) in nfs3_sync()
1654 nfs3_mountroot(vfs_t *vfsp, whymountroot_t why) in nfs3_mountroot()
[all …]
H A Dnfs4_vfsops.c88 vfs_t *fm_vfsp;
94 static void nfs4_free_mount(vfs_t *, int, cred_t *);
141 static int nfs4_unmount(vfs_t *, int, cred_t *);
142 static int nfs4_root(vfs_t *, vnode_t **);
144 static int nfs4_sync(vfs_t *, short, cred_t *);
145 static int nfs4_vget(vfs_t *, vnode_t **, fid_t *);
146 static int nfs4_mountroot(vfs_t *, whymountroot_t);
147 static void nfs4_freevfs(vfs_t *);
2792 nfs4_root(vfs_t *vfsp, vnode_t **vpp) in nfs4_root()
2899 nfs4_sync(vfs_t *vfsp, short flag, cred_t *cr) in nfs4_sync()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h55 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *);
63 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c65 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/ucbhead/sys/
H A Dvfs.h95 } vfs_t; typedef
200 extern vfs_t *getvfs(); /* return vfs given fsid */
201 extern vfs_t *vfs_devsearch(); /* find vfs given device */
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c142 static int auto_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *);
143 static int auto_unmount(vfs_t *, int, cred_t *);
144 static int auto_root(vfs_t *, vnode_t **);
145 static int auto_statvfs(vfs_t *, struct statvfs64 *);
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/os/
H A Dtlabel.c169 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()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c232 vfs_t *vfsp; in nm_umountall()
333 nm_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *crp) in nm_mount()
583 nm_unmount(vfs_t *vfsp, int flag, cred_t *crp) in nm_unmount()
643 nm_root(vfs_t *vfsp, vnode_t **vpp) in nm_root()
657 nm_statvfs(vfs_t *vfsp, struct statvfs64 *sp) in nm_statvfs()
676 nm_sync(vfs_t *vfsp, short flag, cred_t *crp) in nm_sync()
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c217 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()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c88 static int zfs_root(vfs_t *vfsp, vnode_t **vpp);
91 static void zfs_freevfs(vfs_t *vfsp);
135 zfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in zfs_sync()
414 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks()
1368 zfs_domount(vfs_t *vfsp, char *osname) in zfs_domount()
1647 zfs_mount_label_policy(vfs_t *vfsp, char *osname) in zfs_mount_label_policy()
1772 zfs_mountroot(vfs_t *vfsp, enum whymountroot why) in zfs_mountroot()
2026 zfs_statvfs(vfs_t *vfsp, struct statvfs64 *statp) in zfs_statvfs()
2116 zfs_root(vfs_t *vfsp, vnode_t **vpp) in zfs_root()
2250 zfs_umount(vfs_t *vfsp, int fflag, cred_t *cr) in zfs_umount()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d39 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c168 vfs_t *vfsp = vp->v_vfsp; in fdgetattr()
368 fdmount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fdmount()
411 fdunmount(vfs_t *vfsp, int flag, cred_t *cr) in fdunmount()
435 fdroot(vfs_t *vfsp, vnode_t **vpp) in fdroot()
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c117 if (mdb_vread(&vfs, sizeof (vfs_t), wsp->walk_addr) == -1) { in lnode_walk_init()
232 vfs_t vfs; in lnode2dev()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c193 static void smb_tree_get_volname(vfs_t *, smb_tree_t *);
194 static void smb_tree_get_flags(const smb_kshare_t *, vfs_t *, smb_tree_t *);
535 vfs_t *vfsp; in smb_tree_acl_access()
1109 vfs_t *vfsp = SMB_NODE_VFS(node); in smb_tree_getattr()
1110 vfs_t *realvfsp; in smb_tree_getattr()
1162 smb_tree_get_volname(vfs_t *vfsp, smb_tree_t *tree) in smb_tree_get_volname()
1197 smb_tree_get_flags(const smb_kshare_t *si, vfs_t *vfsp, smb_tree_t *tree) in smb_tree_get_flags()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h57 vfs_t *bfs_vfsp;

12345