| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_acl.c | 108 const ace_t *ace; in acl_from_aces() local 131 ace = &(aces[i]); in acl_from_aces() 133 if (ace->a_flags & ACE_OWNER) in acl_from_aces() 145 entry->ae_id = ace->a_who; in acl_from_aces() 152 switch (ace->a_type) { in acl_from_aces() 178 ace_t *ace; in aces_from_acl() local 186 ace = &(aces[i]); in aces_from_acl() 188 ace->a_who = entry->ae_id; in aces_from_acl() 191 ace->a_flags = ACE_OWNER; in aces_from_acl() 197 ace->a_flags = ACE_EVERYONE; in aces_from_acl() [all …]
|
| H A D | acl_common.c | 770 acevals_find(ace_t *ace, avl_tree_t *avl, int *num) in acevals_find() argument 775 key.key = ace->a_who; in acevals_find() 784 acevals_init(rc, ace->a_who); in acevals_find() 1232 ln_ace_to_aent(ace_t *ace, int n, uid_t owner, gid_t group, in ln_ace_to_aent() argument 1253 if (ace == NULL) { in ln_ace_to_aent() 1281 acep = &ace[i]; in ln_ace_to_aent()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_byteswap.c | 37 zfs_oldace_byteswap(ace_t *ace, int ace_cnt) in zfs_oldace_byteswap() argument 41 for (i = 0; i != ace_cnt; i++, ace++) { in zfs_oldace_byteswap() 42 ace->a_who = BSWAP_32(ace->a_who); in zfs_oldace_byteswap() 43 ace->a_access_mask = BSWAP_32(ace->a_access_mask); in zfs_oldace_byteswap() 44 ace->a_flags = BSWAP_16(ace->a_flags); in zfs_oldace_byteswap() 45 ace->a_type = BSWAP_16(ace->a_type); in zfs_oldace_byteswap()
|
| H A D | zfs_replay.c | 881 ace_t *ace = (ace_t *)(lr + 1); /* ace array follows lr_acl_t */ in zfs_replay_acl_v0() local 888 zfs_oldace_byteswap(ace, lr->lr_aclcnt); in zfs_replay_acl_v0() 899 vsa.vsa_aclentp = ace; in zfs_replay_acl_v0() 927 ace_t *ace = (ace_t *)(lr + 1); in zfs_replay_acl() local 934 zfs_ace_byteswap(ace, lr->lr_acl_bytes, B_FALSE); in zfs_replay_acl() 936 byteswap_uint64_array((caddr_t)ace + in zfs_replay_acl() 948 vsa.vsa_aclentp = ace; in zfs_replay_acl() 953 void *fuidstart = (caddr_t)ace + in zfs_replay_acl()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_acl.h | 48 TP_PROTO(znode_t *zn, zfs_ace_hdr_t *ace, uint32_t mask_matched), 49 TP_ARGS(zn, ace, mask_matched), 110 __entry->z_type = ace->z_type; 111 __entry->z_flags = ace->z_flags; 112 __entry->z_access_mask = ace->z_access_mask; 141 TP_PROTO(znode_t *zn, zfs_ace_hdr_t *ace, uint32_t mask_matched), \ 142 TP_ARGS(zn, ace, mask_matched))
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | cci.txt | 70 Definition: must be set to one of {"ace", "ace-lite"} 193 interface-type = "ace-lite"; 199 interface-type = "ace"; 205 interface-type = "ace";
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | acl.h | 29 typedef struct ace { struct
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 196 static int zvol_geom_access(struct g_provider *pp, int acr, int acw, int ace); 446 zvol_geom_access(struct g_provider *pp, int acr, int acw, int ace) in zvol_geom_access() argument 456 KASSERT((acr >= 0 && acw >= 0 && ace >= 0) || in zvol_geom_access() 457 (acr <= 0 && acw <= 0 && ace <= 0), in zvol_geom_access() 459 pp->name, acr, acw, ace)); in zvol_geom_access() 462 if (acr <= 0 && acw <= 0 && ace <= 0) in zvol_geom_access() 476 count = acr + acw + ace; in zvol_geom_access() 481 if (acr != 0 || ace != 0) in zvol_geom_access()
|
| H A D | vdev_geom.c | 321 if (cp->acr == 0 && cp->ace == 0) { in vdev_geom_detach()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | uniphier-pro4-ace.dts | 13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
|
| H A D | mt7629.dtsi | 184 interface-type = "ace-lite"; 190 interface-type = "ace"; 196 interface-type = "ace";
|
| H A D | exynos5260.dtsi | 211 interface-type = "ace"; 217 interface-type = "ace";
|
| H A D | vexpress-v2p-ca15_a7.dts | 170 interface-type = "ace"; 176 interface-type = "ace";
|
| H A D | sun9i-a80.dtsi | 560 interface-type = "ace"; 566 interface-type = "ace";
|
| H A D | sun8i-a83t.dtsi | 414 interface-type = "ace"; 420 interface-type = "ace";
|
| H A D | exynos5420.dtsi | 167 interface-type = "ace"; 172 interface-type = "ace";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/socionext/ |
| H A D | uniphier.yaml | 25 - socionext,uniphier-pro4-ace
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | acl.h | 54 typedef struct ace { struct
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl.h | 47 typedef struct ace { struct
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt7622.dtsi | 349 interface-type = "ace-lite"; 355 interface-type = "ace"; 361 interface-type = "ace";
|