n_exclusive        41 fs/cachefiles/namei.c 	       object->fscache.n_exclusive);
n_exclusive       241 fs/fscache/object-list.c 		   obj->n_exclusive,
n_exclusive       320 fs/fscache/object.c 	object->n_ops = object->n_in_progress = object->n_exclusive = 0;
n_exclusive       133 fs/fscache/operation.c 	       object->n_ops, object->n_in_progress, object->n_exclusive);
n_exclusive       170 fs/fscache/operation.c 	ASSERTCMP(object->n_ops, >=, object->n_exclusive);
n_exclusive       190 fs/fscache/operation.c 		object->n_exclusive++;	/* reads and writes must wait */
n_exclusive       212 fs/fscache/operation.c 		object->n_exclusive++;	/* reads and writes must wait */
n_exclusive       257 fs/fscache/operation.c 	ASSERTCMP(object->n_ops, >=, object->n_exclusive);
n_exclusive       278 fs/fscache/operation.c 		if (object->n_exclusive > 0) {
n_exclusive       288 fs/fscache/operation.c 			ASSERTCMP(object->n_exclusive, ==, 0);
n_exclusive       387 fs/fscache/operation.c 			object->n_exclusive--;
n_exclusive       394 fs/fscache/operation.c 			object->n_exclusive--;
n_exclusive       403 fs/fscache/operation.c 			object->n_exclusive--;
n_exclusive       440 fs/fscache/operation.c 			object->n_exclusive--;
n_exclusive       463 fs/fscache/operation.c 		    object->n_exclusive, >, 0);
n_exclusive       479 fs/fscache/operation.c 		object->n_exclusive--;
n_exclusive       354 include/linux/fscache-cache.h 	int			n_exclusive;	/* number of exclusive ops queued or in progress */