Lines Matching refs:scope
319 LookupScope scope = PTR_TO_INT(data); in specifier_group_name() local
324 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_group_name()
327 t = gid_to_name(scope == LOOKUP_SCOPE_USER ? getgid() : 0); in specifier_group_name()
336 LookupScope scope = PTR_TO_INT(data); in specifier_group_id() local
341 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_group_id()
344 gid = scope == LOOKUP_SCOPE_USER ? getgid() : 0; in specifier_group_id()
353 LookupScope scope = PTR_TO_INT(data); in specifier_user_name() local
359 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_user_name()
362 uid = scope == LOOKUP_SCOPE_USER ? getuid() : 0; in specifier_user_name()
380 LookupScope scope = PTR_TO_INT(data); in specifier_user_id() local
385 if (scope == LOOKUP_SCOPE_GLOBAL) in specifier_user_id()
388 uid = scope == LOOKUP_SCOPE_USER ? getuid() : 0; in specifier_user_id()