Lines Matching defs:scx
1134 static BOOL staticgroupmember(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid) in staticgroupmember()
1167 static BOOL groupmember(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid) in groupmember()
1254 static BOOL groupmember(struct SECURITY_CONTEXT *scx, uid_t uid, gid_t gid) in groupmember()
1352 static int ntfs_basic_perms(const struct SECURITY_CONTEXT *scx, in ntfs_basic_perms()
1419 static struct PERMISSIONS_CACHE *create_caches(struct SECURITY_CONTEXT *scx, in create_caches()
1450 static void free_caches(struct SECURITY_CONTEXT *scx) in free_caches()
1526 static void resize_cache(struct SECURITY_CONTEXT *scx, in resize_cache()
1573 static struct CACHED_PERMISSIONS *enter_cache(struct SECURITY_CONTEXT *scx, in enter_cache()
1735 static struct CACHED_PERMISSIONS *fetch_cache(struct SECURITY_CONTEXT *scx, in fetch_cache()
1928 static int access_check_posix(struct SECURITY_CONTEXT *scx, in access_check_posix()
2068 static int ntfs_get_perm(struct SECURITY_CONTEXT *scx, in ntfs_get_perm()
2169 int ntfs_get_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_get_posix_acl()
2301 static int ntfs_get_perm(struct SECURITY_CONTEXT *scx, in ntfs_get_perm()
2415 int ntfs_get_ntfs_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_get_ntfs_acl()
2438 int ntfs_get_owner_mode(struct SECURITY_CONTEXT *scx, in ntfs_get_owner_mode()
2554 static struct POSIX_SECURITY *inherit_posix(struct SECURITY_CONTEXT *scx, in inherit_posix()
2647 le32 ntfs_alloc_securid(struct SECURITY_CONTEXT *scx, in ntfs_alloc_securid()
2729 int ntfs_set_inherited_posix(struct SECURITY_CONTEXT *scx, in ntfs_set_inherited_posix()
2792 le32 ntfs_alloc_securid(struct SECURITY_CONTEXT *scx, in ntfs_alloc_securid()
2870 int ntfs_set_owner_mode(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_set_owner_mode()
3007 BOOL ntfs_allowed_as_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni) in ntfs_allowed_as_owner()
3074 int ntfs_set_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_set_posix_acl()
3176 int ntfs_remove_posix_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_remove_posix_acl()
3191 int ntfs_set_ntfs_acl(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_set_ntfs_acl()
3252 int ntfs_set_mode(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, mode_t mode) in ntfs_set_mode()
3439 int ntfs_allowed_access(struct SECURITY_CONTEXT *scx, in ntfs_allowed_access()
3520 int ntfs_allowed_create(struct SECURITY_CONTEXT *scx, in ntfs_allowed_create()
3628 int ntfs_set_owner(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_set_owner()
3752 int ntfs_set_ownmod(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, in ntfs_set_ownmod()
3866 static le32 build_inherited_id(struct SECURITY_CONTEXT *scx, in build_inherited_id()
4029 le32 ntfs_inherited_id(struct SECURITY_CONTEXT *scx, in ntfs_inherited_id()
4135 static int link_group_members(struct SECURITY_CONTEXT *scx) in link_group_members()
4169 static int ntfs_do_default_mapping(struct SECURITY_CONTEXT *scx, in ntfs_do_default_mapping()
4307 int ntfs_build_mapping(struct SECURITY_CONTEXT *scx, const char *usermap_path, in ntfs_build_mapping()
4541 void ntfs_destroy_security_context(struct SECURITY_CONTEXT *scx) in ntfs_destroy_security_context()
5340 struct SECURITY_CONTEXT *scx; in ntfs_initialize_file_security() local