Lines Matching refs:o_restricted
128 if ( entry && op->o_restricted < entry->action ) {
129 op->o_restricted = entry->action;
133 if ( op->o_restricted < LLOAD_OP_RESTRICTED_WRITE &&
137 op->o_restricted = LLOAD_OP_RESTRICTED_WRITE;
140 if ( op->o_restricted == LLOAD_OP_RESTRICTED_REJECT ) {
180 if ( op->o_restricted < client_restricted ) {
181 op->o_restricted = client_restricted;
256 op->o_restricted >= LLOAD_OP_RESTRICTED_UPSTREAM ) {
278 if ( op->o_restricted > client_restricted ||
281 if ( op->o_restricted > client_restricted ) {
282 client->c_restricted = op->o_restricted;
284 if ( op->o_restricted == LLOAD_OP_RESTRICTED_WRITE ) {
287 if ( op->o_restricted >= LLOAD_OP_RESTRICTED_UPSTREAM ) {
293 } else if ( op->o_restricted >= LLOAD_OP_RESTRICTED_WRITE ) {
336 op->o_restricted = LLOAD_OP_NOT_RESTRICTED;