Searched refs:n_in_progress (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/fs/fscache/ | 
| D | operation.c | 99 	object->n_in_progress++;  in fscache_run_op() 128 	       object->n_ops, object->n_in_progress, object->n_exclusive);  in fscache_report_unexpected_submission() 162 	ASSERTCMP(object->n_ops, >=, object->n_in_progress);  in fscache_submit_exclusive_op() 185 		if (object->n_in_progress > 0) {  in fscache_submit_exclusive_op() 195 			ASSERTCMP(object->n_in_progress, ==, 0);  in fscache_submit_exclusive_op() 247 	ASSERTCMP(object->n_ops, >=, object->n_in_progress);  in fscache_submit_op() 331 			if (object->n_in_progress > 0)  in fscache_start_operations() 342 	ASSERTCMP(object->n_in_progress, <=, object->n_ops);  in fscache_start_operations() 345 	       object->n_in_progress, object->debug_id);  in fscache_start_operations() 381 		ASSERTCMP(object->n_in_progress, >, 0);  in fscache_cancel_op() [all …] 
 | 
| D | object.c | 310 	object->n_ops = object->n_in_progress = object->n_exclusive = 0;  in fscache_object_init() 574 	if (object->n_in_progress == 0) {  in fscache_object_available() 653 	if (object->n_in_progress == 0) {  in fscache_kill_object() 655 		if (object->n_ops > 0 && object->n_in_progress == 0)  in fscache_kill_object()
  | 
| D | object-list.c | 246 		   obj->n_in_progress,  in fscache_objlist_show()
  | 
| /linux-4.4.14/include/linux/ | 
| D | fscache-cache.h | 343 	int			n_in_progress;	/* number of ops in progress */  member
  | 
| /linux-4.4.14/fs/cachefiles/ | 
| D | namei.c | 44 	       prefix, object->fscache.n_ops, object->fscache.n_in_progress,  in __cachefiles_printk_object()
  |