Home | History | Annotate | Download | only in librefuse

Lines Matching defs:fusectx

221 	struct fuse_context	*fusectx;
225 fusectx = fuse_get_context();
227 fusectx->uid = uid;
230 fusectx->gid = gid;
239 struct fuse_context *fusectx;
241 fusectx = fuse_get_context();
242 puffs_cc_getcaller(pcc, &fusectx->pid, NULL);
1189 struct fuse_context *fusectx;
1213 fusectx = fuse_get_context();
1214 fusectx->fuse = fuse;
1215 fusectx->uid = 0;
1216 fusectx->gid = 0;
1217 fusectx->pid = 0;
1218 fusectx->private_data = user_data;