Home
last modified time | relevance | path

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

12

/freebsd/sys/kern/
H A Dkern_tslog.c145 char * namei; member
150 tslog_user(pid_t pid, pid_t ppid, const char * execname, const char * namei) in tslog_user() argument
181 if (namei != NULL) { in tslog_user()
182 if (procs[pid].namei == NULL) in tslog_user()
183 procs[pid].namei = strdup(namei, M_TSLOGUSER); in tslog_user()
210 sbuf_printf(sb, " \"%s\"", procs[pid].namei ? in sysctl_debug_tslog_user()
211 procs[pid].namei : ""); in sysctl_debug_tslog_user()
H A Dvfs_lookup.c101 SDT_PROBE_DEFINE4(vfs, namei, lookup, entry, "struct vnode *", "char *",
103 SDT_PROBE_DEFINE4(vfs, namei, lookup, return, "int", "struct vnode *", "bool",
420 SDT_PROBE4(vfs, namei, lookup, entry, *dpp, cnp->cn_pnbuf, in namei_setup()
484 SDT_PROBE4(vfs, namei, lookup, return, 0, ndp->ni_vp, false, ndp); in namei_emptypath()
488 SDT_PROBE4(vfs, namei, lookup, return, error, NULL, false, ndp); in namei_emptypath()
582 namei(struct nameidata *ndp) in namei() function
633 SDT_PROBE4(vfs, namei, lookup, return, error, NULL, in namei()
688 SDT_PROBE4(vfs, namei, lookup, return, ENOENT, NULL, in namei()
723 SDT_PROBE4(vfs, namei, lookup, return, error, in namei()
759 SDT_PROBE4(vfs, namei, lookup, return, error, NULL, false, ndp); in namei()
H A Dvfs_extattr.c105 error = namei(&nd); in sys_extattrctl()
115 error = namei(&nd); in sys_extattrctl()
327 error = namei(&nd); in kern_extattr_set_path()
513 error = namei(&nd); in kern_extattr_get_path()
665 error = namei(&nd); in kern_extattr_delete_path()
843 error = namei(&nd); in kern_extattr_list_path()
H A Dvfs_acl.c377 error = namei(&nd); in kern___acl_get_path()
416 error = namei(&nd); in kern___acl_set_path()
493 error = namei(&nd); in kern___acl_delete_path()
551 error = namei(&nd); in kern___acl_aclcheck_path()
H A Dvfs_syscalls.c203 if ((error = namei(&nd)) != 0) in sys_quotactl()
335 error = namei(&nd); in kern_statfs()
953 if ((error = namei(&nd)) != 0) in kern_chdir()
998 error = namei(&nd); in sys_chroot()
1387 if ((error = namei(&nd)) != 0) in kern_mknodat()
1495 if ((error = namei(&nd)) != 0) in kern_mkfifoat()
1772 if ((error = namei(&nd)) != 0) in kern_symlinkat()
1836 error = namei(&nd); in sys_undelete()
2177 if ((error = namei(&nd)) != 0) in kern_accessat()
2626 if ((error = namei(&nd)) != 0) in kern_pathconf()
[all …]
H A Dvfs_mountroot.c350 error = namei(&nd); in vfs_mountroot_shuffle()
355 error = namei(&nd); in vfs_mountroot_shuffle()
384 error = namei(&nd); in vfs_mountroot_shuffle()
724 error = namei(&nd); in parse_mount_dev_present()
H A Dimgact_binmisc.c172 error = namei(&nd); in imgact_binmisc_populate_interp()
H A Dvfs_cache.c336 SDT_PROBE_DECLARE(vfs, namei, lookup, entry);
337 SDT_PROBE_DECLARE(vfs, namei, lookup, return);
3243 if ((error = namei(&nd)) != 0) in kern___realpathat()
3900 error = namei(&nd); in vn_path_to_global_path()
3966 error = namei(&nd); in vn_path_to_global_path_hardlink()
6343 SDT_PROBE4(vfs, namei, lookup, entry, dvp, cnp->cn_pnbuf, cnp->cn_flags, true); in cache_fplookup()
6352 SDT_PROBE4(vfs, namei, lookup, return, error, ndp->ni_vp, true, in cache_fplookup()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-follow-down-one.m48 #include <linux/namei.h>
/freebsd/share/doc/papers/kernmalloc/
H A Dspell.ok45 namei
/freebsd/contrib/bmake/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()
/freebsd/sys/sys/
H A Dnamei.h286 int namei(struct nameidata *ndp);
/freebsd/sys/security/mac/
H A Dmac_syscalls.c362 error = namei(&nd); in kern___mac_get_path()
536 error = namei(&nd); in kern___mac_set_path()
/freebsd/sys/compat/linux/
H A Dlinux_util.c85 error = namei(&nd); in linux_pwd_onexec()
H A Dlinux_stats.c103 if ((error = namei(&nd)) != 0) { in linux_kern_statat()
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c132 error = namei(ndp); in nullfs_mount()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c232 if ((error = namei(ndp))) in unionfs_domount()
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc90 sys/namei.h \
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c150 if ((err = namei(ndp)) != 0) in fuse_getdevice()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c218 if ((error = namei(ndp))) in udf_mount()
/freebsd/sys/i386/linux/
H A Dlinux_machdep.c704 error = namei(&ni); in linux_uselib()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c164 if ((error = namei(&ndp))) in cd9660_mount()
/freebsd/share/man/man9/
H A DMakefile236 namei.9 \
1608 MLINKS+=namei.9 NDFREE.9 \
1609 namei.9 NDINIT.9
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c244 error = namei(ndp); in nfsrv_lookupfilename()
/freebsd/sys/vm/
H A Dswap_pager.c2357 error = namei(&nd); in sys_swapon()
2489 error = namei(&nd); in kern_swapoff()

12