Lines Matching refs:border
584 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
586 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
695 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options()
697 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options()
902 b_blocknr_t border = in set_border_in_hint() local
903 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; in set_border_in_hint()
906 hint->end = border - 1; in set_border_in_hint()
908 hint->beg = border; in set_border_in_hint()
962 b_blocknr_t border; in old_hashed_relocation() local
970 border = in old_hashed_relocation()
973 if (border > hint->search_start) in old_hashed_relocation()
974 hint->search_start = border; in old_hashed_relocation()
981 b_blocknr_t border; in old_way() local
987 border = in old_way()
991 if (border > hint->search_start) in old_way()
992 hint->search_start = border; in old_way()