Searched refs:vfs_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h41 typedef struct mount vfs_t; typedef in typeref:struct:mount
109 void vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg,
111 void vfs_clearmntopt(vfs_t *vfsp, const char *name);
112 int vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h54 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *);
60 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
H A Dzfs_vfsops.h45 vfs_t *z_vfs; /* generic fs struct */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dgfs.h88 extern vnode_t *gfs_file_create(size_t, vnode_t *, vfs_t *, vnodeops_t *);
89 extern vnode_t *gfs_dir_create(size_t, vnode_t *, vfs_t *, vnodeops_t *,
91 extern vnode_t *gfs_root_create(size_t, vfs_t *, vnodeops_t *, ino64_t,
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_lookup.c71 vfs_t *vfsp;
H A Dopensolaris_vfs.c43 vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg,
91 vfs_clearmntopt(vfs_t *vfsp, const char *name)
103 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp)
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h135 typedef int vfs_t; typedef
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c92 static int zfs_mount(vfs_t *vfsp);
93 static int zfs_umount(vfs_t *vfsp, int fflag);
94 static int zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp);
95 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp);
96 static int zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp);
97 static int zfs_sync(vfs_t *vfsp, int waitfor);
98 static int zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, int *extflagsp,
100 static int zfs_fhtovp(vfs_t *vfsp, fid_t *fidp, int flags, vnode_t **vpp);
102 static void zfs_freevfs(vfs_t *vfsp);
126 zfs_sync(vfs_t *vfs
[all...]
H A Dzfs_ctldir.c57 * share the same vfs_t as the head filesystem (what '.zfs' lives under).
60 * (ie: snapshots) are ZFS nodes and have their own unique vfs_t.
63 * zfsctl_snapdir_lookup()). We VFS_HOLD the head filesystem's vfs_t
235 * structure. This results in a hold on the vfs_t. The code in zfs_umount()
698 vfs_t *vfsp;
1434 * vfs_t's ontop of.
1652 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp)
1715 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr)
H A Dzfs_ioctl.c3044 static vfs_t *
3047 vfs_t *vfsp;
3494 vfs_t *vfsp;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dgfs.c476 gfs_file_create(size_t size, vnode_t *pvp, vfs_t *vfsp, vnodeops_t *ops)
539 gfs_dir_create(size_t struct_size, vnode_t *pvp, vfs_t *vfsp, vnodeops_t *ops,
577 * only difference is that it takes a vfs_t instead of a vnode_t as its parent.
580 gfs_root_create(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino,
604 gfs_root_create_file(size_t size, vfs_t *vfsp, vnodeops_t *ops, ino64_t ino)

Completed in 149 milliseconds