Look in <fuse/fuse_darwin.h>

int  fuse_purge_path_np(const char *path);

You can see how this function works in user-space by looking at lib/
fuse_darwin.c (libfuse source). You'll see that the function uses
ioctls to do its job.

To see what the ioctls do in the kernel, look at fuse_internal.c
(MacFUSE kext source).

You can only use fuse_purge_path_np() from within your user-space file
system daemon (and not from any other program).

This feature is highly experimental, and has never been tested.

Amit

On Apr 16, 9:08 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> This feature was listed in the changelog for v1.0.0, but I don't see
> any code that would actually do it.  Could a dev point me in the right
> direction?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to macfuse-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to