mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
1fa60a080d
Add notify_prune example to demonstrate the use of fuse_lowlevel_notify_prune() helper. Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
18 lines
227 B
Plaintext
18 lines
227 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
|
|
/notify_prune
|