Lines Matching refs:match
314 * match_exception - iterates the exception list trying to find a complete match
317 * @major: device file major number, ~0 to match all
318 * @minor: device file minor number, ~0 to match all
321 * It is considered a complete match if an exception is found that will
349 * match_exception_partial - iterates the exception list trying to find a partial match
352 * @major: device file major number, ~0 to match all
353 * @minor: device file minor number, ~0 to match all
356 * It is considered a partial match if an exception's range is found to
384 * an exception, all its access bits shouldn't match the
407 bool match = false;
423 * that can be acessed, so it can't match any of
426 match = match_exception_partial(&dev_cgroup->exceptions,
432 if (match)
443 match = match_exception(&dev_cgroup->exceptions, refex->type,
447 if (match)
841 /* Can't match any of the exceptions, even partially */
845 /* Need to match completely one exception to be allowed */