Lines Matching defs:btrfs_trans_handle
107 struct btrfs_trans_handle { struct
108 u64 transid;
109 u64 bytes_reserved;
110 u64 chunk_bytes_reserved;
111 unsigned long use_count;
112 unsigned long blocks_reserved;
113 unsigned long blocks_used;
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 short aborted;
119 short adding_csums;
120 bool allocating_chunk;
121 bool can_flush_pending_bgs;
122 bool reloc_reserved;
123 bool sync;
124 unsigned int type;
151 static inline void btrfs_set_inode_last_trans(struct btrfs_trans_handle *trans, in btrfs_set_inode_last_trans() argument