Home
last modified time | relevance | path

Searched refs:s_pending_errors (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dfserror.c21 refcount_set(&sb->s_pending_errors, 1); in fserror_mount()
31 if (!refcount_dec_and_test(&sb->s_pending_errors)) in fserror_unmount()
32 wait_var_event(&sb->s_pending_errors, in fserror_unmount()
33 refcount_read(&sb->s_pending_errors) < 1); in fserror_unmount()
38 if (refcount_dec_and_test(&sb->s_pending_errors)) in fserror_pending_dec()
39 wake_up_var(&sb->s_pending_errors); in fserror_pending_dec()
88 if (!refcount_inc_not_zero(&sb->s_pending_errors)) in fserror_alloc_event()
/linux/include/linux/fs/
H A Dsuper_types.h276 refcount_t s_pending_errors; member