Lines Matching refs:componentname
2086 vnode_lookup_continue_needed(vnode_t vp, struct componentname *cnp) in vnode_lookup_continue_needed()
3461 struct componentname *a_cnp;
3489 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) in VNOP_LOOKUP()
3513 struct componentname *a_cnp;
3530 struct componentname *cnp = &ndp->ni_cnd; in VNOP_COMPOUND_OPEN()
3603 struct componentname *a_cnp;
3609 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_co… in VNOP_CREATE()
3651 struct componentname *a_cnp;
3657 VNOP_WHITEOUT(__unused vnode_t dvp, __unused struct componentname *cnp, in VNOP_WHITEOUT()
3674 struct componentname *a_cnp;
3680 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_con… in VNOP_MKNOD()
4322 struct componentname *a_cnp;
4328 VNOP_REMOVE(vnode_t dvp, vnode_t vp, struct componentname * cnp, int flags, vfs_context_t ctx) in VNOP_REMOVE()
4422 struct componentname *a_cnp;
4427 VNOP_LINK(vnode_t vp, vnode_t tdvp, struct componentname * cnp, vfs_context_t ctx) in VNOP_LINK()
4470 vn_rename(struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *f… in vn_rename()
4471 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap, in vn_rename()
4765 struct componentname *a_fcnp;
4768 struct componentname *a_tcnp;
4773 VNOP_RENAME(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp, in VNOP_RENAME()
4774 struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, in VNOP_RENAME()
4847 struct componentname *a_fcnp;
4850 struct componentname *a_tcnp;
4856 VNOP_RENAMEX(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp, in VNOP_RENAMEX()
4857 struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, in VNOP_RENAMEX()
4887 struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *fvap, in VNOP_COMPOUND_RENAME()
4888 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap, in VNOP_COMPOUND_RENAME()
5003 struct componentname *a_cnp;
5009 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in VNOP_MKDIR()
5110 struct componentname *a_cnp;
5116 VNOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, vfs_context_t ctx) in VNOP_RMDIR()
5378 struct componentname *a_cnp;
5386 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in VNOP_SYMLINK()
5982 struct componentname *a_tcnp;
5989 VNOP_COPYFILE(struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, in VNOP_COPYFILE()
6013 struct componentname *a_cnp;
6033 struct componentname *cnp, struct vnode_attr *vap, uint32_t flags, in VNOP_CLONEFILE()