Lines Matching defs:uid
213 { Opt_uid, "uid=%s" },
451 /* before reconnecting the tcp session, mark the smb session (uid)
1298 kuid_t uid;
1305 uid = make_kuid(current_user_ns(), value);
1306 if (!uid_valid(uid))
1309 *result = uid;
1799 cifs_dbg(VFS, "%s: Invalid uid value\n",
2269 pr_notice("ignoring forceuid mount option specified with no uid= option\n");
5172 /* find and return a tlink with given uid */
5174 tlink_rb_search(struct rb_root *root, kuid_t uid)
5182 if (uid_gt(tlink->tl_uid, uid))
5184 else if (uid_lt(tlink->tl_uid, uid))