Searched refs:cache_fpl_handled_error (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_cache.c | 4286 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_negative_promote() 4467 return (cache_fpl_handled_error(fpl, EROFS)); in cache_fplookup_final_modifying() 4472 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying() 4522 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_final_modifying() 4583 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying() 4752 return (cache_fpl_handled_error(fpl, EISDIR)); in cache_fplookup_degenerate() 4801 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_emptypath() 4936 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_noentry() 5112 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_neg() 5211 return (cache_fpl_handled_error(fpl, EACCES)); in cache_fplookup_symlink() [all …]
|