Home
last modified time | relevance | path

Searched refs:abstract_size (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1328 size_t abstract_size = aclp->z_ops->ace_abstract_size(); in zfs_acl_chmod() local
1339 newnode = zfs_acl_node_alloc((abstract_size * 6) + aclp->z_acl_bytes); in zfs_acl_chmod()
1344 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1346 new_bytes += abstract_size; in zfs_acl_chmod()
1350 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1352 new_bytes += abstract_size; in zfs_acl_chmod()
1356 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1358 new_bytes += abstract_size; in zfs_acl_chmod()
1422 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1424 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1498 size_t abstract_size = aclp->z_ops->ace_abstract_size(); in zfs_acl_chmod() local
1506 newnode = zfs_acl_node_alloc((abstract_size * 6) + aclp->z_acl_bytes); in zfs_acl_chmod()
1511 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1513 new_bytes += abstract_size; in zfs_acl_chmod()
1517 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1519 new_bytes += abstract_size; in zfs_acl_chmod()
1523 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1525 new_bytes += abstract_size; in zfs_acl_chmod()
1590 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1592 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
[all …]