mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
89f2bae00c
We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine.
17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
/passthrough
|
|
/passthrough_fh
|
|
/null
|
|
/hello
|
|
/hello_ll
|
|
/ioctl
|
|
/ioctl_client
|
|
/poll
|
|
/poll_client
|
|
/cuse
|
|
/cuse_client
|
|
/passthrough_ll
|
|
/notify_inval_inode
|
|
/notify_inval_inode_fh
|
|
/notify_store_retrieve
|
|
/notify_inval_entry
|