Searched refs:mount_uid (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbumount.c42 __kernel_uid32_t mount_uid; local
50 if (ioctl(fid, SMB_IOC_GETMOUNTUID32, &mount_uid) != 0) {
57 mount_uid = mount_uid16;
61 && (mount_uid != getuid())) {
H A Dsmbmnt.c28 static uid_t mount_uid; variable
66 mount_uid = strtol(optarg, NULL, 0);
166 mount_uid, mount_gid, data->file_mode, data->dir_mode,options);
202 mount_uid = getuid();
229 data.uid = mount_uid; // truncates to 16-bits here!!!
H A Dsmbmount.c46 static uid_t mount_uid; variable
473 if (mount_uid) {
474 slprintf(tmp, sizeof(tmp)-1, "%d", mount_uid);
785 mount_uid = nametouid(opteq+1);

Completed in 48 milliseconds