Searched refs:ZIL_ACE_LENGTH (Results 1 – 3 of 3) sorted by relevance
331 &aclstart[ZIL_ACE_LENGTH(lracl->lr_acl_bytes)], in zfs_replay_create_acl()367 fuidstart = &aclstart[ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()386 ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()403 fuidstart = &aclstart[ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()421 ZIL_ACE_LENGTH(lracl->lr_acl_bytes)]; in zfs_replay_create_acl()1170 ZIL_ACE_LENGTH(lr->lr_acl_bytes)], in zfs_replay_acl()1186 ZIL_ACE_LENGTH(lr->lr_acl_bytes)]; in zfs_replay_acl()
339 ZIL_ACE_LENGTH(aclsize) + xvatsize; in zfs_log_create()393 lrdata = &lrdata[ZIL_ACE_LENGTH(aclsize)]; in zfs_log_create()851 ((txtype == TX_ACL) ? ZIL_ACE_LENGTH(aclbytes) : aclbytes) + in zfs_log_acl()878 start = &lr->lr_data[ZIL_ACE_LENGTH(aclbytes)]; in zfs_log_acl()
141 #define ZIL_ACE_LENGTH(x) (roundup(x, sizeof (uint64_t))) macro