Home
last modified time | relevance | path

Searched refs:namei (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/sys/sys/
H A Dgennameih.awk52 namei="namei.h"
58 printheader(namei)
64 print $0 > namei
72 print $0 > namei
76 printf "\n/* Definitions match above, but with NAMEI_ prefix */\n">namei
80 print "#define " nameifl[j] > namei
83 printf "\n#endif /* !_SYS_NAMEI_H_ */\n" > namei
H A Dnamei.src1 /* $NetBSD: namei.src,v 1.65 2024/07/01 00:58:05 christos Exp $ */
31 * @(#)namei.h 8.5 (Berkeley) 8/20/94
51 * To call namei, first set up a pathbuf with pathbuf_create or
52 * pathbuf_copyin, then do NDINIT(), then call namei, then AFTER THE
89 uint32_t cn_nameiop; /* namei operation */
90 uint32_t cn_flags; /* flags to namei */
100 * Encapsulation of namei parameters.
104 * Arguments to namei/lookup.
120 * Shared between namei and lookup/commit routines.
134 * namei operations
[all …]
H A DMakefile34 namei.h null.h \
73 namei: namei.src gennameih.awk
74 ${TOOL_AWK} -f gennameih.awk < namei.src
71 namei: namei.src gennameih.awk global() target
H A Dnamei.h301 int namei(struct nameidata *);
/netbsd-src/share/doc/papers/kernmalloc/
H A Dspell.ok45 namei
/netbsd-src/sys/kern/
H A Dsubr_emul.c133 error = namei(&nd); in emul_find_interp()
H A Dtty_bsdpty.c136 if ((error = namei(&nd)) != 0) { in pty_allocvp()
H A Dvnode_if.src50 # parameter, the flags required for the initial namei() call are listed.
51 # Additional flags may be added to the namei() call, but these are required.
H A Dvfs_syscalls.c102 #include <sys/namei.h>
251 error = namei(ndp); in fd_nameiat()
687 if ((error = namei(&nd)) != 0) { in sys_unmount()
1728 if ((error = namei(&nd)) != 0) {
2114 error = namei(&nd); in sys___getfh30()
2819 error = namei(&nd); in sys_unlink()
3356 if ((error = namei(&nd)) != 0) {
4065 * Let's keep it that way at least until the namei interfaces in do_sys_utimensat()
4457 * locked yet, but (a) namei is insane, and (b) VOP_RENAME is in do_sys_renameat()
4493 * namei becaus in do_sys_renameat()
[all...]
/netbsd-src/doc/roadmaps/
H A Dmess32 1. namei, ufs_lookup, vfs_rename
49 1. namei, ufs_lookup, vfs_rename
51 namei is central to everything and it's been horrible since at least
62 once those are done a lot of the complexity currently in namei and in
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_fd.c78 error = namei(&nd); in netbsd32___getfh30()
/netbsd-src/usr.bin/make/filemon/
H A Dfilemon_ktrace.c114 char namei[PATH_MAX]; member
461 S->path[S->i++] = strndup(F->payload.namei, in filemon_dispatch()
462 sizeof F->payload.namei); in filemon_dispatch()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvfs.ifspec31 int |namei |uint32_t, uint32_t, const char *, \
H A Drump_vfs.c253 rv = namei(&nd); in rump_namei()
/netbsd-src/sys/miscfs/nullfs/
H A Dnull_vfsops.c131 if ((error = namei(&nd)) != 0) { in nullfs_mount()
/netbsd-src/sys/miscfs/umapfs/
H A Dumap_vfsops.c128 if ((error = namei(&nd)) != 0) { in umapfs_mount()
/netbsd-src/share/man/man9/
H A DMakefile43 namei.9 nullop.9 opencrypto.9 optstr.9 \
593 MLINKS+=namei.9 lookup.9 \
594 namei.9 relookup.9 \
595 namei.9 NDINIT.9
/netbsd-src/sys/compat/common/
H A Dvfs_syscalls_30.c364 error = namei(&nd); in compat_30_sys_getfh()
/netbsd-src/doc/
H A DRESPONSIBLE226 namei dholland
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dddi.c163 error = namei(&nd); in do_rmdirp()
/netbsd-src/sys/fs/unionfs/
H A Dunionfs_vfsops.c177 if ((error = namei(ndp))) { in unionfs_mount()
/netbsd-src/sys/fs/efs/
H A Defs_vfsops.c205 if ((err = namei(&devnd))) { in efs_mount()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonport.c231 error = namei(ndp); in nfsrv_lookupfilename()
/netbsd-src/sys/nfs/
H A Dnfs_export.c261 error = namei(&nd); in mountd_set_exports_list()
/netbsd-src/sys/dev/
H A Dkloader.c606 error = namei(&nid); in kloader_open()

12