Home
last modified time | relevance | path

Searched defs:btrfs_pending_snapshot (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dtransaction.h136 struct btrfs_pending_snapshot { struct
137 struct dentry *dentry;
138 struct inode *dir;
139 struct btrfs_root *root;
140 struct btrfs_root *snap;
141 struct btrfs_qgroup_inherit *inherit;
143 struct btrfs_block_rsv block_rsv;
144 u64 qgroup_reserved;
146 int error;
147 bool readonly;
[all …]