Lines Matching refs:uint64_t
56 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */
57 uint64_t zh_replay_seq; /* highest replayed sequence number */
59 uint64_t zh_claim_blk_seq; /* highest claimed block sequence number */
60 uint64_t zh_flags; /* header flags */
61 uint64_t zh_claim_lr_seq; /* highest claimed lr sequence number */
62 uint64_t zh_pad[3];
85 uint64_t zc_pad;
87 uint64_t zc_nused; /* bytes in log block used */
118 (sizeof (uint64_t) * 7)
125 #define ZIL_ACE_LENGTH(x) (roundup(x, sizeof (uint64_t)))
157 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */
182 uint64_t lrc_txtype; /* intent log transaction type */
183 uint64_t lrc_reclen; /* transaction record length */
184 uint64_t lrc_txg; /* dmu transaction group number */
185 uint64_t lrc_seq; /* see comment above */
193 uint64_t lr_foid; /* object id */
215 uint64_t lr_doid; /* object id of directory */
216 uint64_t lr_foid; /* object id of created file object */
217 uint64_t lr_mode; /* mode of object */
218 uint64_t lr_uid; /* uid of object */
219 uint64_t lr_gid; /* gid of object */
220 uint64_t lr_gen; /* generation (txg of creation) */
221 uint64_t lr_crtime[2]; /* creation time */
222 uint64_t lr_rdev; /* rdev of object to create */
247 uint64_t lr_aclcnt; /* number of ACEs in ACL */
248 uint64_t lr_domcnt; /* number of unique domains */
249 uint64_t lr_fuidcnt; /* number of real fuids */
250 uint64_t lr_acl_bytes; /* number of bytes in ACL */
251 uint64_t lr_acl_flags; /* ACL flags */
263 uint64_t lr_doid; /* obj id of directory */
269 uint64_t lr_doid; /* obj id of directory */
270 uint64_t lr_link_obj; /* obj id of link */
276 uint64_t lr_sdoid; /* obj id of source directory */
277 uint64_t lr_tdoid; /* obj id of target directory */
283 uint64_t lr_foid; /* file object to write */
284 uint64_t lr_offset; /* offset to write to */
285 uint64_t lr_length; /* user data length to write */
286 uint64_t lr_blkoff; /* no longer used */
293 uint64_t lr_foid; /* object id of file to truncate */
294 uint64_t lr_offset; /* offset to truncate from */
295 uint64_t lr_length; /* length to truncate */
300 uint64_t lr_foid; /* file object to change attributes */
301 uint64_t lr_mask; /* mask of attributes to set */
302 uint64_t lr_mode; /* mode to set */
303 uint64_t lr_uid; /* uid to set */
304 uint64_t lr_gid; /* gid to set */
305 uint64_t lr_size; /* size to set */
306 uint64_t lr_atime[2]; /* access time */
307 uint64_t lr_mtime[2]; /* modification time */
313 uint64_t lr_foid; /* obj id of file */
314 uint64_t lr_aclcnt; /* number of acl entries */
320 uint64_t lr_foid; /* obj id of file */
321 uint64_t lr_aclcnt; /* number of ACEs in ACL */
322 uint64_t lr_domcnt; /* number of unique domains */
323 uint64_t lr_fuidcnt; /* number of real fuids */
324 uint64_t lr_acl_bytes; /* number of bytes in ACL */
325 uint64_t lr_acl_flags; /* ACL flags */
369 uint64_t itx_sod; /* record size on disk */
370 uint64_t itx_oid; /* object id */
376 uint64_t txg);
378 uint64_t txg);
383 zil_parse_lr_func_t *parse_lr_func, void *arg, uint64_t txg);
400 extern itx_t *zil_itx_create(uint64_t txtype, size_t lrsize);
404 extern void zil_commit(zilog_t *zilog, uint64_t oid);
410 extern void zil_clean(zilog_t *zilog, uint64_t synced_txg);
418 extern void zil_set_sync(zilog_t *zilog, uint64_t syncval);
420 extern void zil_set_logbias(zilog_t *zilog, uint64_t slogval);