| fuse
    | 
#include <fuse_lowlevel.h>
| Data Fields | |
| uid_t | uid | 
| gid_t | gid | 
| pid_t | pid | 
| mode_t | umask | 
Additional context associated with requests
| 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)
 1.8.8
 1.8.8