Lines Matching refs:MAPUSERS
1143 user = scx->mapping[MAPUSERS]; in staticgroupmember()
2082 if (!scx->mapping[MAPUSERS]) in ntfs_get_perm()
2110 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2125 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2184 if (!scx->mapping[MAPUSERS]) in ntfs_get_posix_acl()
2225 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_posix_acl()
2232 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_posix_acl()
2314 if (!scx->mapping[MAPUSERS] || (!scx->uid && !(request & S_IEXEC))) in ntfs_get_perm()
2338 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2349 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_perm()
2452 if (!scx->mapping[MAPUSERS]) in ntfs_get_owner_mode()
2517 stbuf->st_uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_owner_mode()
2526 stbuf->st_uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_get_owner_mode()
2594 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in inherit_posix()
2603 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in inherit_posix()
2689 usid = ntfs_find_usid(scx->mapping[MAPUSERS],uid,(SID*)&defusid); in ntfs_alloc_securid()
2746 usid = ntfs_find_usid(scx->mapping[MAPUSERS],uid,(SID*)&defusid); in ntfs_set_inherited_posix()
2828 usid = ntfs_find_usid(scx->mapping[MAPUSERS],uid,(SID*)&defusid); in ntfs_alloc_securid()
2933 usid = ntfs_find_usid(scx->mapping[MAPUSERS],uid,(SID*)&defusid); in ntfs_set_owner_mode()
3023 if (!scx->mapping[MAPUSERS] || !processuid) in ntfs_allowed_as_owner()
3045 uid = ntfs_find_user(scx->mapping[MAPUSERS], in ntfs_allowed_as_owner()
3125 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_set_posix_acl()
3302 uid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_set_mode()
3453 if (!scx->mapping[MAPUSERS] in ntfs_allowed_access()
3532 if (!scx->mapping[MAPUSERS]) in ntfs_allowed_create()
3536 if (!scx->mapping[MAPUSERS] in ntfs_allowed_create()
3683 fileuid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_set_owner()
3692 fileuid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_set_owner()
3815 fileuid = ntfs_find_user(scx->mapping[MAPUSERS],usid); in ntfs_set_ownmod()
3890 if (scx->mapping[MAPUSERS]) { in build_inherited_id()
3891 usid = ntfs_find_usid(scx->mapping[MAPUSERS], scx->uid, (SID*)&defusid); in build_inherited_id()
4143 for (usermapping=scx->mapping[MAPUSERS]; usermapping && !res; in link_group_members()
4193 scx->mapping[MAPUSERS] = usermapping; in ntfs_do_default_mapping()
4334 scx->mapping[MAPUSERS] = (struct MAPPING*)NULL; in ntfs_build_mapping()
4359 scx->mapping[MAPUSERS] = usermapping; in ntfs_build_mapping()
4378 return (!scx->mapping[MAPUSERS] || link_group_members(scx)); in ntfs_build_mapping()
5234 usid = ntfs_find_usid(scapi->security.mapping[MAPUSERS], uid, (SID*)&defusid); in ntfs_get_usid()
5286 uid = ntfs_find_user(scapi->security.mapping[MAPUSERS], usid); in ntfs_get_user()