HomeSort by: relevance | last modified time | path
    Searched defs:fusectx (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librefuse/
refuse.c 221 struct fuse_context *fusectx; local in function:set_fuse_context_uid_gid
225 fusectx = fuse_get_context();
227 fusectx->uid = uid;
230 fusectx->gid = gid;
239 struct fuse_context *fusectx; local in function:set_fuse_context_pid
241 fusectx = fuse_get_context();
242 puffs_cc_getcaller(pcc, &fusectx->pid, NULL);
1189 struct fuse_context *fusectx; local in function:__fuse_new
1213 fusectx = fuse_get_context();
1214 fusectx->fuse = fuse
    [all...]
refuse.c 221 struct fuse_context *fusectx; local in function:set_fuse_context_uid_gid
225 fusectx = fuse_get_context();
227 fusectx->uid = uid;
230 fusectx->gid = gid;
239 struct fuse_context *fusectx; local in function:set_fuse_context_pid
241 fusectx = fuse_get_context();
242 puffs_cc_getcaller(pcc, &fusectx->pid, NULL);
1189 struct fuse_context *fusectx; local in function:__fuse_new
1213 fusectx = fuse_get_context();
1214 fusectx->fuse = fuse
    [all...]

Completed in 23 milliseconds