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.c4506 #define cache_fpl_handled_error(x, e) cache_fpl_handled_error_impl((x), (e), __LINE__) macro
4611 return (cache_fpl_handled_error(fpl, ENOTDIR)); in cache_fplookup_dirfd()
4629 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_negative_promote()
4810 return (cache_fpl_handled_error(fpl, EROFS)); in cache_fplookup_final_modifying()
4815 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying()
4865 return (cache_fpl_handled_error(fpl, error)); in cache_fplookup_final_modifying()
4919 return (cache_fpl_handled_error(fpl, EEXIST)); in cache_fplookup_final_modifying()
5081 return (cache_fpl_handled_error(fpl, EISDIR)); in cache_fplookup_degenerate()
5128 return (cache_fpl_handled_error(fpl, ENOENT)); in cache_fplookup_emptypath()
5181 return (cache_fpl_handled_error(fpl, ENAMETOOLONG)); in cache_fplookup_noentry()
[all …]