Home
last modified time | relevance | path

Searched refs:authority (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsacl.c135 /* The authority field is a single 48-bit number */ in sid_to_key_str()
136 id_auth_val = (unsigned long long)sidptr->authority[5]; in sid_to_key_str()
137 id_auth_val |= (unsigned long long)sidptr->authority[4] << 8; in sid_to_key_str()
138 id_auth_val |= (unsigned long long)sidptr->authority[3] << 16; in sid_to_key_str()
139 id_auth_val |= (unsigned long long)sidptr->authority[2] << 24; in sid_to_key_str()
140 id_auth_val |= (unsigned long long)sidptr->authority[1] << 32; in sid_to_key_str()
141 id_auth_val |= (unsigned long long)sidptr->authority[0] << 48; in sid_to_key_str()
144 * MS-DTYP states that if the authority is >= 2^32, then it should be in sid_to_key_str()
186 if (ctsid->authority[i] != cwsid->authority[ in compare_sids()
[all...]
H A Dcifsacl.h26 #define NUM_AUTHS (6) /* number of authority fields */
27 #define SID_MAX_SUB_AUTHORITIES (15) /* max number of sub authority fields */
58 * "S-" + 3 bytes for version field + 15 for authority field + NULL terminator
60 * For authority field, max is when all 6 values are non-zero and it must be
80 __u8 authority[NUM_AUTHS]; member
/kernel/linux/linux-5.10/fs/hmdfs/
H A DMakefile16 hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) += authority/authentication.o
17 hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) += authority/config.o
/kernel/linux/linux-6.6/fs/hmdfs/
H A DMakefile16 hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) += authority/authentication.o
17 hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) += authority/config.o
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsacl.c128 /* The authority field is a single 48-bit number */ in sid_to_key_str()
129 id_auth_val = (unsigned long long)sidptr->authority[5]; in sid_to_key_str()
130 id_auth_val |= (unsigned long long)sidptr->authority[4] << 8; in sid_to_key_str()
131 id_auth_val |= (unsigned long long)sidptr->authority[3] << 16; in sid_to_key_str()
132 id_auth_val |= (unsigned long long)sidptr->authority[2] << 24; in sid_to_key_str()
133 id_auth_val |= (unsigned long long)sidptr->authority[1] << 32; in sid_to_key_str()
134 id_auth_val |= (unsigned long long)sidptr->authority[0] << 48; in sid_to_key_str()
137 * MS-DTYP states that if the authority is >= 2^32, then it should be in sid_to_key_str()
179 if (ctsid->authority[i] != cwsid->authority[ in compare_sids()
[all...]
H A Dcifsacl.h12 #define NUM_AUTHS (6) /* number of authority fields */
13 #define SID_MAX_SUB_AUTHORITIES (15) /* max number of sub authority fields */
48 * "S-" + 3 bytes for version field + 15 for authority field + NULL terminator
50 * For authority field, max is when all 6 values are non-zero and it must be
70 __u8 authority[NUM_AUTHS]; member
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmbacl.c89 if (ctsid->authority[i] != cwsid->authority[i]) { in compare_sids()
90 if (ctsid->authority[i] > cwsid->authority[i]) in compare_sids()
123 dst->authority[i] = src->authority[i]; in smb_copy_sid()
211 pntace->sid.authority[i] = psid->authority[i]; in fill_ace_for_sid()
H A Dsmbacl.h18 #define NUM_AUTHS (6) /* number of authority fields */
19 #define SID_MAX_SUB_AUTHORITIES (15) /* max number of sub authority fields */
104 * "S-" + 3 bytes for version field + 15 for authority field + NULL terminator
106 * For authority field, max is when all 6 values are non-zero and it must be
130 __u8 authority[NUM_AUTHS]; member

Completed in 6 milliseconds