Home
last modified time | relevance | path

Searched full:ace (Results 1 – 25 of 70) sorted by relevance

123

/Linux-v6.1/fs/nfsd/
Dnfs4acl.c237 struct nfs4_ace *ace; in _posix_to_nfsv4_one() local
247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
257 ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE; in _posix_to_nfsv4_one()
258 ace->flag = eflag; in _posix_to_nfsv4_one()
259 ace->access_mask = deny_mask_from_posix(deny, flags); in _posix_to_nfsv4_one()
260 ace->whotype = NFS4_ACL_WHO_OWNER; in _posix_to_nfsv4_one()
261 ace++; in _posix_to_nfsv4_one()
265 ace->type = NFS4_ACE_ACCESS_ALLOWED_ACE_TYPE; in _posix_to_nfsv4_one()
266 ace->flag = eflag; in _posix_to_nfsv4_one()
267 ace->access_mask = mask_from_posix(pa->e_perm, flags | NFS4_ACL_OWNER); in _posix_to_nfsv4_one()
[all …]
Dnfs4xdr.c289 nfsd4_decode_nfsace4(struct nfsd4_compoundargs *argp, struct nfs4_ace *ace) in nfsd4_decode_nfsace4() argument
294 if (xdr_stream_decode_u32(argp->xdr, &ace->type) < 0) in nfsd4_decode_nfsace4()
296 if (xdr_stream_decode_u32(argp->xdr, &ace->flag) < 0) in nfsd4_decode_nfsace4()
298 if (xdr_stream_decode_u32(argp->xdr, &ace->access_mask) < 0) in nfsd4_decode_nfsace4()
306 ace->whotype = nfs4_acl_get_whotype((char *)p, length); in nfsd4_decode_nfsace4()
307 if (ace->whotype != NFS4_ACL_WHO_NAMED) in nfsd4_decode_nfsace4()
309 else if (ace->flag & NFS4_ACE_IDENTIFIER_GROUP) in nfsd4_decode_nfsace4()
311 (char *)p, length, &ace->who_gid); in nfsd4_decode_nfsace4()
314 (char *)p, length, &ace->who_uid); in nfsd4_decode_nfsace4()
323 struct nfs4_ace *ace; in nfsd4_decode_acl() local
[all …]
/Linux-v6.1/drivers/gpu/drm/display/
Ddrm_hdmi_helper.c91 #define ACE(x) ((x) << 5) macro
94 #define HDMI_COLORIMETRY_SMPTE_170M_YCC (C(1) | EC(0) | ACE(0))
95 #define HDMI_COLORIMETRY_BT709_YCC (C(2) | EC(0) | ACE(0))
96 #define HDMI_COLORIMETRY_XVYCC_601 (C(3) | EC(0) | ACE(0))
97 #define HDMI_COLORIMETRY_XVYCC_709 (C(3) | EC(1) | ACE(0))
98 #define HDMI_COLORIMETRY_SYCC_601 (C(3) | EC(2) | ACE(0))
99 #define HDMI_COLORIMETRY_OPYCC_601 (C(3) | EC(3) | ACE(0))
100 #define HDMI_COLORIMETRY_OPRGB (C(3) | EC(4) | ACE(0))
101 #define HDMI_COLORIMETRY_BT2020_CYCC (C(3) | EC(5) | ACE(0))
102 #define HDMI_COLORIMETRY_BT2020_RGB (C(3) | EC(6) | ACE(0))
[all …]
/Linux-v6.1/Documentation/admin-guide/media/
Dsaa7134-cardlist.rst523 - 5ace:5050
527 - 5ace:5070, 5ace:5090
535 - 5ace:6070
539 - 5ace:6190
587 - 5ace:6290
591 - 5ace:6191
595 - 5ace:6193
667 - 5ace:6071
671 - 5ace:6090
675 - 5ace:6091
[all …]
Ddvb-usb-zd1301-cardlist.rst16 - 0ace:13a1
/Linux-v6.1/fs/xfs/
Dxfs_acl.c39 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
61 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
69 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk()
70 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk()
75 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
79 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
101 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
106 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
109 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk()
112 ace->ae_id = cpu_to_be32( in xfs_acl_to_disk()
[all …]
/Linux-v6.1/fs/ksmbd/
Dsmbacl.c165 * This function is called for every ACE in the DACL whose SID matches
985 static void smb_set_ace(struct smb_ace *ace, const struct smb_sid *sid, u8 type, in smb_set_ace() argument
988 ace->type = type; in smb_set_ace()
989 ace->flags = flags; in smb_set_ace()
990 ace->access_req = access_req; in smb_set_ace()
991 smb_copy_sid(&ace->sid, sid); in smb_set_ace()
992 ace->size = cpu_to_le16(1 + 1 + 2 + 4 + 1 + 1 + 6 + (sid->num_subauth * 4)); in smb_set_ace()
1200 struct smb_ace *ace; in smb_check_perm_dacl() local
1239 ace = (struct smb_ace *)((char *)pdacl + sizeof(struct smb_acl)); in smb_check_perm_dacl()
1244 ace_size = le16_to_cpu(ace->size); in smb_check_perm_dacl()
[all …]
Dsmbacl.h22 * ACE types - see MS-DTYP 2.4.4.1
65 /* ACE types - see MS-DTYP 2.4.4.1 */
87 /* ACE flags */
179 * while processing the nfsv4 ace, this maintains the partial permissions
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Darm,cci-400.yaml52 - ace
53 - ace-lite
183 interface-type = "ace-lite";
189 interface-type = "ace";
195 interface-type = "ace";
Dux500.yaml38 - description: Samsung Galaxy Ace 2 (GT-I8160)
/Linux-v6.1/arch/arm/boot/dts/
Duniphier-pro4-ace.dts3 // Device Tree Source for UniPhier Pro4 Ace Board
12 model = "UniPhier Pro4 Ace Board";
13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
Dmt7629.dtsi184 interface-type = "ace-lite";
190 interface-type = "ace";
196 interface-type = "ace";
/Linux-v6.1/arch/x86/kernel/cpu/
Dzhaoxin.c28 /* Enable ACE unit, if present and disabled */ in init_zhaoxin_cap()
31 /* Enable ACE unit */ in init_zhaoxin_cap()
34 pr_info("CPU: Enabled ACE h/w crypto\n"); in init_zhaoxin_cap()
Dcentaur.c30 /* enable ACE unit, if present and disabled */ in init_c3()
33 lo |= ACE_FCR; /* enable ACE unit */ in init_c3()
35 pr_info("CPU: Enabled ACE h/w crypto\n"); in init_c3()
/Linux-v6.1/drivers/bus/
Darm-cci.c396 if (WARN_ONCE(port < 0, "node %pOF ACE lite port look-up failure\n", in __cci_control_port_by_device()
413 * -EPERM if operation carried out on an ACE PORT
423 * indexing is therefore disabled for ACE ports. in __cci_control_port_by_index()
473 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports()
474 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports()
511 /* initialize a stashed array of ACE ports to speed-up look-up */ in cci_probe_ports()
/Linux-v6.1/fs/ntfs/
Dlayout.h1341 * The predefined ACE types (8-bit, see below).
1371 * The ACE flags (8-bit) for audit and inheritance (see below).
1373 * SUCCESSFUL_ACCESS_ACE_FLAG is only used with system audit and alarm ACE
1377 * FAILED_ACCESS_ACE_FLAG is only used with system audit and alarm ACE types
1397 * An ACE is an access-control entry in an access-control list (ACL).
1398 * An ACE defines access to an object for a specific user or group or defines
1403 * Each ACE starts with an ACE_HEADER structure (aligned on 4-byte boundary),
1404 * which specifies the type and size of the ACE. The format of the subsequent
1405 * data depends on the ACE type.
1409 /* 0*/ ACE_TYPES type; /* Type of the ACE. */
[all …]
/Linux-v6.1/fs/cifs/
Dcifsacl.c564 * The first DENY or ALLOW ACE which matches perfectly is in access_flags_to_mode()
619 /* If DELETE_CHILD is set only on an owner ACE, set sticky bit */ in access_flags_to_mode()
636 This function is called for every ACE in the DACL whose SID matches
728 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace()
733 cifs_dbg(VFS, "ACL too small to parse ACE\n"); in dump_ace()
740 cifs_dbg(FYI, "ACE revision %d num_auth %d type %d flags %d size %d\n", in dump_ace()
744 cifs_dbg(FYI, "ACE sub_auth[%d]: 0x%x\n", in dump_ace()
979 /* We need DENY ACE when the perm is more restrictive than the next sets. */ in populate_new_aces()
996 /* Group DENY ACE does not conflict with owner ALLOW ACE. Keep in preferred order*/ in populate_new_aces()
1009 /* Group DENY ACE conflicts with owner ALLOW ACE. So keep it after. */ in populate_new_aces()
[all …]
Dcifsacl.h83 /* ACE types - see MS-DTYP 2.4.4.1 */
105 /* ACE flags */
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt6795.dtsi263 interface-type = "ace-lite";
269 interface-type = "ace";
275 interface-type = "ace";
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dti,tps6598x.yaml15 A variant of this controller known as Apple CD321x or Apple ACE is also
/Linux-v6.1/Documentation/devicetree/bindings/arm/socionext/
Duniphier.yaml25 - socionext,uniphier-pro4-ace
/Linux-v6.1/Documentation/devicetree/bindings/soc/renesas/
Drenesas,rzg2l-sysc.yaml35 - description: CA55 ACE Asynchronous Bridge Master/Slave interface deny request interrupt
/Linux-v6.1/sound/soc/sof/intel/
Dpci-mtl.c38 [SOF_INTEL_IPC4] = "intel/sof-ace-tplg",
/Linux-v6.1/Documentation/hwmon/
Dasus_ec_sensors.rst9 * Pro WS X570-ACE
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-catu.h42 * See AMBA AXI & ACE Protocol specification (ARM IHI 0022E)

123