Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dtransaction.h131 struct btrfs_pending_snapshot { struct
132 struct dentry *dentry;
133 struct inode *dir;
134 struct btrfs_root *root;
135 struct btrfs_root *snap;
136 struct btrfs_qgroup_inherit *inherit;
138 struct btrfs_block_rsv block_rsv;
139 u64 qgroup_reserved;
141 int error;
142 bool readonly;
[all …]