Searched refs:xlog_ticket (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A 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);
|
A D | xfs_log_priv.h | 11 struct xlog_ticket; 145 typedef struct xlog_ticket { struct 224 struct xlog_ticket *ticket; /* chkpt ticket */ 505 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes, 508 void xlog_print_tic_res(struct xfs_mount *mp, struct xlog_ticket *ticket); 511 struct list_head *lv_chain, struct xlog_ticket *tic, 513 void xfs_log_ticket_ungrant(struct xlog *log, struct xlog_ticket *ticket); 514 void xfs_log_ticket_regrant(struct xlog *log, struct xlog_ticket *ticket); 519 struct xlog_ticket *ticket);
|
A 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 …]
|
A D | xfs_log_cil.c | 34 static struct xlog_ticket * 38 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() 1045 struct xlog_ticket *tic = ctx->ticket; in xlog_cil_build_trans_hdr() 1192 struct xlog_ticket *ticket; in xlog_cil_push_work()
|
A D | xfs_trans.h | 136 struct xlog_ticket *t_ticket; /* log mgr ticket */
|
A D | xfs_super.c | 1996 sizeof(struct xlog_ticket), in xfs_init_caches()
|
A D | xfs_trace.h | 58 struct xlog_ticket; 1214 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 1279 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
|
Completed in 23 milliseconds