mount_gid          29 source4/client/smbmnt.c static gid_t mount_gid;
mount_gid          71 source4/client/smbmnt.c 				mount_gid = strtol(optarg, NULL, 0);
mount_gid         202 source4/client/smbmnt.c 	mount_gid = getgid();
mount_gid         229 source4/client/smbmnt.c         data.gid = mount_gid;
mount_gid          45 source4/client/smbmount.c static gid_t mount_gid;
mount_gid         485 source4/client/smbmount.c 	if (mount_gid) {
mount_gid         486 source4/client/smbmount.c 		slprintf(tmp, sizeof(tmp)-1, "%d", mount_gid);
mount_gid         792 source4/client/smbmount.c 				mount_gid = nametogid(opteq+1);