Searched refs:xfs_log_item_t (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_trans_ail.c | 38 xfs_log_item_t *lip) in xfs_ail_check() 40 xfs_log_item_t *prev_lip; in xfs_ail_check() 49 prev_lip = list_entry(lip->li_ail.prev, xfs_log_item_t, li_ail); in xfs_ail_check() 53 prev_lip = list_entry(lip->li_ail.next, xfs_log_item_t, li_ail); in xfs_ail_check() 67 static xfs_log_item_t * 74 return list_entry(ailp->xa_ail.prev, xfs_log_item_t, li_ail); in xfs_ail_max() 81 static xfs_log_item_t * 84 xfs_log_item_t *lip) in xfs_ail_next() 89 return list_first_entry(&lip->li_ail, xfs_log_item_t, li_ail); in xfs_ail_next() 105 xfs_log_item_t *lip; in xfs_ail_min_lsn() [all …]
|
D | xfs_trans.h | 66 } xfs_log_item_t; typedef 78 void (*iop_size)(xfs_log_item_t *, int *, int *); 79 void (*iop_format)(xfs_log_item_t *, struct xfs_log_vec *); 80 void (*iop_pin)(xfs_log_item_t *); 81 void (*iop_unpin)(xfs_log_item_t *, int remove); 83 void (*iop_unlock)(xfs_log_item_t *); 84 xfs_lsn_t (*iop_committed)(xfs_log_item_t *, xfs_lsn_t); 85 void (*iop_committing)(xfs_log_item_t *, xfs_lsn_t); 86 void (*iop_error)(xfs_log_item_t *, xfs_buf_t *);
|
D | xfs_buf_item.h | 54 xfs_log_item_t bli_item; /* common item structure */ 69 void(*)(struct xfs_buf *, xfs_log_item_t *), 70 xfs_log_item_t *);
|
D | xfs_dquot_item.h | 27 xfs_log_item_t qli_item; /* common portion */ 33 xfs_log_item_t qql_item; /* common portion */
|
D | xfs_extfree_item.h | 66 xfs_log_item_t efi_item; 79 xfs_log_item_t efd_item;
|
D | xfs_inode_item.h | 29 xfs_log_item_t ili_item; /* common portion */
|
D | xfs_buf_item.c | 990 void (*cb)(xfs_buf_t *, xfs_log_item_t *), in xfs_buf_attach_iodone() argument 991 xfs_log_item_t *lip) in xfs_buf_attach_iodone() 993 xfs_log_item_t *head_lip; in xfs_buf_attach_iodone()
|
D | xfs_inode.c | 467 xfs_log_item_t *lp; in xfs_lock_inodes() 508 lp = (xfs_log_item_t *)ips[j]->i_itemp; in xfs_lock_inodes() 583 xfs_log_item_t *lp; in xfs_lock_two_inodes() 607 lp = (xfs_log_item_t *)ip0->i_itemp; in xfs_lock_two_inodes() 2255 xfs_log_item_t *lip; in xfs_ifree_cluster()
|
D | xfs_log_recover.c | 3451 xfs_log_item_t *lip; in xlog_recover_efd_pass2()
|