Searched refs:ZIL_ACE_LENGTH (Results 1 – 3 of 3) sorted by relevance
330 &aclstart[ZIL_ACE_LENGTH(lracl->lr_acl_bytes)], in zfs_replay_create_acl()366 fuidstart = &aclstart[ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()385 ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()402 fuidstart = &aclstart[ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()420 ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()1169 ZIL_ACE_LENGTH(lr->lr_acl_bytes)], in zfs_replay_acl()1185 ZIL_ACE_LENGTH(lr->lr_acl_bytes)]; in zfs_replay_acl()
338 ZIL_ACE_LENGTH(aclsize) + xvatsize; in zfs_log_create()392 lrdata = &lrdata[ZIL_ACE_LENGTH(aclsize)]; in zfs_log_create()858 ((txtype == TX_ACL) ? ZIL_ACE_LENGTH(aclbytes) : aclbytes) + in zfs_log_acl()885 start = &lr->lr_data[ZIL_ACE_LENGTH(aclbytes)]; in zfs_log_acl()
140 #define ZIL_ACE_LENGTH(x) (roundup(x, sizeof (uint64_t))) macro