Searched refs:ZIL_ACE_LENGTH (Results 1 – 3 of 3) sorted by relevance
297 ZIL_ACE_LENGTH(lracl->lr_acl_bytes), in zfs_replay_create_acl()329 ZIL_ACE_LENGTH(lracl->lr_acl_bytes); in zfs_replay_create_acl()348 ZIL_ACE_LENGTH(lracl->lr_acl_bytes); in zfs_replay_create_acl()361 ZIL_ACE_LENGTH(lracl->lr_acl_bytes); in zfs_replay_create_acl()379 ZIL_ACE_LENGTH(lracl->lr_acl_bytes); in zfs_replay_create_acl()872 ZIL_ACE_LENGTH(lr->lr_acl_bytes), in zfs_replay_acl()889 ZIL_ACE_LENGTH(lr->lr_acl_bytes); in zfs_replay_acl()
275 ZIL_ACE_LENGTH(aclsize) + xvatsize; in zfs_log_create()328 end = (caddr_t)end + ZIL_ACE_LENGTH(aclsize); in zfs_log_create()677 ((txtype == TX_ACL) ? ZIL_ACE_LENGTH(aclbytes) : aclbytes) + in zfs_log_acl()704 start = (caddr_t)start + ZIL_ACE_LENGTH(aclbytes); in zfs_log_acl()
129 #define ZIL_ACE_LENGTH(x) (roundup(x, sizeof (uint64_t))) macro