Lines Matching full:acceptable
40 * Check if the dentry or any of it's aliases is acceptable.
44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias()
50 if (acceptable(context, result)) in find_acceptable_alias()
60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias()
422 int (*acceptable)(void *, struct dentry *), void *context) in exportfs_decode_fh()
446 if (!acceptable) in exportfs_decode_fh()
464 if (!acceptable(context, result)) { in exportfs_decode_fh()
478 * or any alias for it is acceptable. This is always true in exportfs_decode_fh()
485 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh()
550 * And finally make sure the dentry is actually acceptable in exportfs_decode_fh()
553 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh()