Lines Matching refs:op
55 void fscache_operation_init(struct fscache_operation *op,
60 The op->flags parameter should be set to indicate the CPU time provision and
63 The op->fast_work, op->slow_work and op->processor flags should be set as
66 FSCACHE_OP_WAITING may be set in op->flags prior to each submission of the
88 If this option is to be used, FSCACHE_OP_WAITING must be set in op->flags
92 wait_on_bit(&op->flags, FSCACHE_OP_WAITING,
103 If this option is used, op->fast_work and op->processor must be
106 INIT_WORK(&op->fast_work, do_some_work);
116 If this option is used, op->slow_work and op->processor must be
119 fscache_operation_init_slow(op, processor)
143 generic op embedded within.
149 struct fscache_operation *op);
152 struct fscache_operation *op);
169 void fscache_put_operation(struct fscache_operation *op);
184 op->flags &= ~FSCACHE_OP_TYPE;
185 op->flags |= ~FSCACHE_OP_FAST;
189 void fscache_enqueue_operation(struct fscache_operation *op)
205 struct fscache_storage *op =
206 container_of(_op, struct fscache_storage, op);