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

12

/freebsd-11.0-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)
159 vnode_t **vpp, enum create crwhy, mode_t umask, struct vnode *startvp,
197 vnode_t **vpp, enum create crwhy, mode_t umask)
208 zfs_vn_rdwr(enum uio_rw rw, vnode_t *vp, caddr_t base, ssize_t len,
234 zfs_vop_fsync(vnode_t *vp, int flag, cred_t *cr)
253 zfs_vop_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr)
H A Dvfs.h102 int mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype,
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c57 int, vnode_t , NFSPROC_T *, struct nfsexstuff *) = {
58 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
61 (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,
68 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
69 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
72 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
73 (int (*)(struct nfsrv_descript *, int, vnode_t , NFSPROC_T *, struct nfsexstuff *))0,
83 int, vnode_t , vnode_t *, fhandle_
[all...]
H A Dnfs_nfsdserv.c76 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp,
77 vnode_t dirp, struct nfsvattr *dirforp, struct nfsvattr *diraftp,
82 struct nfsvattr *nvap, fhandle_t *fhp, vnode_t *vpp,
83 vnode_t dirp, struct nfsvattr *dirforp, struct nfsvattr *diraftp,
92 vnode_t vp, NFSPROC_T *p, struct nfsexstuff *exp)
179 vnode_t vp, NFSPROC_T *p, __unused struct nfsexstuff *exp)
305 vnode_t vp, NFSPROC_T *p, struct nfsexstuff *exp)
494 vnode_t dp, vnode_t *vpp, fhandle_t *fhp, NFSPROC_T *p,
498 vnode_t v
[all...]
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_var.h101 void nfsrv_dumplocks(vnode_t, struct nfsd_dumplocks *, int, NFSPROC_T *);
102 int nfsrv_lockctrl(vnode_t, struct nfsstate **,
105 int nfsrv_openctrl(struct nfsrv_descript *, vnode_t,
109 vnode_t, struct nfsrv_descript *, NFSPROC_T *, int);
110 int nfsrv_openupdate(vnode_t, struct nfsstate *, nfsquad_t,
113 vnode_t, int, struct ucred *, NFSPROC_T *);
123 int nfsrv_checkremove(vnode_t, int, NFSPROC_T *);
124 void nfsd_recalldelegation(vnode_t, NFSPROC_T *);
125 void nfsd_disabledelegation(vnode_t, NFSPROC_T *);
126 int nfsrv_checksetattr(vnode_t, struc
[all...]
H A Dnfskpiport.h40 typedef struct vnode * vnode_t; typedef in typeref:struct:vnode
/freebsd-11.0-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-11.0-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.h56 extern int zfs_dirlook(vnode_t *, const char *, vnode_t **, 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 *);
H A Dzfs_vfsops.h71 vnode_t *z_ctldir; /* .zfs directory pointer */
H A Dzfs_znode.h182 vnode_t *z_vnode;
236 static __inline vnode_t *
239 vnode_t *vp = zp->z_vnode;
245 VTOZ(vnode_t *vp)
/freebsd-11.0-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-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d59 extern vnode_t e21;
/freebsd-11.0-release/sys/cddl/dev/dtrace/
H A Ddtrace_test.c52 typedef struct vnode vnode_t; typedef in typeref:struct:vnode
53 vnode_t dummy;
54 vnode_t *rootvp = &dummy;
/freebsd-11.0-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)
471 vnode_t *
472 gfs_file_create(size_t size, vnode_t *pvp, vfs_t *vfsp, vnodeops_t *ops)
475 vnode_t *vp;
534 vnode_t *
535 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-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c97 vnode_t *se_root;
135 static vnode_t *zfsctl_mknode_snapdir(vnode_t *);
136 static vnode_t *zfsctl_mknode_shares(vnode_t *);
137 static vnode_t *zfsctl_snapshot_mknode(vnode_t *, uint64_t objset);
206 zfsctl_is_node(vnode_t *vp)
222 zfsctl_root_inode_cb(vnode_t *vp, int index)
243 vnode_t *v
[all...]
H A Dzfs_vnops.c182 zfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct)
215 zfs_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *cr,
248 zfs_holey(vnode_t *vp, u_long cmd, offset_t *off)
291 zfs_ioctl(vnode_t *vp, u_long com, intptr_t data, int flag, cred_t *cred,
390 page_busy(vnode_t *vp, int64_t start, int64_t off, int64_t nbytes)
459 page_hold(vnode_t *vp, int64_t start)
513 update_pages(vnode_t *vp, int64_t start, int len, objset_t *os, uint64_t oid,
560 mappedread_sf(vnode_t *vp, int nbytes, uio_t *uio)
630 mappedread(vnode_t *vp, int nbytes, uio_t *uio)
701 zfs_read(vnode_t *v
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c52 vnode_t *rootdir = (vnode_t *)0xabcd1234;
424 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3)
428 vnode_t *vp;
497 *vpp = vp = umem_zalloc(sizeof (vnode_t), UMEM_NOFAIL);
509 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2,
510 int x3, vnode_t *startvp, int fd)
528 vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len, offset_t offset,
563 vn_close(vnode_t *vp, int openflag, cred_t *cr, kthread_t *td)
569 umem_free(vp, sizeof (vnode_t));
[all...]
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dnfs.d105 noi_curpath = (arg2 == 0 || ((vnode_t *)arg2)->v_path == NULL) ?
106 "<unknown>" : ((vnode_t *)arg2)->v_path;
/freebsd-11.0-release/contrib/gcc/
H A Dsys-types.h134 typedef int vnode_t; typedef

Completed in 298 milliseconds

12