Home | History | Annotate | Download | only in lfs

Lines Matching defs:cnp

562 	struct componentname *cnp = ap->a_cnp;
591 error = kauth_authorize_vnode(cnp->cn_cred, KAUTH_VNODE_ADD_LINK, vp,
602 cnp, ip->i_number, LFS_IFTODT(ip->i_mode), NULL);
612 VOP_ABORTOP(dvp, cnp);
629 struct componentname *cnp = ap->a_cnp;
655 cnp, ULFS_WINO, LFS_DT_WHT, NULL);
663 cnp->cn_flags &= ~DOWHITEOUT;
664 error = ulfs_dirremove(dvp, ulr, NULL, cnp->cn_flags, 0);
682 struct componentname *cnp;
689 cnp = ap->a_cnp;
720 !ulfs_dirempty(ip, dp->i_number, cnp->cn_cred)) {
734 error = ulfs_dirremove(dvp, ulr, ip, cnp->cn_flags, 1);
750 error = lfs_truncate(vp, (off_t)0, IO_SYNC, cnp->cn_cred);