Searched refs:wb_sync_req (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/f2fs/
H A Dcheckpoint.c1283 atomic_inc(&sbi->wb_sync_req[NODE]);
1285 atomic_dec(&sbi->wb_sync_req[NODE]);
H A Dnode.c1986 if (atomic_read(&sbi->wb_sync_req[NODE]) &&
2135 atomic_inc(&sbi->wb_sync_req[NODE]);
2136 else if (atomic_read(&sbi->wb_sync_req[NODE])) {
2152 atomic_dec(&sbi->wb_sync_req[NODE]);
H A Ddata.c3094 if (atomic_read(&sbi->wb_sync_req[DATA]) &&
3274 atomic_inc(&sbi->wb_sync_req[DATA]);
3275 else if (atomic_read(&sbi->wb_sync_req[DATA])) {
3295 atomic_dec(&sbi->wb_sync_req[DATA]);
H A Dgc.c1013 atomic_inc(&sbi->wb_sync_req[NODE]);
1070 atomic_dec(&sbi->wb_sync_req[NODE]);
H A Dfile.c341 atomic_inc(&sbi->wb_sync_req[NODE]);
343 atomic_dec(&sbi->wb_sync_req[NODE]);
H A Df2fs.h1654 atomic_t wb_sync_req[META]; /* count # of WB_SYNC threads */ member in struct:f2fs_sb_info
H A Dsuper.c3791 atomic_set(&sbi->wb_sync_req[i], 0);

Completed in 190 milliseconds