Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2001 19:24:43 +0200
From:      "Sansonetti Laurent" <lorenzo@linuxbe.org>
To:        <freebsd-hackers@freebsd.org>
Subject:   Getting filename from descriptor or vnode struct
Message-ID:  <001501c12678$56cd2320$0201a8c0@teledisnet.be>

next in thread | raw e-mail | index | archive | help
Hi hackers,

I'm confronted to a problem when I try to hack getdirentries(2) in a kld
module :

To summarize, getdirentries() filled in a buffer a series of dirent struct,
and the 'd_name' field represents the filename (without the full path).  I
must recover the full path because I've on disk a list of files to hide ...

The field 'fd' in getdirentries_args is the file descriptor of the
directory.. and I've discovered that the field 'p_fd' from struct proc is a
filedesc struct which contains a vnode struct representing the current
directory ('fd_cdir').

VOP_GETATTR() doesn't allow me to recover this..

If someone could help me, thanks in advance !

--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001501c12678$56cd2320$0201a8c0>