Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dextent-tree.c412 path->reada = 1; in caching_thread()
1992 path->reada = 1; in __btrfs_inc_extent_ref()
2045 path->reada = 1; in __btrfs_inc_extent_ref()
2160 path->reada = 1; in run_delayed_extent_op()
6133 path->reada = 1; in __btrfs_free_extent()
7722 goto reada; in reada_walk_down()
7739 goto reada; in reada_walk_down()
7757 reada: in reada_walk_down()
8077 int reada = 0; in do_walk_down() local
8104 reada = 1; in do_walk_down()
[all …]
Drelocation.c711 path1->reada = 1;
712 path2->reada = 2;
2131 path->reada = 1;
3524 path->reada = 1;
3915 path->reada = 1;
4339 path->reada = -1;
Dctree.c2245 int direction = path->reada; in reada_for_search()
2282 if (path->reada < 0 && objectid) { in reada_for_search()
2490 if (p->reada) in read_block_for_search()
Dvolumes.c992 path->reada = 2; in btrfs_account_dev_extents_size()
1149 path->reada = 2; in find_free_dev_extent()
3983 path->reada = 2; in btrfs_shrink_device()
Dinode.c3318 path->reada = -1; in btrfs_orphan_cleanup()
4277 path->reada = -1; in btrfs_truncate_inode_items()
5682 path->reada = 1; in btrfs_real_readdir()
6729 path->reada = 1; in btrfs_get_extent()
Dctree.h598 int reada; member
Dscrub.c3390 path->reada = 2; in scrub_enumerate_chunks()
Dioctl.c3357 path->reada = 2; in btrfs_clone()
/linux-4.1.27/fs/ocfs2/
Dinode.h160 int block, int *err, int reada);
/linux-4.1.27/drivers/md/bcache/
Drequest.c780 unsigned reada = 0; in cached_dev_cache_miss() local
793 reada = min_t(sector_t, dc->readahead >> 9, in cached_dev_cache_miss()
796 s->insert_bio_sectors = min(sectors, bio_sectors(bio) + reada); in cached_dev_cache_miss()
830 if (reada) in cached_dev_cache_miss()
/linux-4.1.27/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,}