| 4391 | } |
| 4392 | |
| 4393 | static int __noinline |
| 4394 | cache_fplookup_modifying(struct cache_fpl *fpl) |
| 4395 | { |
| 4396 | struct nameidata *ndp; |
| 4397 | |
| 4398 | ndp = fpl->ndp; |
| 4399 | |
| 4400 | if (!cache_fpl_islastcn(ndp)) { |
| 4401 | return (cache_fpl_partial(fpl)); |
| 4402 | } |
| 4403 | return (cache_fplookup_final_modifying(fpl)); |
| 4404 | } |
| 4405 | |
| 4406 | static int __noinline |
| 4407 | cache_fplookup_final_withparent(struct cache_fpl *fpl) |
no test coverage detected