Searched refs:mount_gid (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbmnt.c45 static gid_t mount_gid; variable
87 mount_gid = strtol(optarg, NULL, 0);
182 mount_uid, mount_gid, data->file_mode, data->dir_mode,options);
219 mount_gid = getgid();
246 data.gid = mount_gid;
H A Dsmbmount.c47 static gid_t mount_gid; variable
481 if (mount_gid) {
482 slprintf(tmp, sizeof(tmp)-1, "%d", mount_gid);
792 mount_gid = nametogid(opteq+1);

Completed in 64 milliseconds