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