Searched refs:mark_buffer_uptodate (Results 1 – 2 of 2) sorted by relevance
142 void mark_buffer_uptodate(struct buffer_head *bh, int val);151 #define set_buffer_uptodate(bh) mark_buffer_uptodate(bh, 1)
177 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate() function