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 *);
152 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
153 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
155 uint, uint);
156 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
161 uint flags);
169 uint flags) in xfs_trans_get_buf()
209 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
212 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
213 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
214 void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
215 struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
222 uint);