Home
last modified time | relevance | path

Searched refs:ace (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c108 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 Dacl_common.c770 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 Dzfs_byteswap.c37 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 Dzfs_replay.c881 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 Dtrace_acl.h48 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 Dcci.txt70 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 Dacl.h29 typedef struct ace { struct
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c196 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 Dvdev_geom.c321 if (cp->acr == 0 && cp->ace == 0) { in vdev_geom_detach()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Duniphier-pro4-ace.dts13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
H A Dmt7629.dtsi184 interface-type = "ace-lite";
190 interface-type = "ace";
196 interface-type = "ace";
H A Dexynos5260.dtsi211 interface-type = "ace";
217 interface-type = "ace";
H A Dvexpress-v2p-ca15_a7.dts170 interface-type = "ace";
176 interface-type = "ace";
H A Dsun9i-a80.dtsi560 interface-type = "ace";
566 interface-type = "ace";
H A Dsun8i-a83t.dtsi414 interface-type = "ace";
420 interface-type = "ace";
H A Dexynos5420.dtsi167 interface-type = "ace";
172 interface-type = "ace";
/f-stack/freebsd/contrib/device-tree/Bindings/arm/socionext/
H A Duniphier.yaml25 - socionext,uniphier-pro4-ace
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h54 typedef struct ace { struct
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h47 typedef struct ace { struct
/f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/
H A Dmt7622.dtsi349 interface-type = "ace-lite";
355 interface-type = "ace";
361 interface-type = "ace";