Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c1346 size_t abstract_size = aclp->z_ops.ace_abstract_size(); in zfs_acl_chmod() local
1357 newnode = zfs_acl_node_alloc((abstract_size * 6) + aclp->z_acl_bytes); in zfs_acl_chmod()
1362 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1364 new_bytes += abstract_size; in zfs_acl_chmod()
1368 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1370 new_bytes += abstract_size; in zfs_acl_chmod()
1374 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1376 new_bytes += abstract_size; in zfs_acl_chmod()
1430 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
1432 zacep = (void *)((uintptr_t)zacep + abstract_size); in zfs_acl_chmod()
[all …]