Lines Matching refs:fa_cache
54 nvlist_t *fa_cache; member
70 if (fa->fa_cache == NULL) in fileargs_get_lstat_cache()
73 nvl = dnvlist_get_nvlist(fa->fa_cache, name, NULL); in fileargs_get_lstat_cache()
99 if (fa->fa_cache == NULL) in fileargs_get_fd_cache()
105 nvl = dnvlist_get_nvlist(fa->fa_cache, name, NULL); in fileargs_get_fd_cache()
109 tnvl = nvlist_take_nvlist(fa->fa_cache, name); in fileargs_get_fd_cache()
133 nvlist_destroy(fa->fa_cache); in fileargs_set_cache()
134 fa->fa_cache = nvl; in fileargs_set_cache()
203 fa->fa_cache = NULL; in fileargs_create()
455 nvlist_destroy(fa->fa_cache); in fileargs_free()
478 nvlist_destroy(fa->fa_cache); in fileargs_unwrap()