Lines Matching defs:fctx
463 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label,
469 spin_lock(&fctx->lock);
470 old = rcu_dereference_protected(fctx->label,
471 lockdep_is_held(&fctx->lock));
475 rcu_assign_pointer(fctx->label, l);
479 fctx->allow |= request;
481 spin_unlock(&fctx->lock);
588 struct aa_file_ctx *fctx;
596 fctx = file_ctx(file);
599 flabel = rcu_dereference(fctx->label);
609 denied = request & ~fctx->allow;