Lines Matching defs:fctx
462 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label,
468 spin_lock(&fctx->lock);
469 old = rcu_dereference_protected(fctx->label,
470 lockdep_is_held(&fctx->lock));
474 rcu_assign_pointer(fctx->label, l);
478 fctx->allow |= request;
480 spin_unlock(&fctx->lock);
623 struct aa_file_ctx *fctx;
635 fctx = file_ctx(file);
638 flabel = rcu_dereference(fctx->label);
648 denied = request & ~fctx->allow;