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.h80 struct btrfs_io_ctl { struct
81 void *cur, *orig;
82 struct page *page;
83 struct page **pages;
84 struct btrfs_fs_info *fs_info;
85 struct inode *inode;
86 unsigned long size;
87 int index;
88 int num_pages;
89 int entries;
[all …]