Problem Calling namei
Problem Calling namei
- Subject: Problem Calling namei
- From: mominabrar <email@hidden>
- Date: Tue, 29 Sep 2009 19:47:21 +0530
Hi,
I am trying to implement my filesystem specific ls (to give more file info specific to my fs)
The issue is my kernel seems to be missing the namei family of functions, namely:
int namei(struct nameidata *ndp);
void nameidone(struct nameidata *);
Obviously, also the header files lack definition for struct nameidata. (bsd/sys/namei.h)
Any pointers on why they are missing or how i could achieve the same functionality are appreciated.
#uname -a
Darwin macmini1 9.6.1 Darwin Kernel Version 9.6.1: Wed Dec 10 10:38:33 PST 2008; root:xnu-1228.9.75~3/RELEASE_I386 i386
Calling VNOP_LOOKUP in not an option, as all i have is a relative path name.
--
Regards
abrarahmed
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden