Searched refs:xlog_ticket (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_log.h | 124 struct xlog_ticket; 143 struct xlog_ticket **ticket, bool permanent); 144 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic); 148 struct xlog_ticket *xfs_log_ticket_get(struct xlog_ticket *ticket); 149 void xfs_log_ticket_put(struct xlog_ticket *ticket);
|
D | xfs_log_priv.h | 13 struct xlog_ticket; 147 typedef struct xlog_ticket { struct 226 struct xlog_ticket *ticket; /* chkpt ticket */ 509 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes, 512 void xlog_print_tic_res(struct xfs_mount *mp, struct xlog_ticket *ticket); 515 struct list_head *lv_chain, struct xlog_ticket *tic, 517 void xfs_log_ticket_ungrant(struct xlog *log, struct xlog_ticket *ticket); 518 void xfs_log_ticket_regrant(struct xlog *log, struct xlog_ticket *ticket); 523 struct xlog_ticket *ticket);
|
D | xfs_log.c | 51 struct xlog_ticket *ticket, 61 struct xlog_ticket *ticket); 212 struct xlog_ticket *tic; in xlog_grant_head_wake_all() 224 struct xlog_ticket *tic) in xlog_ticket_reservation() 243 struct xlog_ticket *tic; in xlog_grant_head_wake() 290 struct xlog_ticket *tic, in xlog_grant_head_wait() 343 struct xlog_ticket *tic, in xlog_grant_head_check() 403 struct xlog_ticket *tic) in xfs_log_regrant() 464 struct xlog_ticket **ticp, in xfs_log_reserve() 468 struct xlog_ticket *tic; in xfs_log_reserve() [all …]
|
D | xfs_log_cil.c | 33 static struct xlog_ticket * 37 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() 990 struct xlog_ticket *tic = ctx->ticket; in xlog_cil_build_trans_hdr() 1137 struct xlog_ticket *ticket; in xlog_cil_push_work()
|
D | xfs_trans.h | 136 struct xlog_ticket *t_ticket; /* log mgr ticket */
|
D | xfs_super.c | 2061 sizeof(struct xlog_ticket), in xfs_init_caches()
|
D | xfs_trace.h | 61 struct xlog_ticket; 1210 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 1275 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
|