Lines Matching refs:acceptable
40 * Check if the dentry or any of it's aliases is acceptable.
44 int (*acceptable)(void *context, struct dentry *dentry),
50 if (acceptable(context, result))
60 if (dentry != result && acceptable(context, dentry)) {
448 int (*acceptable)(void *, struct dentry *),
471 if (!acceptable)
489 if (!acceptable(context, result)) {
503 * or any alias for it is acceptable. This is always true
510 alias = find_acceptable_alias(result, acceptable, context);
576 * And finally make sure the dentry is actually acceptable
579 alias = find_acceptable_alias(result, acceptable, context);
596 int (*acceptable)(void *, struct dentry *),
602 acceptable, context);