Home
last modified time | relevance | path

Searched defs:cnp (Results 1 – 25 of 70) sorted by relevance

123

/netbsd/src/sys/kern/
Dvfs_lookup.c459 struct componentname *cnp; member
531 struct componentname *cnp = state->cnp; in namei_getstartdir() local
640 struct componentname *cnp = state->cnp; in namei_ktrace() local
738 struct componentname *cnp = state->cnp; in namei_follow() local
843 struct componentname *cnp = state->cnp; in lookup_parsepath() local
925 struct componentname *cnp = state->cnp; in lookup_crossmount() local
1036 lookup_lktype(struct vnode *searchdir, struct componentname *cnp) in lookup_lktype()
1079 struct componentname *cnp = state->cnp; in lookup_once() local
1271 struct componentname *cnp = state->cnp; in lookup_fastforward() local
1502 struct componentname *cnp = state->cnp; in namei_oneroot() local
[all …]
Dvnode_if.c429 struct componentname *cnp) in VOP_LOOKUP()
469 struct componentname *cnp, in VOP_CREATE()
512 struct componentname *cnp, in VOP_MKNOD()
1202 struct componentname *cnp) in VOP_REMOVE()
1241 struct componentname *cnp) in VOP_LINK()
1322 struct componentname *cnp, in VOP_MKDIR()
1366 struct componentname *cnp) in VOP_RMDIR()
1404 struct componentname *cnp, in VOP_SYMLINK()
1524 struct componentname *cnp) in VOP_ABORTOP()
1887 struct componentname *cnp, in VOP_WHITEOUT()
/netbsd/src/sys/fs/unionfs/
Dunionfs_subr.c70 struct vnode **vpp, struct componentname *cnp) in unionfs_nodeget()
299 struct componentname *cnp, struct componentname *cn, in unionfs_relookup()
345 unionfs_relookup_for_create(struct vnode *dvp, struct componentname *cnp) in unionfs_relookup_for_create()
386 unionfs_relookup_for_delete(struct vnode *dvp, struct componentname *cnp) in unionfs_relookup_for_delete()
426 unionfs_relookup_for_rename(struct vnode *dvp, struct componentname *cnp) in unionfs_relookup_for_rename()
492 struct unionfs_node *unp, struct componentname *cnp) in unionfs_mkshadowdir()
555 unionfs_mkwhiteout(struct vnode *dvp, struct componentname *cnp, const char *path) in unionfs_mkwhiteout()
Dunionfs_vnops.c121 struct componentname *cnp; in unionfs_lookup() local
342 struct componentname *cnp; in unionfs_create() local
376 struct componentname *cnp; in unionfs_whiteout() local
415 struct componentname *cnp; in unionfs_mknod() local
924 struct componentname *cnp; in unionfs_remove() local
1231 struct componentname *cnp; in unionfs_mkdir() local
1277 struct componentname *cnp; in unionfs_rmdir() local
1336 struct componentname *cnp; in unionfs_symlink() local
/netbsd/src/sys/fs/tmpfs/
Dtmpfs_vnops.c137 struct componentname *cnp = ap->a_cnp; in tmpfs_lookup() local
310 struct componentname *cnp = ap->a_cnp; in tmpfs_create() local
328 struct componentname *cnp = ap->a_cnp; in tmpfs_mknod() local
727 struct componentname *cnp = ap->a_cnp; in tmpfs_remove() local
778 struct componentname *cnp = ap->a_cnp; in tmpfs_link() local
844 struct componentname *cnp = ap->a_cnp; in tmpfs_mkdir() local
897 struct componentname *cnp = ap->a_cnp; in tmpfs_rmdir() local
957 struct componentname *cnp = ap->a_cnp; in tmpfs_symlink() local
1325 struct componentname *cnp = ap->a_cnp; in tmpfs_whiteout() local
Dtmpfs_rename.c385 struct vnode *dvp, struct componentname *cnp, void *de, struct vnode *vp, in tmpfs_gro_remove()
421 struct componentname *cnp, void *de_ret, struct vnode **vp_ret) in tmpfs_gro_lookup()
/netbsd/src/sys/fs/nilfs/
Dnilfs_vnops.c617 struct componentname *cnp = ap->a_cnp; in nilfs_lookup() local
1081 struct componentname *cnp = ap->a_cnp; in nilfs_create() local
1104 struct componentname *cnp = ap->a_cnp; in nilfs_mknod() local
1127 struct componentname *cnp = ap->a_cnp; in nilfs_mkdir() local
1139 nilfs_do_link(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in nilfs_do_link()
1188 struct componentname *cnp = ap->a_cnp; in nilfs_link() local
1220 struct componentname *cnp = ap->a_cnp; in nilfs_symlink() local
1405 struct componentname *cnp = ap->a_cnp; in nilfs_remove() local
1440 struct componentname *cnp = ap->a_cnp; in nilfs_rmdir() local
/netbsd/src/sys/fs/union/
Dunion_vnops.c249 struct componentname *cnp) in union_lookup1()
332 struct componentname *cnp = ap->a_cnp; in union_lookup() local
545 struct componentname *cnp = ap->a_cnp; in union_create() local
578 struct componentname *cnp = ap->a_cnp; in union_whiteout() local
597 struct componentname *cnp = ap->a_cnp; in union_mknod() local
1208 struct componentname *cnp = ap->a_cnp; in union_remove() local
1244 struct componentname *cnp = ap->a_cnp; in union_link() local
1432 struct componentname *cnp = ap->a_cnp; in union_mkdir() local
1466 struct componentname *cnp = ap->a_cnp; in union_rmdir() local
1511 struct componentname *cnp = ap->a_cnp; in union_symlink() local
Dunion_subr.c360 struct componentname *cnp, /* may be null */ in union_allocvp()
767 union_do_lookup(struct vnode *dvp, struct componentname *cnp, kauth_cred_t cred, in union_do_lookup()
810 struct componentname *cnp, struct vnode **vpp) in union_mkshadow()
864 struct componentname *cnp, struct union_node *un) in union_mkwhiteout()
/netbsd/src/sys/rump/librump/rumpvfs/
Drumpvnode_if.c84 struct componentname *cnp) in RUMP_VOP_LOOKUP()
98 struct componentname *cnp, in RUMP_VOP_CREATE()
113 struct componentname *cnp, in RUMP_VOP_MKNOD()
386 struct componentname *cnp) in RUMP_VOP_REMOVE()
400 struct componentname *cnp) in RUMP_VOP_LINK()
431 struct componentname *cnp, in RUMP_VOP_MKDIR()
446 struct componentname *cnp) in RUMP_VOP_RMDIR()
460 struct componentname *cnp, in RUMP_VOP_SYMLINK()
506 struct componentname *cnp) in RUMP_VOP_ABORTOP()
652 struct componentname *cnp, in RUMP_VOP_WHITEOUT()
Drumpfs.c571 struct componentname *cnp, struct rumpfs_node *rn) in makedir()
589 freedir(struct rumpfs_node *rnd, struct componentname *cnp) in freedir()
677 struct componentname *cnp = ap->a_cnp; in rump_vop_lookup() local
1025 struct componentname *cnp = ap->a_cnp; in rump_vop_mkdir() local
1055 struct componentname *cnp = ap->a_cnp; in rump_vop_rmdir() local
1095 struct componentname *cnp = ap->a_cnp; in rump_vop_remove() local
1122 struct componentname *cnp = ap->a_cnp; in rump_vop_mknod() local
1153 struct componentname *cnp = ap->a_cnp; in rump_vop_create() local
1187 struct componentname *cnp = ap->a_cnp; in rump_vop_symlink() local
1240 struct componentname *cnp = ap->a_cnp; in rump_vop_whiteout() local
Drump_vfs.c208 struct componentname *cnp; in rump_makecn() local
228 rump_freecn(struct componentname *cnp, int flags) in rump_freecn()
278 struct componentname *cnp; in rump_namei() local
/netbsd/src/sys/ufs/ext2fs/
Dext2fs_lookup.c127 ext2fs_is_dot_entry(struct componentname *cnp) in ext2fs_is_dot_entry()
300 struct componentname *cnp = ap->a_cnp; in ext2fs_lookup() local
877 const struct ufs_lookup_results *ulr, struct componentname *cnp) in ext2fs_direnter()
1053 struct componentname *cnp) in ext2fs_dirremove()
1095 struct inode *ip, struct componentname *cnp) in ext2fs_dirrewrite()
Dext2fs_vnops.c562 struct componentname *cnp = ap->a_cnp; in ext2fs_link() local
622 struct componentname *cnp = ap->a_cnp; in ext2fs_mkdir() local
750 struct componentname *cnp = ap->a_cnp; in ext2fs_rmdir() local
986 struct componentname *cnp, int do_direnter) in ext2fs_makeinode()
/netbsd/src/sys/ufs/chfs/
Dchfs_vnops.c57 struct componentname *cnp = ((struct vop_lookup_v2_args *) v)->a_cnp; in chfs_lookup() local
218 struct componentname *cnp = ((struct vop_mknod_v3_args *) v)->a_cnp; in chfs_mknod() local
1044 struct componentname *cnp = ap->a_cnp; in chfs_remove() local
1081 struct componentname *cnp = ((struct vop_link_v2_args *) v)->a_cnp; in chfs_link() local
1199 struct componentname *cnp = ((struct vop_mkdir_v3_args *) v)->a_cnp; in chfs_mkdir() local
1222 struct componentname *cnp = ((struct vop_rmdir_v2_args *) v)->a_cnp; in chfs_rmdir() local
1263 struct componentname *cnp = ((struct vop_symlink_v3_args *) v)->a_cnp; in chfs_symlink() local
/netbsd/src/sys/fs/puffs/
Dpuffs_vnops.c395 puffs_cookie_t dck, puffs_cookie_t ck, struct componentname *cnp) in puffs_abortbutton()
444 struct componentname *cnp; in puffs_vnop_lookup() local
721 struct componentname *cnp = ap->a_cnp; in puffs_vnop_create() local
783 struct componentname *cnp = ap->a_cnp; in puffs_vnop_mknod() local
1775 struct componentname *cnp) in callremove()
1811 struct componentname *cnp = ap->a_cnp; in puffs_vnop_remove() local
1856 struct componentname *cnp = ap->a_cnp; in puffs_vnop_mkdir() local
1904 struct componentname *cnp) in callrmdir()
1936 struct componentname *cnp = ap->a_cnp; in puffs_vnop_rmdir() local
1979 struct componentname *cnp = ap->a_cnp; in puffs_vnop_link() local
[all …]
/netbsd/src/sys/fs/udf/
Dudf_vnops.c661 struct componentname *cnp = ap->a_cnp; in udf_lookup() local
1490 struct componentname *cnp = ap->a_cnp; in udf_create() local
1513 struct componentname *cnp = ap->a_cnp; in udf_mknod() local
1536 struct componentname *cnp = ap->a_cnp; in udf_mkdir() local
1557 struct componentname *cnp = ap->a_cnp; in udf_link() local
1728 struct componentname *cnp = ap->a_cnp; in udf_symlink() local
1941 struct componentname *cnp = ap->a_cnp; in udf_remove() local
1986 struct componentname *cnp = ap->a_cnp; in udf_rmdir() local
/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_lookup.c105 struct componentname *cnp = ap->a_cnp; in msdosfs_lookup() local
559 struct denode **depp, struct componentname *cnp) in msdosfs_createde()
976 msdosfs_uniqdosname(struct denode *dep, struct componentname *cnp, u_char *cp) in msdosfs_uniqdosname()
/netbsd/src/sys/fs/filecorefs/
Dfilecore_lookup.c136 struct componentname *cnp = ap->a_cnp; in filecore_lookup() local
/netbsd/src/sys/coda/
Dcoda_vnops.c885 struct componentname *cnp = ap->a_cnp; in coda_lookup() local
998 struct componentname *cnp = ap->a_cnp; in coda_create() local
1082 struct componentname *cnp = ap->a_cnp; in coda_remove() local
1156 struct componentname *cnp = ap->a_cnp; in coda_link() local
1320 struct componentname *cnp = ap->a_cnp; in coda_mkdir() local
1391 struct componentname *cnp = ap->a_cnp; in coda_rmdir() local
1457 struct componentname *cnp = ap->a_cnp; in coda_symlink() local
/netbsd/src/sys/ufs/ufs/
Dufs_lookup.c345 struct componentname *cnp = ap->a_cnp; in ufs_lookup() local
838 ufs_makedirentry(struct inode *ip, struct componentname *cnp, in ufs_makedirentry()
860 struct componentname *cnp, struct buf *newdirbp) in ufs_dirgrow()
919 struct componentname *cnp, struct buf *newdirbp) in ufs_dircompact()
1105 struct componentname *cnp, struct buf *newdirbp) in ufs_direnter()
/netbsd/src/sys/nfs/
Dnfs_vnops.c229 struct componentname *cnp) in nfs_cache_enter()
732 struct componentname *cnp = ap->a_cnp; in nfs_lookup() local
1440 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) in nfs_mknodrpc()
1534 struct componentname *cnp = ap->a_cnp; in nfs_mknod() local
1557 struct componentname *cnp = ap->a_cnp; in nfs_create() local
1704 struct componentname *cnp = ap->a_cnp; in nfs_remove() local
2006 struct componentname *cnp = ap->a_cnp; in nfs_link() local
2055 struct componentname *cnp = ap->a_cnp; in nfs_symlink() local
2143 struct componentname *cnp = ap->a_cnp; in nfs_mkdir() local
2232 struct componentname *cnp = ap->a_cnp; in nfs_rmdir() local
[all …]
/netbsd/src/sys/fs/adosfs/
Dadlookup.c73 struct componentname *cnp; in adosfs_lookup() local
/netbsd/src/sys/fs/nfs/client/
Dnfs_clvnops.c1033 struct componentname *cnp = ap->a_cnp; in nfs_lookup() local
1433 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, in nfs_mknodrpc()
1536 struct componentname *cnp = ap->a_cnp; in nfs_create() local
1657 struct componentname *cnp = ap->a_cnp; in nfs_remove() local
1954 struct componentname *cnp = ap->a_cnp; in nfs_link() local
2013 struct componentname *cnp = ap->a_cnp; in nfs_symlink() local
2089 struct componentname *cnp = ap->a_cnp; in nfs_mkdir() local
2165 struct componentname *cnp = ap->a_cnp; in nfs_rmdir() local
2393 nfs_sillyrename(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) in nfs_sillyrename()
/netbsd/src/sys/fs/cd9660/
Dcd9660_lookup.c121 struct componentname *cnp = ap->a_cnp; in cd9660_lookup() local

123