Home
last modified time | relevance | path

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

123

/netbsd-src/sys/kern/
H A Dvfs_lookup.c451 struct componentname *cnp; global() member
522 struct componentname *cnp = state->cnp; namei_getstartdir() local
630 struct componentname *cnp = state->cnp; namei_ktrace() local
727 struct componentname *cnp = state->cnp; namei_follow() local
833 struct componentname *cnp = state->cnp; lookup_parsepath() local
915 struct componentname *cnp = state->cnp; lookup_crossmount() local
1024 lookup_lktype(struct vnode * searchdir,struct componentname * cnp) lookup_lktype() argument
1067 struct componentname *cnp = state->cnp; lookup_once() local
1257 struct componentname *cnp = state->cnp; lookup_fastforward() local
1488 struct componentname *cnp = state->cnp; namei_oneroot() local
1894 struct componentname *cnp = state->cnp; namei_tryemulroot() local
2013 struct componentname *cnp = state->cnp; do_lookup_for_nfsd_index() local
2132 relookup(struct vnode * dvp,struct vnode ** vpp,struct componentname * cnp,int dummy) relookup() argument
[all...]
H A 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/
H A 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()
H A 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/
H A 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
H A 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/
H A 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/
H A 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
H A 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/
H A 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()
H A 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
H A 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/
H A Dext2fs_lookup.c127 ext2fs_is_dot_entry(struct componentname *cnp) in ext2fs_is_dot_entry() argument
300 struct componentname *cnp = ap->a_cnp; in ext2fs_lookup() local
877 ext2fs_direnter(struct inode * ip,struct vnode * dvp,const struct ufs_lookup_results * ulr,struct componentname * cnp) ext2fs_direnter() argument
1053 ext2fs_dirremove(struct vnode * dvp,const struct ufs_lookup_results * ulr,struct componentname * cnp) ext2fs_dirremove() argument
1095 ext2fs_dirrewrite(struct inode * dp,const struct ufs_lookup_results * ulr,struct inode * ip,struct componentname * cnp) ext2fs_dirrewrite() argument
[all...]
H A 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/fs/puffs/
H A 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/ufs/chfs/
H A 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/udf/
H A 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/
H A 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/coda/
H A 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/fs/filecorefs/
H A Dfilecore_lookup.c136 struct componentname *cnp = ap->a_cnp; in filecore_lookup() local
[all...]
/netbsd-src/sys/ufs/ufs/
H A Dufs_lookup.c345 struct componentname *cnp = ap->a_cnp; in ufs_lookup() local
838 ufs_makedirentry(struct inode * ip,struct componentname * cnp,struct direct * newdirp) ufs_makedirentry() argument
860 ufs_dirgrow(struct vnode * dvp,const struct ufs_lookup_results * ulr,struct vnode * tvp,struct direct * dirp,struct componentname * cnp,struct buf * newdirbp) ufs_dirgrow() argument
919 ufs_dircompact(struct vnode * dvp,const struct ufs_lookup_results * ulr,struct vnode * tvp,struct direct * dirp,struct componentname * cnp,struct buf * newdirbp) ufs_dircompact() argument
1105 ufs_direnter(struct vnode * dvp,const struct ufs_lookup_results * ulr,struct vnode * tvp,struct direct * dirp,struct componentname * cnp,struct buf * newdirbp) ufs_direnter() argument
[all...]
/netbsd-src/sys/nfs/
H A 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/nfs/client/
H A 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/adosfs/
H A Dadlookup.c73 struct componentname *cnp; in adosfs_lookup() local
/netbsd-src/sys/fs/autofs/
H A Dautofs_vnops.c205 struct componentname *cnp = ap->a_cnp; in autofs_lookup() local
370 struct componentname *cnp = ap->a_cnp; autofs_mkdir() local
[all...]

123