Lines Matching refs:cnp

1806 vnode_lookup_continue_needed(vnode_t vp, struct componentname *cnp)
1808 struct nameidata *ndp = cnp->cn_ndp;
1811 panic("vnode_lookup_continue_needed(): cnp->cn_ndp is NULL\n");
1830 if (cnp->cn_flags & FOLLOW) {
3012 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx)
3025 a.a_cnp = cnp;
3043 if ( (cnp->cn_flags & ISLASTCN) ) {
3044 if ( (cnp->cn_flags & LOCKPARENT) ) {
3045 if ( !(cnp->cn_flags & FSNODELOCKHELD) ) {
3053 cnp->cn_flags |= FSNODELOCKHELD;
3089 struct componentname *cnp = &ndp->ni_cnd;
3096 a.a_cnp = cnp;
3129 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0);
3159 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx)
3171 a.a_cnp = cnp;
3189 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0);
3207 *#% whiteout cnp - - -
3220 VNOP_WHITEOUT(vnode_t dvp, struct componentname * cnp, int flags, vfs_context_t ctx)
3231 a.a_cnp = cnp;
3274 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx)
3287 a.a_cnp = cnp;
4195 VNOP_REMOVE(vnode_t dvp, vnode_t vp, struct componentname * cnp, int flags, vfs_context_t ctx)
4207 a.a_cnp = cnp;
4229 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 1);
4305 VNOP_LINK(vnode_t vp, vnode_t tdvp, struct componentname * cnp, vfs_context_t ctx)
4335 a.a_cnp = cnp;
4880 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
4893 a.a_cnp = cnp;
4911 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0);
4996 VNOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, vfs_context_t ctx)
5008 a.a_cnp = cnp;
5029 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 1);
5264 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
5277 a.a_cnp = cnp;
5296 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0);