summaryrefslogtreecommitdiffstats
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-03-31 11:53:03 +0000
committerkib <kib@FreeBSD.org>2008-03-31 11:53:03 +0000
commitfe816f911f1158c855969c8149c56dc1e43e8007 (patch)
tree1e6f71e38bd90fdf73b4e58f98dcb895e58244da /sys/sys/vnode.h
parent142c75022da4d428472221a3599681e97aca2d73 (diff)
downloadFreeBSD-src-fe816f911f1158c855969c8149c56dc1e43e8007.zip
FreeBSD-src-fe816f911f1158c855969c8149c56dc1e43e8007.tar.gz
Add the utility function vn_commname() to retrieve the command name
from the vfs namecache, when available. Reviewed by: rwatson, rdivacky Tested by: pho
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index feeac69..b82ab13 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -579,6 +579,7 @@ int speedup_syncer(void);
vn_fullpath(FIRST_THREAD_IN_PROC(p), (p)->p_textvp, rb, rfb)
int vn_fullpath(struct thread *td, struct vnode *vn,
char **retbuf, char **freebuf);
+int vn_commname(struct vnode *vn, char *buf, u_int buflen);
int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid,
gid_t file_gid, mode_t acc_mode, struct ucred *cred,
int *privused);
OpenPOWER on IntegriCloud