fuse_context

Extra context that may be needed by some filesystems

The uid, gid and pid fields are not filled in case of a writepage operation.

Members

Variables

fuse
.fuse* fuse;

pointer to the fuse object

gid
gid_t gid;

group ID of the calling process

pid
pid_t pid;

process ID of the calling thread

private_data
void* private_data;

private filesystem data

uid
uid_t uid;

user ID of the calling process

umask
mode_t umask;

umask of the calling process

Meta