Searched defs:reada_extent (Results 1 – 1 of 1) sorted by relevance
66 struct reada_extent { struct67 u64 logical;68 struct btrfs_key top;69 u32 blocksize;70 int err;71 struct list_head extctl;72 struct kref refcnt;73 spinlock_t lock;97 static void reada_extent_put(struct btrfs_fs_info *, struct reada_extent *); argument