Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c1592 int cache_ok; in _pagebuf_page_io() local
1594 cache_ok = !((pb->pb_flags & PBF_FORCEIO) || (rw == WRITE)); in _pagebuf_page_io()
1608 if (buffer_uptodate(bh) && cache_ok) in _pagebuf_page_io()