Home
last modified time | relevance | path

Searched refs:cache_fpl_handled_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cache.c4538 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_negative_promote()
4719 return (cache_fpl_handled_error(fpl, EROFS)); in cache_fplookup_final_modifying()
4724 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying()
4774 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_final_modifying()
4828 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying()
4990 return (cache_fpl_handled_error(fpl, EISDIR)); in cache_fplookup_degenerate()
5037 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_emptypath()
5170 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_noentry()
5352 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_neg()
5453 return (cache_fpl_handled_error(fpl, EACCES)); in cache_fplookup_symlink()
[all …]