fscache_operation  405 fs/cachefiles/interface.c static int cachefiles_check_consistency(struct fscache_operation *op)
fscache_operation  499 fs/cachefiles/interface.c static void cachefiles_invalidate_object(struct fscache_operation *op)
fscache_operation  152 fs/cachefiles/rdwr.c static void cachefiles_read_copier(struct fscache_operation *_op)
fscache_operation  891 fs/fscache/cookie.c 	struct fscache_operation *op;
fscache_operation  127 fs/fscache/internal.h 				       struct fscache_operation *);
fscache_operation  129 fs/fscache/internal.h 			     struct fscache_operation *);
fscache_operation  130 fs/fscache/internal.h extern int fscache_cancel_op(struct fscache_operation *, bool);
fscache_operation  141 fs/fscache/internal.h 						 struct fscache_operation *,
fscache_operation  967 fs/fscache/object.c 	struct fscache_operation *op;
fscache_operation   19 fs/fscache/operation.c static void fscache_operation_dummy_cancel(struct fscache_operation *op)
fscache_operation   32 fs/fscache/operation.c 			    struct fscache_operation *op,
fscache_operation   58 fs/fscache/operation.c void fscache_enqueue_operation(struct fscache_operation *op)
fscache_operation   97 fs/fscache/operation.c 			   struct fscache_operation *op)
fscache_operation  116 fs/fscache/operation.c 						 struct fscache_operation *op,
fscache_operation  120 fs/fscache/operation.c 	struct fscache_operation *p;
fscache_operation  155 fs/fscache/operation.c 				struct fscache_operation *op)
fscache_operation  241 fs/fscache/operation.c 		      struct fscache_operation *op)
fscache_operation  332 fs/fscache/operation.c 	struct fscache_operation *op;
fscache_operation  337 fs/fscache/operation.c 				struct fscache_operation, pend_link);
fscache_operation  360 fs/fscache/operation.c int fscache_cancel_op(struct fscache_operation *op,
fscache_operation  421 fs/fscache/operation.c 	struct fscache_operation *op;
fscache_operation  429 fs/fscache/operation.c 				struct fscache_operation, pend_link);
fscache_operation  454 fs/fscache/operation.c void fscache_op_complete(struct fscache_operation *op, bool cancelled)
fscache_operation  493 fs/fscache/operation.c void fscache_put_operation(struct fscache_operation *op)
fscache_operation  563 fs/fscache/operation.c 	struct fscache_operation *op;
fscache_operation  579 fs/fscache/operation.c 				struct fscache_operation, pend_link);
fscache_operation  617 fs/fscache/operation.c 	struct fscache_operation *op =
fscache_operation  618 fs/fscache/operation.c 		container_of(work, struct fscache_operation, work);
fscache_operation  187 fs/fscache/page.c static void fscache_attr_changed_op(struct fscache_operation *op)
fscache_operation  215 fs/fscache/page.c 	struct fscache_operation *op;
fscache_operation  271 fs/fscache/page.c static void fscache_do_cancel_retrieval(struct fscache_operation *_op)
fscache_operation  282 fs/fscache/page.c static void fscache_release_retrieval_op(struct fscache_operation *_op)
fscache_operation  374 fs/fscache/page.c 					  struct fscache_operation *op,
fscache_operation  780 fs/fscache/page.c static void fscache_release_write_op(struct fscache_operation *_op)
fscache_operation  788 fs/fscache/page.c static void fscache_write_op(struct fscache_operation *_op)
fscache_operation   26 include/linux/fscache-cache.h struct fscache_operation;
fscache_operation   83 include/linux/fscache-cache.h typedef void (*fscache_operation_release_t)(struct fscache_operation *op);
fscache_operation   84 include/linux/fscache-cache.h typedef void (*fscache_operation_processor_t)(struct fscache_operation *op);
fscache_operation   85 include/linux/fscache-cache.h typedef void (*fscache_operation_cancel_t)(struct fscache_operation *op);
fscache_operation  131 include/linux/fscache-cache.h extern void fscache_enqueue_operation(struct fscache_operation *);
fscache_operation  132 include/linux/fscache-cache.h extern void fscache_op_complete(struct fscache_operation *, bool);
fscache_operation  133 include/linux/fscache-cache.h extern void fscache_put_operation(struct fscache_operation *);
fscache_operation  135 include/linux/fscache-cache.h 				   struct fscache_operation *,
fscache_operation  144 include/linux/fscache-cache.h 	struct fscache_operation op;
fscache_operation  218 include/linux/fscache-cache.h 	struct fscache_operation op;
fscache_operation  253 include/linux/fscache-cache.h 	int (*check_consistency)(struct fscache_operation *op);
fscache_operation  259 include/linux/fscache-cache.h 	void (*invalidate_object)(struct fscache_operation *op);
fscache_operation  431 include/trace/events/fscache.h 	    TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
fscache_operation  438 include/trace/events/fscache.h 		    __field(struct fscache_operation *,	op		)
fscache_operation  455 include/trace/events/fscache.h 		     struct fscache_operation *op, enum fscache_page_op_trace what),
fscache_operation  462 include/trace/events/fscache.h 		    __field(struct fscache_operation *,	op		)
fscache_operation  481 include/trace/events/fscache.h 		     struct fscache_operation *op, int ret),
fscache_operation  488 include/trace/events/fscache.h 		    __field(struct fscache_operation *,	op		)
fscache_operation  504 include/trace/events/fscache.h 	    TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
fscache_operation  511 include/trace/events/fscache.h 		    __field(struct fscache_operation *,	op		)