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

/linux-master/fs/f2fs/
H A Dsegment.c964 dc->bio_ref = 0;
1100 if (dc->bio_ref) {
1127 dc->bio_ref--;
1128 if (!dc->bio_ref && dc->state == D_SUBMIT) {
1228 dc->bio_ref++;
1340 dc->bio_ref++;
H A Df2fs.h372 spinlock_t lock; /* for state/bio_ref updating */
373 unsigned short bio_ref; /* bio reference count */ member in struct:discard_cmd

Completed in 294 milliseconds