Lines Matching defs:btrfs_trans_handle
102 struct btrfs_trans_handle { struct
103 u64 transid;
104 u64 bytes_reserved;
105 u64 qgroup_reserved;
106 unsigned long use_count;
107 unsigned long blocks_reserved;
108 unsigned long blocks_used;
109 unsigned long delayed_ref_updates;
110 struct btrfs_transaction *transaction;
111 struct btrfs_block_rsv *block_rsv;
112 struct btrfs_block_rsv *orig_rsv;
113 short aborted;
114 short adding_csums;
115 bool allocating_chunk;
116 bool reloc_reserved;
117 bool sync;
118 unsigned int type;
146 static inline void btrfs_set_inode_last_trans(struct btrfs_trans_handle *trans, in btrfs_set_inode_last_trans() argument