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