fuse
Data Fields
fuse_ctx Struct Reference

#include <fuse_lowlevel.h>

Data Fields

uid_t uid
 
gid_t gid
 
pid_t pid
 
mode_t umask
 

Detailed Description

Additional context associated with requests

Field Documentation

gid_t fuse_ctx::gid

Group ID of the calling process

pid_t fuse_ctx::pid

Thread ID of the calling process

uid_t fuse_ctx::uid

User ID of the calling process

mode_t fuse_ctx::umask

Umask of the calling process (introduced in version 2.8)


The documentation for this struct was generated from the following file: