Lines Matching refs:buffer_uptodate
676 if (buffer_uptodate(bh)) in compute_block()
702 if (!buffer_uptodate(sh->bh_cache[pd_idx])) in compute_parity()
708 buffer_uptodate(sh->bh_cache[i])) { in compute_parity()
848 if (buffer_uptodate(bh) && sh->bh_read[i]) { in handle_stripe()
869 if (buffer_uptodate(bh)) uptodate++; in handle_stripe()
926 ( (conf->disks[sh->pd_idx].operational && !buffer_locked(bh) && buffer_uptodate(bh)) in handle_stripe()
934 (!buffer_locked(bh) && buffer_uptodate(bh)) ) { in handle_stripe()
956 if (!buffer_locked(bh) && !buffer_uptodate(bh) && in handle_stripe()
995 !buffer_uptodate(bh)) { in handle_stripe()
1005 !buffer_uptodate(bh)) { in handle_stripe()
1017 !buffer_locked(bh) && !buffer_uptodate(bh) && in handle_stripe()
1036 !buffer_locked(bh) && !buffer_uptodate(bh) && in handle_stripe()
1096 if (!buffer_uptodate(sh->bh_cache[failed_num])) { in handle_stripe()