| 3987 | "supported and internal flags overlap"); |
| 3988 | |
| 3989 | static bool |
| 3990 | cache_fpl_islastcn(struct nameidata *ndp) |
| 3991 | { |
| 3992 | |
| 3993 | return (*ndp->ni_next == 0); |
| 3994 | } |
| 3995 | |
| 3996 | static bool |
| 3997 | cache_fpl_istrailingslash(struct cache_fpl *fpl) |
no outgoing calls
no test coverage detected