Lines Matching refs:border
592 REISERFS_SB(s)->s_alloc_options.border = 10;
594 REISERFS_SB(s)->s_alloc_options.border =
703 if (REISERFS_SB(s)->s_alloc_options.border != 10) {
705 100 / REISERFS_SB(s)->s_alloc_options.border);
910 b_blocknr_t border =
911 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border;
914 hint->end = border - 1;
916 hint->beg = border;
970 b_blocknr_t border;
978 border =
981 if (border > hint->search_start)
982 hint->search_start = border;
989 b_blocknr_t border;
995 border =
999 if (border > hint->search_start)
1000 hint->search_start = border;
1027 /* This is former border algorithm. Now with tunable border offset */