Lines Matching refs:match
315 * match_exception - iterates the exception list trying to find a complete match
318 * @major: device file major number, ~0 to match all
319 * @minor: device file minor number, ~0 to match all
322 * It is considered a complete match if an exception is found that will
350 * match_exception_partial - iterates the exception list trying to find a partial match
353 * @major: device file major number, ~0 to match all
354 * @minor: device file minor number, ~0 to match all
357 * It is considered a partial match if an exception's range is found to
385 * an exception, all its access bits shouldn't match the
408 bool match = false;
424 * that can be accessed, so it can't match any of
427 match = match_exception_partial(&dev_cgroup->exceptions,
433 if (match)
444 match = match_exception(&dev_cgroup->exceptions, refex->type,
448 if (match)
841 /* Can't match any of the exceptions, even partially */
845 /* Need to match completely one exception to be allowed */