Searched defs:xfs_trans (Results 1 – 2 of 2) sorted by relevance
103 typedef struct xfs_trans { struct104 unsigned int t_magic; /* magic number */105 unsigned int t_log_res; /* amt of log space resvd */106 unsigned int t_log_count; /* count for perm log res */107 unsigned int t_blk_res; /* # of blocks resvd */108 unsigned int t_blk_res_used; /* # of resvd blocks used */109 unsigned int t_rtx_res; /* # of rt extents resvd */110 unsigned int t_rtx_res_used; /* # of resvd rt extents used */111 struct xlog_ticket *t_ticket; /* log mgr ticket */112 struct xfs_mount *t_mountp; /* ptr to fs mount struct */[all …]
484 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_rtdev()573 int (*query_fn)(struct xfs_trans *, in __xfs_getfsmap_datadev()