Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/btrfs/
Dbtrfs_inode.h298 struct btrfs_dio_private { struct
299 struct inode *inode;
300 unsigned long flags;
301 u64 logical_offset;
302 u64 disk_bytenr;
303 u64 bytes;
304 void *private;
307 atomic_t pending_bios;
310 int errors;
313 struct bio *orig_bio;
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dbtrfs_inode.h348 struct btrfs_dio_private { struct
349 struct inode *inode;
350 u64 logical_offset;
351 u64 disk_bytenr;
352 u64 bytes;
358 refcount_t refs;
361 struct bio *dio_bio;
364 u8 csums[];