ReactOS 0.4.16-dev-122-g325d74c
|
#include "btrfs_drv.h"
Go to the source code of this file.
Classes | |
struct | sid_header |
struct | dacl |
Macros | |
#define | SEF_DACL_AUTO_INHERIT 0x01 |
#define | SEF_SACL_AUTO_INHERIT 0x02 |
Variables | |
static sid_header | sid_BA = { 1, 2, SECURITY_NT_AUTHORITY, {32, 544}} |
static sid_header | sid_SY = { 1, 1, SECURITY_NT_AUTHORITY, {18}} |
static sid_header | sid_BU = { 1, 2, SECURITY_NT_AUTHORITY, {32, 545}} |
static sid_header | sid_AU = { 1, 1, SECURITY_NT_AUTHORITY, {11}} |
static dacl | def_dacls [] |
LIST_ENTRY | uid_map_list |
LIST_ENTRY | gid_map_list |
ERESOURCE | mapping_lock |
#define SEF_DACL_AUTO_INHERIT 0x01 |
Definition at line 20 of file security.c.
#define SEF_SACL_AUTO_INHERIT 0x02 |
Definition at line 21 of file security.c.
_Dispatch_type_ | ( | IRP_MJ_QUERY_SECURITY | ) |
Definition at line 662 of file security.c.
_Dispatch_type_ | ( | IRP_MJ_SET_SECURITY | ) |
Definition at line 827 of file security.c.
Definition at line 145 of file security.c.
Referenced by read_group_mappings().
Definition at line 56 of file security.c.
Referenced by read_mappings().
NTSTATUS fcb_get_new_sd | ( | fcb * | fcb, |
file_ref * | parfileref, | ||
ACCESS_STATE * | as | ||
) |
Definition at line 988 of file security.c.
Referenced by file_create2().
Definition at line 511 of file security.c.
Referenced by fsctl_set_xattr(), and mount_vol().
Definition at line 924 of file security.c.
Referenced by create_directory_fcb(), create_subvol(), fcb_get_new_sd(), and mknod().
|
static |
Definition at line 636 of file security.c.
Referenced by _Dispatch_type_().
Definition at line 415 of file security.c.
Referenced by fcb_get_sd().
Definition at line 341 of file security.c.
Referenced by fcb_get_sd(), and get_top_level_sd().
|
static |
Definition at line 372 of file security.c.
Referenced by get_top_level_sd().
Definition at line 906 of file security.c.
Referenced by find_gid().
|
static |
Definition at line 756 of file security.c.
Referenced by _Dispatch_type_().
Definition at line 310 of file security.c.
Referenced by create_directory_fcb(), create_subvol(), fcb_get_new_sd(), and mknod().
Definition at line 229 of file security.c.
Referenced by fcb_get_sd(), and get_top_level_sd().
|
static |
Definition at line 41 of file security.c.
Referenced by load_default_acl().
LIST_ENTRY gid_map_list |
Definition at line 53 of file security.c.
Referenced by add_group_mapping(), find_gid(), and search_for_gid().
|
extern |
Definition at line 103 of file btrfs.c.
Referenced by _Function_class_(), find_gid(), sid_to_uid(), and uid_to_sid().
|
static |
Definition at line 33 of file security.c.
|
static |
Definition at line 30 of file security.c.
|
static |
Definition at line 32 of file security.c.
|
static |
Definition at line 31 of file security.c.
Referenced by sid_to_uid().
|
extern |
Definition at line 68 of file btrfs.c.
Referenced by _Function_class_(), add_user_mapping(), sid_to_uid(), and uid_to_sid().