Searched refs:xlog_ticket (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_log.h | 103 struct xlog_ticket; 124 struct xlog_ticket **ticket, 127 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic); 131 struct xlog_ticket *xfs_log_ticket_get(struct xlog_ticket *ticket); 132 void xfs_log_ticket_put(struct xlog_ticket *ticket);
|
| D | xfs_log_priv.h | 11 struct xlog_ticket; 149 typedef struct xlog_ticket { struct 236 struct xlog_ticket *ticket; /* chkpt ticket */ 461 struct xlog_ticket * 477 void xlog_print_tic_res(struct xfs_mount *mp, struct xlog_ticket *ticket); 480 struct xlog_ticket *tic, xfs_lsn_t *start_lsn, 483 int xlog_commit_record(struct xlog *log, struct xlog_ticket *ticket, 485 void xfs_log_ticket_ungrant(struct xlog *log, struct xlog_ticket *ticket); 486 void xfs_log_ticket_regrant(struct xlog *log, struct xlog_ticket *ticket);
|
| D | xfs_log.c | 49 struct xlog_ticket *ticket, 162 struct xlog_ticket *tic; in xlog_grant_head_wake_all() 174 struct xlog_ticket *tic) in xlog_ticket_reservation() 193 struct xlog_ticket *tic; in xlog_grant_head_wake() 240 struct xlog_ticket *tic, in xlog_grant_head_wait() 293 struct xlog_ticket *tic, in xlog_grant_head_check() 356 struct xlog_ticket *tic) in xfs_log_regrant() 419 struct xlog_ticket **ticp, in xfs_log_reserve() 424 struct xlog_ticket *tic; in xfs_log_reserve() 797 struct xlog_ticket *ticket, in xlog_write_unmount_record() [all …]
|
| D | xfs_log_cil.c | 34 static struct xlog_ticket * 38 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() 651 struct xlog_ticket *tic; in xlog_cil_push_work()
|
| D | xfs_trans.h | 134 struct xlog_ticket *t_ticket; /* log mgr ticket */
|
| D | xfs_super.c | 1882 sizeof(struct xlog_ticket), in xfs_init_zones()
|
| D | xfs_trace.h | 23 struct xlog_ticket; 1078 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 1143 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
|