Lines Matching defs:gid
206 "Options: ro (read-only mount), windows_names, uid=, gid=,\n"
303 scx->gid = fusecontext->gid;
1039 stbuf->st_gid = ctx->gid;
1964 static int ntfs_fuse_chown(const char *path, uid_t uid, gid_t gid)
1980 if (uid == ctx->uid && gid == ctx->gid)
1985 if (((int)uid != -1) || ((int)gid != -1)) {
1997 ni,uid,gid))
2068 gid_t gid;
2112 dir_ni, &gid, &dsetgid)) {
2115 ntfs_allowed_create(&security, dir_ni, &gid, &dsetgid);
2141 security.uid, gid,
2145 security.uid, gid,
2200 security.uid, gid,
2206 security.uid, gid,
4011 .gid = getgid(),
4419 ctx->security.gid = 0;
4424 ctx->security.gid = sbuf.st_gid;
4523 ctx->security.gid = ctx->gid;
4581 && !ctx->uid && ctx->gid)
4582 ntfs_log_error("Warning : using problematic uid==0 and gid!=0\n");