Lines Matching defs:btrfs_trans_handle
109 struct btrfs_trans_handle { struct
110 u64 transid;
111 u64 bytes_reserved;
112 u64 chunk_bytes_reserved;
113 unsigned long delayed_ref_updates;
114 struct btrfs_transaction *transaction;
115 struct btrfs_block_rsv *block_rsv;
116 struct btrfs_block_rsv *orig_rsv;
117 refcount_t use_count;
118 unsigned int type;
119 short aborted;
120 bool adding_csums;
121 bool allocating_chunk;
122 bool can_flush_pending_bgs;
146 static inline void btrfs_set_inode_last_trans(struct btrfs_trans_handle *trans, in btrfs_set_inode_last_trans() argument