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;

Thread ID of the calling process

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 (introduced in version 2.8)

Meta