• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/vfs/

Lines Matching refs:cnp

2550 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx)
2561 a.a_cnp = cnp;
2575 if ( (cnp->cn_flags & ISLASTCN) ) {
2576 if ( (cnp->cn_flags & LOCKPARENT) ) {
2577 if ( !(cnp->cn_flags & FSNODELOCKHELD) ) {
2585 cnp->cn_flags |= FSNODELOCKHELD;
2615 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx)
2625 a.a_cnp = cnp;
2640 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, thread_safe, 0);
2652 *#% whiteout cnp - - -
2665 VNOP_WHITEOUT(vnode_t dvp, struct componentname * cnp, int flags, vfs_context_t ctx)
2674 a.a_cnp = cnp;
2708 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx)
2719 a.a_cnp = cnp;
3460 VNOP_REMOVE(vnode_t dvp, vnode_t vp, struct componentname * cnp, int flags, vfs_context_t ctx)
3470 a.a_cnp = cnp;
3489 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, thread_safe, 1);
3515 VNOP_LINK(vnode_t vp, vnode_t tdvp, struct componentname * cnp, vfs_context_t ctx)
3543 a.a_cnp = cnp;
3893 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
3904 a.a_cnp = cnp;
3919 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, thread_safe, 0);
3945 VNOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, vfs_context_t ctx)
3955 a.a_cnp = cnp;
3973 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, thread_safe, 1);
4148 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp,
4159 a.a_cnp = cnp;
4175 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, thread_safe, 0);