Searched refs:vnode_t (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.badmemb.d43 trace(offsetof(vnode_t, v_no_such_member));
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dpathname.h47 int lookupname(char *, enum uio_seg, enum symfollow, vnode_t **, vnode_t **);
48 int lookupnameat(char *, enum uio_seg, enum symfollow, vnode_t **, vnode_t **,
49 vnode_t *);
50 int traverse(vnode_t **, int);
H A Dpolicy.h46 int secpolicy_basic_link(vnode_t *vp, cred_t *cr);
47 int secpolicy_vnode_owner(vnode_t *vp, cred_t *cr, uid_t owner);
48 int secpolicy_vnode_chown(vnode_t *vp, cred_t *cr, uid_t owner);
50 int secpolicy_vnode_remove(vnode_t *vp, cred_t *cr);
51 int secpolicy_vnode_access(cred_t *cr, vnode_t *vp, uid_t owner,
53 int secpolicy_vnode_access2(cred_t *cr, vnode_t *vp, uid_t owner,
55 int secpolicy_vnode_any_access(cred_t *cr, vnode_t *vp, uid_t owner);
56 int secpolicy_vnode_setdac(vnode_t *vp, cred_t *cr, uid_t owner);
57 int secpolicy_vnode_setattr(cred_t *cr, vnode_t *vp, struct vattr *vap,
61 int secpolicy_vnode_setids_setgids(vnode_t *v
[all...]
H A Dvnode.h37 typedef struct vnode vnode_t; typedef in typeref:struct:vnode
68 vn_is_readonly(vnode_t *vp)
161 vnode_t **vpp, enum create crwhy, mode_t umask, struct vnode *startvp,
210 vnode_t **vpp, enum create crwhy, mode_t umask)
221 zfs_vn_rdwr(enum uio_rw rw, vnode_t *vp, caddr_t base, ssize_t len,
249 zfs_vop_fsync(vnode_t *vp, int flag, cred_t *cr)
270 zfs_vop_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr)
H A Dvfs.h113 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c55 int, vnode_t , NFSPROC_T *, struct nfsexstuff *) = {
56 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
59 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
65 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
66 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
67 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
70 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
71 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
81 int, vnode_t , vnode_t *, fhandle_
[all...]
H A Dnfs_nfsdserv.c75 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp,
76 vnode_t dirp, struct nfsvattr *dirforp, struct nfsvattr *diraftp,
81 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp,
82 vnode_t dirp, struct nfsvattr *dirforp, struct nfsvattr *diraftp,
91 vnode_t vp, NFSPROC_T *p, struct nfsexstuff *exp)
178 vnode_t vp, NFSPROC_T *p, __unused struct nfsexstuff *exp)
293 vnode_t vp, NFSPROC_T *p, struct nfsexstuff *exp)
482 vnode_t dp, vnode_t *vpp, fhandle_t *fhp, NFSPROC_T *p,
486 vnode_t v
[all...]
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_var.h94 void nfsrv_dumplocks(vnode_t, struct nfsd_dumplocks *, int, NFSPROC_T *);
95 int nfsrv_lockctrl(vnode_t, struct nfsstate **,
98 int nfsrv_openctrl(struct nfsrv_descript *, vnode_t,
102 vnode_t, struct nfsrv_descript *, NFSPROC_T *, int);
103 int nfsrv_openupdate(vnode_t, struct nfsstate *, nfsquad_t,
105 int nfsrv_delegupdate(nfsquad_t, nfsv4stateid_t *, vnode_t, int,
116 int nfsrv_checkremove(vnode_t, int, NFSPROC_T *);
117 void nfsd_recalldelegation(vnode_t, NFSPROC_T *);
118 void nfsd_disabledelegation(vnode_t, NFSPROC_T *);
119 int nfsrv_checksetattr(vnode_t, struc
[all...]
H A Dnfskpiport.h40 typedef struct vnode * vnode_t; typedef in typeref:struct:vnode
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dgfs.h49 vnode_t *(*gfse_ctor)(vnode_t *); /* constructor */
52 vnode_t *gfse_vnode; /* cached vnode */
61 vnode_t *gfs_vnode; /* current vnode */
62 vnode_t *gfs_parent; /* parent vnode */
69 typedef int (*gfs_readdir_cb)(vnode_t *, void *, int *, offset_t *,
71 typedef int (*gfs_lookup_cb)(vnode_t *, const char *, vnode_t **, ino64_t *,
73 typedef ino64_t (*gfs_inode_cb)(vnode_t *, int);
88 extern vnode_t *gfs_file_creat
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_file.h39 vnode_t *vf_vnode;
H A Dzfs_ctldir.h47 vnode_t *zfsctl_root(znode_t *);
50 boolean_t zfsctl_is_node(vnode_t *);
56 int zfsctl_root_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp,
57 int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct,
H A Dzfs_dir.h57 extern int zfs_dirlook(znode_t *, char *, vnode_t **, int, int *,
67 extern int zfs_get_xattrdir(znode_t *, vnode_t **, cred_t *, int);
68 extern int zfs_make_xattrdir(znode_t *, vattr_t *, vnode_t **, cred_t *);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_lookup.c39 vnode_t **dirvpp, vnode_t **compvpp)
47 vnode_t **dirvpp, vnode_t **compvpp, vnode_t *startvp)
67 traverse(vnode_t **cvpp, int lktype)
69 vnode_t *cvp;
70 vnode_t *tvp;
H A Dopensolaris_policy.c93 secpolicy_basic_link(vnode_t *vp, cred_t *cr)
111 secpolicy_vnode_remove(vnode_t *vp, cred_t *cr)
120 secpolicy_vnode_access(cred_t *cr, vnode_t *vp, uid_t owner, accmode_t accmode)
149 secpolicy_vnode_access2(cred_t *cr, vnode_t *vp, uid_t owner,
163 secpolicy_vnode_any_access(cred_t *cr, vnode_t *vp, uid_t owner)
202 secpolicy_vnode_setdac(vnode_t *vp, cred_t *cr, uid_t owner)
213 secpolicy_vnode_setattr(cred_t *cr, vnode_t *vp, struct vattr *vap,
296 secpolicy_vnode_setids_setgids(vnode_t *vp, cred_t *cr, gid_t gid)
307 secpolicy_vnode_setid_retain(vnode_t *vp, cred_t *cr,
317 secpolicy_setid_clear(struct vattr *vap, vnode_t *v
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d59 extern vnode_t e21;
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_test.c54 typedef struct vnode vnode_t; typedef in typeref:struct:vnode
55 vnode_t dummy;
56 vnode_t *rootvp = &dummy;
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_fs_subr.c74 vnode_t *vp = BHV_TO_VNODE(bdp);
95 vnode_t *vp = BHV_TO_VNODE(bdp);
121 vnode_t *vp = BHV_TO_VNODE(bdp);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dgfs.c159 gfs_get_parent_ino(vnode_t *dvp, cred_t *cr, caller_context_t *ct,
162 vnode_t *parent;
436 gfs_lookup_dot(vnode_t **vpp, vnode_t *dvp, vnode_t *pvp, const char *nm)
475 vnode_t *
476 gfs_file_create(size_t size, vnode_t *pvp, vfs_t *vfsp, vnodeops_t *ops)
479 vnode_t *vp;
538 vnode_t *
539 gfs_dir_create(size_t struct_size, vnode_t *pv
[all...]
H A Dvnode.c76 vn_rele_inactive(vnode_t *vp)
92 vn_rele_async(vnode_t *vp, taskq_t *taskq)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c96 vnode_t *se_root;
134 static vnode_t *zfsctl_mknode_snapdir(vnode_t *);
135 static vnode_t *zfsctl_mknode_shares(vnode_t *);
136 static vnode_t *zfsctl_snapshot_mknode(vnode_t *, uint64_t objset);
205 zfsctl_is_node(vnode_t *vp)
221 zfsctl_root_inode_cb(vnode_t *vp, int index)
242 vnode_t *v
[all...]
H A Dvdev_file.c55 vnode_t *vp;
164 vnode_t *vp;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c49 vnode_t *rootdir = (vnode_t *)0xabcd1234;
415 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3)
418 vnode_t *vp;
476 *vpp = vp = umem_zalloc(sizeof (vnode_t), UMEM_NOFAIL);
487 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2,
488 int x3, vnode_t *startvp, int fd)
506 vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len, offset_t offset,
536 vn_close(vnode_t *vp, int openflag, cred_t *cr, kthread_t *td)
540 umem_free(vp, sizeof (vnode_t));
[all...]
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Dnfs.d104 noi_curpath = (arg2 == 0 || ((vnode_t *)arg2)->v_path == NULL) ?
105 "<unknown>" : ((vnode_t *)arg2)->v_path;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_refcache.c68 vnode_t *vp;
187 vnode_t *vp;
231 vnode_t *vp;

Completed in 184 milliseconds

12