#include <fuse.h>
Data Fields | |
| struct fuse * | fuse |
| uid_t | uid |
| gid_t | gid |
| pid_t | pid |
| void * | private_data |
The uid, gid and pid fields are not filled in case of a writepage operation.
struct fuse* fuse_context::fuse [read] |
Pointer to the fuse object
| uid_t fuse_context::uid |
User ID of the calling process
| gid_t fuse_context::gid |
Group ID of the calling process
| pid_t fuse_context::pid |
Thread ID of the calling process
Private filesystem data
1.5.6