Lines Matching refs:uint
43 uint li_type; /* item type */
44 uint li_flags; /* misc flags */
70 uint (*iop_push)(struct xfs_log_item *, struct list_head *);
154 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
155 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
158 uint, uint);
159 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
164 uint flags);
172 uint flags) in xfs_trans_get_buf()
212 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
215 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
216 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
217 void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
218 struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
219 void xfs_efi_release(struct xfs_efi_log_item *, uint);
226 uint);
231 int xfs_trans_commit(xfs_trans_t *, uint flags);