HomeSort by: relevance | last modified time | path
    Searched refs:a_cnp (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/sys/
vnode_if.h 77 struct componentname *a_cnp; member in struct:vop_lookup_v2_args
87 struct componentname *a_cnp; member in struct:vop_create_v3_args
99 struct componentname *a_cnp; member in struct:vop_mknod_v3_args
297 struct componentname *a_cnp; member in struct:vop_remove_v3_args
308 struct componentname *a_cnp; member in struct:vop_link_v2_args
332 struct componentname *a_cnp; member in struct:vop_mkdir_v3_args
344 struct componentname *a_cnp; member in struct:vop_rmdir_v2_args
354 struct componentname *a_cnp; member in struct:vop_symlink_v3_args
390 struct componentname *a_cnp; member in struct:vop_abortop_args
492 struct componentname *a_cnp; member in struct:vop_whiteout_args
    [all...]
  /src/sys/fs/v7fs/
v7fs_vnops.c 94 struct componentname *a_cnp;
101 struct componentname *cnp = a->a_cnp;
203 struct componentname *a_cnp;
212 kauth_cred_t cr = a->a_cnp->cn_cred;
216 DPRINTF("%.*s parent#%d\n", (int)a->a_cnp->cn_namelen,
217 a->a_cnp->cn_nameptr, parent_node->inode.inode_number);
228 a->a_cnp->cn_nameptr, a->a_cnp->cn_namelen, &attr, &ino))) {
248 DPRINTF("allocated %s->#%d\n", a->a_cnp->cn_nameptr, ino);
262 struct componentname *a_cnp;
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_vnops.c 134 struct componentname *a_cnp;
139 error = ext2fs_makeinode(ap->a_vap, ap->a_dvp, ap->a_vpp, ap->a_cnp, 1);
157 struct componentname *a_cnp;
165 if ((error = ext2fs_makeinode(vap, ap->a_dvp, vpp, ap->a_cnp, 1)) != 0)
515 struct componentname *a_cnp;
534 error = ext2fs_dirremove(dvp, ulr, ap->a_cnp);
558 struct componentname *a_cnp;
562 struct componentname *cnp = ap->a_cnp;
618 struct componentname *a_cnp;
622 struct componentname *cnp = ap->a_cnp;
    [all...]
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 134 struct componentname *a_cnp;
137 struct componentname *cnp = ap->a_cnp;
306 struct componentname *a_cnp;
310 struct componentname *cnp = ap->a_cnp;
324 struct componentname *a_cnp;
328 struct componentname *cnp = ap->a_cnp;
692 struct componentname *a_cnp;
727 struct componentname *cnp = ap->a_cnp;
742 if (ap->a_cnp->cn_flags & DOWHITEOUT)
774 struct componentname *a_cnp;
    [all...]
  /src/sys/fs/union/
union_vnops.c 324 struct componentname *a_cnp;
332 struct componentname *cnp = ap->a_cnp;
540 struct componentname *a_cnp;
545 struct componentname *cnp = ap->a_cnp;
574 struct componentname *a_cnp;
578 struct componentname *cnp = ap->a_cnp;
592 struct componentname *a_cnp;
597 struct componentname *cnp = ap->a_cnp;
1202 struct componentname *a_cnp;
1208 struct componentname *cnp = ap->a_cnp;
    [all...]
  /src/sys/kern/
vnode_if.c 424 VOPARG_OFFSETOF(struct vop_lookup_v2_args, a_cnp),
438 a.a_cnp = cnp;
464 VOPARG_OFFSETOF(struct vop_create_v3_args, a_cnp),
479 a.a_cnp = cnp;
507 VOPARG_OFFSETOF(struct vop_mknod_v3_args, a_cnp),
522 a.a_cnp = cnp;
1197 VOPARG_OFFSETOF(struct vop_remove_v3_args, a_cnp),
1211 a.a_cnp = cnp;
1236 VOPARG_OFFSETOF(struct vop_link_v2_args, a_cnp),
1250 a.a_cnp = cnp
    [all...]
  /src/sys/fs/sysvbfs/
sysvbfs_vnops.c 71 struct componentname *a_cnp;
78 struct componentname *cnp = a->a_cnp;
136 struct componentname *a_cnp;
146 kauth_cred_t cr = a->a_cnp->cn_cred;
149 DPRINTF("%s: %s\n", __func__, a->a_cnp->cn_nameptr);
155 if ((err = bfs_file_create(bfs, a->a_cnp->cn_nameptr, 0, 0, &attr))
161 if (!bfs_dirent_lookup_by_name(bfs, a->a_cnp->cn_nameptr, &dirent))
514 struct componentname * a_cnp;
524 DPRINTF("%s: delete %s\n", __func__, ap->a_cnp->cn_nameptr);
531 if ((err = bfs_file_delete(bfs, ap->a_cnp->cn_nameptr, true)) != 0
    [all...]
  /src/sys/fs/filecorefs/
filecore_lookup.c 124 struct componentname *a_cnp;
136 struct componentname *cnp = ap->a_cnp;
  /src/sys/fs/nilfs/
nilfs_vnops.c 613 struct componentname *a_cnp;
617 struct componentname *cnp = ap->a_cnp;
1075 struct componentname *a_cnp;
1081 struct componentname *cnp = ap->a_cnp;
1098 struct componentname *a_cnp;
1104 struct componentname *cnp = ap->a_cnp;
1121 struct componentname *a_cnp;
1127 struct componentname *cnp = ap->a_cnp;
1184 struct componentname *a_cnp;
1188 struct componentname *cnp = ap->a_cnp;
    [all...]
  /src/sys/fs/unionfs/
unionfs_vnops.c 112 struct componentname *a_cnp;
125 cnp = ap->a_cnp;
338 struct componentname *a_cnp;
350 cnp = ap->a_cnp;
383 cnp = ap->a_cnp;
411 struct componentname *a_cnp;
423 cnp = ap->a_cnp;
934 cnp = ap->a_cnp;
975 cnp = ap->a_cnp;
1226 struct componentname *a_cnp;
    [all...]
  /src/sys/ufs/chfs/
chfs_vnops.c 57 struct componentname *cnp = ((struct vop_lookup_v2_args *) v)->a_cnp;
187 struct componentname *a_cnp;
202 error = chfs_makeinode(mode, ap->a_dvp, ap->a_vpp, ap->a_cnp, ap->a_vap->va_type);
218 struct componentname *cnp = ((struct vop_mknod_v3_args *) v)->a_cnp;
1039 struct componentname *a_cnp;
1044 struct componentname *cnp = ap->a_cnp;
1081 struct componentname *cnp = ((struct vop_link_v2_args *) v)->a_cnp;
1199 struct componentname *cnp = ((struct vop_mkdir_v3_args *) v)->a_cnp;
1222 struct componentname *cnp = ((struct vop_rmdir_v2_args *) v)->a_cnp;
1263 struct componentname *cnp = ((struct vop_symlink_v3_args *) v)->a_cnp;
    [all...]
  /src/sys/fs/udf/
udf_vnops.c 657 struct componentname *a_cnp;
661 struct componentname *cnp = ap->a_cnp;
1484 struct componentname *a_cnp;
1490 struct componentname *cnp = ap->a_cnp;
1507 struct componentname *a_cnp;
1513 struct componentname *cnp = ap->a_cnp;
1530 struct componentname *a_cnp;
1536 struct componentname *cnp = ap->a_cnp;
1553 struct componentname *a_cnp;
1557 struct componentname *cnp = ap->a_cnp;
    [all...]
  /src/sys/rump/librump/rumpvfs/
rumpfs.c 675 struct componentname *a_cnp;
677 struct componentname *cnp = ap->a_cnp;
1020 struct componentname *a_cnp;
1025 struct componentname *cnp = ap->a_cnp;
1051 struct componentname *a_cnp;
1055 struct componentname *cnp = ap->a_cnp;
1090 struct componentname *a_cnp;
1095 struct componentname *cnp = ap->a_cnp;
1117 struct componentname *a_cnp;
1122 struct componentname *cnp = ap->a_cnp;
    [all...]
  /src/sys/fs/adosfs/
adlookup.c 70 struct componentname *a_cnp;
85 cnp = sp->a_cnp;
  /src/sys/coda/
coda_vnops.c 716 struct componentname *a_cnp;
885 struct componentname *cnp = ap->a_cnp;
998 struct componentname *cnp = ap->a_cnp;
1082 struct componentname *cnp = ap->a_cnp;
1156 struct componentname *cnp = ap->a_cnp;
1320 struct componentname *cnp = ap->a_cnp;
1391 struct componentname *cnp = ap->a_cnp;
1457 struct componentname *cnp = ap->a_cnp;
  /src/sys/ufs/ufs/
ufs_vnops.c 148 struct componentname *a_cnp;
163 error = ufs_makeinode(ap->a_vap, dvp, ulr, ap->a_vpp, ap->a_cnp);
182 struct componentname *a_cnp;
202 if ((error = ufs_makeinode(vap, ap->a_dvp, ulr, vpp, ap->a_cnp)) != 0)
825 struct componentname *a_cnp;
845 error = VOP_ACCESSX(vp, VDELETE, ap->a_cnp->cn_cred);
862 ip, ap->a_cnp->cn_flags, 0);
888 struct componentname *a_cnp;
892 struct componentname *cnp = ap->a_cnp;
964 struct componentname *a_cnp;
    [all...]
  /src/sys/fs/autofs/
autofs_vnops.c 201 struct componentname *a_cnp;
205 struct componentname *cnp = ap->a_cnp;
365 struct componentname *a_cnp;
370 struct componentname *cnp = ap->a_cnp;
  /src/sys/ufs/lfs/
ulfs_vnops.c 511 struct componentname *a_cnp;
537 ip, ap->a_cnp->cn_flags, 0);
558 struct componentname *a_cnp;
562 struct componentname *cnp = ap->a_cnp;
625 struct componentname *a_cnp;
629 struct componentname *cnp = ap->a_cnp;
679 struct componentname *a_cnp;
689 cnp = ap->a_cnp;
  /src/sys/fs/cd9660/
cd9660_lookup.c 98 struct componentname *a_cnp;
121 struct componentname *cnp = ap->a_cnp;
  /src/sys/miscfs/genfs/
genfs_rename.c 766 struct vnode *a_dvp, struct componentname *a_cnp, bool a_missing_ok,
777 KASSERT(a_cnp != NULL);
806 error = ops->gro_lookup(mp, a_dvp, a_cnp, a_de_ret, &a_vp);
834 * We already ruled out a_vp == a_dvp (i.e., a_cnp is `.'), so
layer_vnops.c 347 struct componentname * a_cnp;
349 struct componentname *cnp = ap->a_cnp;
617 struct componentname *a_cnp;
669 struct componentname *a_cnp;
  /src/sys/fs/puffs/
puffs_vnops.c 440 struct componentname *a_cnp;
451 cnp = ap->a_cnp;
631 ap->a_cnp);
715 struct componentname *a_cnp;
721 struct componentname *cnp = ap->a_cnp;
727 dvp, ap->a_cnp->cn_nameptr));
777 struct componentname *a_cnp;
783 struct componentname *cnp = ap->a_cnp;
1803 struct componentname *a_cnp;
1811 struct componentname *cnp = ap->a_cnp;
    [all...]
  /src/sys/fs/msdosfs/
msdosfs_vnops.c 109 struct componentname *a_cnp;
112 struct componentname *cnp = ap->a_cnp;
716 struct componentname *a_cnp;
772 struvt componentname *a_cnp;
775 struct componentname *cnp = ap->a_cnp;
884 struct componentname *a_cnp;
888 struct componentname *cnp = ap->a_cnp;
  /src/sys/miscfs/umapfs/
umap_vnops.c 337 struct componentname * a_cnp;
339 struct componentname *cnp = ap->a_cnp;
  /src/sys/fs/efs/
efs_vnops.c 63 struct componentname *a_cnp;
65 struct componentname *cnp = ap->a_cnp;
88 EFS_VTOI(ap->a_dvp), ap->a_cnp, &ino);

Completed in 34 milliseconds

1 2