Lines Matching +full:revision +full:- +full:id
1 /* SPDX-License-Identifier: LGPL-2.1+ */
22 * ACE types - see MS-DTYP 2.4.4.1
30 * Security ID types
44 /* Revision for ACLs */
65 /* ACE types - see MS-DTYP 2.4.4.1 */
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
107 * represented in hex. So "-0x" + 12 hex digits.
109 * Add 11 bytes for each subauthority field (10 bytes each + 1 for '-')
119 __le16 revision; /* revision level */ member
128 __u8 revision; /* revision level */ member
138 __le16 revision; /* revision level */ member
220 vfsuid = make_vfsuid(idmap, &init_user_ns, pace->e_uid); in posix_acl_uid_translate()
222 /* Translate the kuid into a userspace id ksmbd would see. */ in posix_acl_uid_translate()
232 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
234 /* Translate the kgid into a userspace id ksmbd would see. */ in posix_acl_gid_translate()