Searched defs:bio_flags (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/btrfs/ | 
| D | extent_io.h | 177 static inline void extent_set_compress_type(unsigned long *bio_flags,  in extent_set_compress_type()183 static inline int extent_compress_type(unsigned long bio_flags)  in extent_compress_type()
 377 	unsigned long bio_flags;  member
 
 | 
| D | extent_io.c | 123 	unsigned long bio_flags;  member2817 				       int mirror_num, unsigned long bio_flags)  in submit_one_bio()
 2843 		     unsigned long bio_flags)  in merge_bio()
 2864 			      unsigned long bio_flags,  in submit_extent_page()
 2978 			 unsigned long *bio_flags, int rw,  in __do_readpage()
 3202 					     unsigned long *bio_flags, int rw,  in __do_contiguous_readpages()
 3233 			       unsigned long *bio_flags, int rw,  in __extent_readpages()
 3274 				   unsigned long *bio_flags, int rw)  in __extent_read_full_page()
 3301 	unsigned long bio_flags = 0;  in extent_read_full_page()  local
 3315 	unsigned long bio_flags = EXTENT_BIO_PARENT_LOCKED;  in extent_read_full_page_nolock()  local
 [all …]
 
 | 
| D | disk-io.c | 123 	unsigned long bio_flags;  member833 			unsigned long bio_flags,  in btrfs_wq_submit_bio()
 893 				    unsigned long bio_flags,  in __btree_submit_bio_start()
 904 				 int mirror_num, unsigned long bio_flags,  in __btree_submit_bio_done()
 921 static int check_async_write(struct inode *inode, unsigned long bio_flags)  in check_async_write()
 933 				 int mirror_num, unsigned long bio_flags,  in btree_submit_bio_hook()
 
 | 
| D | compression.c | 564 				 int mirror_num, unsigned long bio_flags)  in btrfs_submit_compressed_read()
 | 
| D | inode.c | 1806 			 unsigned long bio_flags)  in btrfs_merge_bio_hook()1838 				    unsigned long bio_flags,  in __btrfs_submit_bio_start()
 1858 			  int mirror_num, unsigned long bio_flags,  in __btrfs_submit_bio_done()
 1877 			  int mirror_num, unsigned long bio_flags,  in btrfs_submit_bio_hook()
 8051 				    unsigned long bio_flags, u64 offset)  in __btrfs_submit_bio_start_direct_io()
 
 | 
| /linux-4.4.14/fs/ | 
| D | buffer.c | 3000 			 unsigned long bio_flags, struct writeback_control *wbc)  in submit_bh_wbc()3049 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags)  in _submit_bh()
 
 |