Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dfree-space-cache.h68 struct btrfs_io_ctl { struct
69 void *cur, *orig;
70 struct page *page;
71 struct page **pages;
72 struct btrfs_fs_info *fs_info;
73 struct inode *inode;
74 unsigned long size;
75 int index;
76 int num_pages;
77 int entries;
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
Dfree-space-cache.h87 struct btrfs_io_ctl { struct
88 void *cur, *orig;
89 struct page *page;
90 struct page **pages;
91 struct btrfs_fs_info *fs_info;
92 struct inode *inode;
93 unsigned long size;
94 int index;
95 int num_pages;
96 int entries;
[all …]