Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h246 } vfs_t; typedef
337 int (*vfs_mount)(vfs_t *, vnode_t *, struct mounta *, cred_t *); \
338 int (*vfs_unmount)(vfs_t *, int, cred_t *); \
339 int (*vfs_root)(vfs_t *, vnode_t **); \
340 int (*vfs_statvfs)(vfs_t *, statvfs64_t *); \
341 int (*vfs_sync)(vfs_t *, short, cred_t *); \
342 int (*vfs_vget)(vfs_t *, vnode_t **, fid_t *); \
343 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
344 void (*vfs_freevfs)(vfs_t *); \
345 int (*vfs_vnstate)(vfs_t *, vnode_t *, vntrans_t) /* NB: No ";" */
[all …]
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c102 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature()
120 vfs_getops(vfs_t *vfsp) in vfs_getops()
140 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root()
154 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs()
183 vfs_hold(vfs_t *vfsp) in vfs_hold()
189 vfs_rele(vfs_t *vfsp) in vfs_rele()
195 vfs_lock(vfs_t *vfsp) in vfs_lock()
202 vfs_rlock(vfs_t *vfsp) in vfs_rlock()
209 vfs_lock_wait(vfs_t *vfsp) in vfs_lock_wait()
215 vfs_rlock_wait(vfs_t *vfsp) in vfs_rlock_wait()
[all …]
H A Dfake_vnode.c53 vfs_t *
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c80 static int smbfs_mount_label_policy(vfs_t *, void *, int, cred_t *);
150 static int smbfs_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *);
151 static int smbfs_unmount(vfs_t *, int, cred_t *);
152 static int smbfs_root(vfs_t *, vnode_t **);
153 static int smbfs_statvfs(vfs_t *, statvfs64_t *);
154 static int smbfs_sync(vfs_t *, short, cred_t *);
155 static void smbfs_freevfs(vfs_t *);
337 smbfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in smbfs_mount()
641 smbfs_unmount(vfs_t *vfsp, int flag, cred_t *cr) in smbfs_unmount()
740 smbfs_root(vfs_t *vfsp, vnode_t **vpp) in smbfs_root()
[all …]
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c30 static smb_vfs_t *smb_vfs_find(smb_export_t *, vfs_t *);
41 smb_vfs_hold(smb_export_t *se, vfs_t *vfsp) in smb_vfs_hold()
91 smb_vfs_rele(smb_export_t *se, vfs_t *vfsp) in smb_vfs_rele()
143 smb_vfs_find(smb_export_t *se, vfs_t *vfsp) in smb_vfs_find()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c225 fsop_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr) in fsop_mount()
231 fsop_unmount(vfs_t *vfsp, int flag, cred_t *cr) in fsop_unmount()
237 fsop_root(vfs_t *vfsp, vnode_t **vpp) in fsop_root()
256 fsop_statfs(vfs_t *vfsp, statvfs64_t *sp) in fsop_statfs()
262 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync()
268 fsop_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp) in fsop_vget()
289 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()
295 fsop_freefs(vfs_t *vfsp) in fsop_freefs()
301 fsop_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) in fsop_vnstate()
468 vfs_setops(vfs_t *vfsp, vfsops_t *vfsops) in vfs_setops()
[all …]
/titanic_41/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()
/titanic_41/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c183 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()
/titanic_41/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);
H A Dzfs_events.h17 typedef void (*rz_zev_zfs_mount_cb_t)(vfs_t *vfs, vnode_t *mpt, char *dataset,
19 typedef void (*rz_zev_zfs_umount_cb_t)(vfs_t *vfs);
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c128 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 Dnfs3_vfsops.c126 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 …]
/titanic_41/usr/src/ucbhead/sys/
H A Dvfs.h97 } vfs_t; typedef
202 extern vfs_t *getvfs(); /* return vfs given fsid */
203 extern vfs_t *vfs_devsearch(); /* find vfs given device */
/titanic_41/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c84 const vfs_t *vfs = data; in smbfs_vfs_cb()
131 vfs_t *vfs; in smbfs_vfs_dcmd()
161 SMBFS_OBJ_FETCH(addr, vfs_t, vfs, DCMD_ERR); in smbfs_vfs_dcmd()
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c141 static int auto_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *);
142 static int auto_unmount(vfs_t *, int, cred_t *);
143 static int auto_root(vfs_t *, vnode_t **);
144 static int auto_statvfs(vfs_t *, struct statvfs64 *);
347 auto_mount(vfs_t *vfsp, vnode_t *vp, struct mounta *uap, cred_t *cr) in auto_mount()
691 auto_unmount(vfs_t *vfsp, int flag, cred_t *cr) in auto_unmount()
792 auto_root(vfs_t *vfsp, vnode_t **vpp) in auto_root()
806 auto_statvfs(vfs_t *vfsp, struct statvfs64 *sbp) in auto_statvfs()
/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c205 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()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c78 static int zfs_mount(vfs_t *vfsp, vnode_t *mvp, struct mounta *uap, cred_t *cr);
79 static int zfs_umount(vfs_t *vfsp, int fflag, cred_t *cr);
80 static int zfs_mountroot(vfs_t *vfsp, enum whymountroot);
81 static int zfs_root(vfs_t *vfsp, vnode_t **vpp);
82 static int zfs_statvfs(vfs_t *vfsp, struct statvfs64 *statp);
83 static int zfs_vget(vfs_t *vfsp, vnode_t **vpp, fid_t *fidp);
84 static void zfs_freevfs(vfs_t *vfsp);
133 zfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in zfs_sync()
404 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks()
1155 zfs_domount(vfs_t *vfsp, char *osname) in zfs_domount()
[all …]
H A Dzfs_events.c88 RZ_COUNTER_CB(zfs_mount, vfs_t *vfs, vnode_t *mpt, char *dataset,
90 RZ_COUNTER_CB(zfs_umount, vfs_t *vfs)
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c85 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()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
/titanic_41/usr/src/uts/common/fs/fd/
H A Dfdops.c167 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()
/titanic_41/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c119 if (mdb_vread(&vfs, sizeof (vfs_t), wsp->walk_addr) == -1) { in lnode_walk_init()
234 vfs_t vfs; in lnode2dev()
/titanic_41/usr/src/uts/common/sharefs/
H A Dsharefs.h87 extern vnode_t *sharefs_create_root_file(vfs_t *);

1234