Searched defs:btrfs_pending_snapshot (Results 1 – 1 of 1) sorted by relevance
136 struct btrfs_pending_snapshot { struct137 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 …]