Home
last modified time | relevance | path

Searched refs:reada (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/fs/btrfs/
DMakefile11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
Dxattr.c286 path->reada = 2; in btrfs_listxattr()
Dinode-map.c51 path->reada = 2; in caching_kthread()
Dfile-item.c205 path->reada = 2; in __btrfs_lookup_bio_sums()
331 path->reada = 2; in btrfs_lookup_csums_range()
Drelocation.c711 path1->reada = 1;
712 path2->reada = 2;
2133 path->reada = 1;
3530 path->reada = 1;
3920 path->reada = 1;
4346 path->reada = -1;
Dextent-tree.c441 path->reada = 1; in caching_thread()
2118 path->reada = 1; in __btrfs_inc_extent_ref()
2144 path->reada = 1; in __btrfs_inc_extent_ref()
2257 path->reada = 1; in run_delayed_extent_op()
6444 path->reada = 1; in __btrfs_free_extent()
8071 goto reada; in reada_walk_down()
8088 goto reada; in reada_walk_down()
8106 reada: in reada_walk_down()
8454 int reada = 0; in do_walk_down() local
8481 reada = 1; in do_walk_down()
[all …]
Dctree.c2251 int direction = path->reada; in reada_for_search()
2288 if (path->reada < 0 && objectid) { in reada_for_search()
2496 if (p->reada) in read_block_for_search()
Dvolumes.c1106 path->reada = 2; in btrfs_account_dev_extents_size()
1284 path->reada = 2; in find_free_dev_extent_start()
4272 path->reada = 2; in btrfs_shrink_device()
Dinode.c3350 path->reada = -1; in btrfs_orphan_cleanup()
4316 path->reada = -1; in btrfs_truncate_inode_items()
5753 path->reada = 1; in btrfs_real_readdir()
6797 path->reada = 1; in btrfs_get_extent()
Dctree.h598 int reada; member
Dscrub.c3510 path->reada = 2; in scrub_enumerate_chunks()
Dioctl.c3554 path->reada = 2; in btrfs_clone()
/linux-4.4.14/fs/ocfs2/
Dinode.h160 int block, int *err, int reada);
/linux-4.4.14/drivers/md/bcache/
Drequest.c789 unsigned reada = 0; in cached_dev_cache_miss() local
802 reada = min_t(sector_t, dc->readahead >> 9, in cached_dev_cache_miss()
805 s->insert_bio_sectors = min(sectors, bio_sectors(bio) + reada); in cached_dev_cache_miss()
839 if (reada) in cached_dev_cache_miss()
/linux-4.4.14/fs/reiserfs/
Ddir.c90 path_to_entry.reada = PATH_READA; in reiserfs_readdir_inode()
Dstree.c782 if ((search_path->reada & PATH_READA) && in search_by_key()
788 if (search_path->reada & PATH_READA_BACK) in search_by_key()
795 if (search_path->reada & PATH_READA_BACK) in search_by_key()
1943 s_search_path.reada = PATH_READA | PATH_READA_BACK; in reiserfs_do_truncate()
Dreiserfs.h2133 int reada; member
2142 struct treepath var = {.path_length = ILLEGAL_PATH_ELEMENT_OFFSET, .reada = 0,}