Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dmeta_io.h75 #define buffer_busy(bh) \ macro
H A Dlog.c107 if (!buffer_busy(bh)) { in gfs2_ail1_start_one()
272 if (!sdp->sd_log_error && buffer_busy(bh)) { in gfs2_ail1_empty_one()
H A Dlops.c802 buffer_busy(rgd->rd_bits->bi_bh) ? 1 : 0, in buf_lo_scan_elements()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c3220 static inline int buffer_busy(struct buffer_head *bh) in buffer_busy() function
3234 if (buffer_busy(bh)) in drop_buffers()