Home
last modified time | relevance | path

Searched refs:s_curr_pending (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/exofs/
Dinode.c248 atomic_dec(&pcol->sbi->s_curr_pending); in readpages_done()
359 atomic_inc(&pcol->sbi->s_curr_pending); in read_exec()
528 atomic_dec(&pcol->sbi->s_curr_pending); in writepages_done()
672 atomic_inc(&pcol->sbi->s_curr_pending); in write_exec()
1265 atomic_dec(&sbi->s_curr_pending); in create_done()
1335 atomic_inc(&sbi->s_curr_pending); in exofs_new_inode()
1357 atomic_dec(&args->sbi->s_curr_pending); in updatei_done()
1431 atomic_inc(&sbi->s_curr_pending); in exofs_update_inode()
1460 atomic_dec(&sbi->s_curr_pending); in delete_done()
1508 atomic_inc(&sbi->s_curr_pending); in exofs_evict_inode()
Dsuper.c454 for (num_pend = atomic_read(&sbi->s_curr_pending); num_pend > 0; in exofs_put_super()
455 num_pend = atomic_read(&sbi->s_curr_pending)) { in exofs_put_super()
463 (atomic_read(&sbi->s_curr_pending) == 0), in exofs_put_super()
760 atomic_set(&sbi->s_curr_pending, 0); in exofs_fill_super()
Dexofs.h73 atomic_t s_curr_pending; /* number of pending commands */ member