Searched defs:xfs_trans (Results 1 – 1 of 1) sorted by relevance
384 typedef struct xfs_trans { struct385 unsigned int t_magic; /* magic number */386 xfs_log_callback_t t_logcb; /* log callback struct */387 unsigned int t_type; /* transaction type */388 unsigned int t_log_res; /* amt of log space resvd */389 unsigned int t_log_count; /* count for perm log res */390 unsigned int t_blk_res; /* # of blocks resvd */391 unsigned int t_blk_res_used; /* # of resvd blocks used */392 unsigned int t_rtx_res; /* # of rt extents resvd */393 unsigned int t_rtx_res_used; /* # of resvd rt extents used */[all …]