Searched refs:bio_full (Results 1 - 2 of 2) sorted by relevance

/linux-master/block/
H A Dbio.c893 * bio_full - check if the bio is full
900 static inline bool bio_full(struct bio *bio, unsigned len) function
1079 WARN_ON_ONCE(bio_full(bio, len));
1350 } while (!ret && iov_iter_count(iter) && !bio_full(bio, 0));
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c18 static inline bool bio_full(struct bio *bio, unsigned len) function
392 return bio_full(bio, len) ||

Completed in 142 milliseconds