Searched refs:cache_fpl_handled_error (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_cache.c | 4471 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_negative_promote() 4652 return (cache_fpl_handled_error(fpl, EROFS)); in cache_fplookup_final_modifying() 4657 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying() 4707 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_final_modifying() 4761 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying() 4923 return (cache_fpl_handled_error(fpl, EISDIR)); in cache_fplookup_degenerate() 4970 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_emptypath() 5103 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_noentry() 5285 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_neg() 5386 return (cache_fpl_handled_error(fpl, EACCES)); in cache_fplookup_symlink() [all …]
|