Lines Matching refs:fa_cache
57 nvlist_t *fa_cache; member
73 if (fa->fa_cache == NULL) in fileargs_get_lstat_cache()
76 nvl = dnvlist_get_nvlist(fa->fa_cache, name, NULL); in fileargs_get_lstat_cache()
102 if (fa->fa_cache == NULL) in fileargs_get_fd_cache()
108 nvl = dnvlist_get_nvlist(fa->fa_cache, name, NULL); in fileargs_get_fd_cache()
112 tnvl = nvlist_take_nvlist(fa->fa_cache, name); in fileargs_get_fd_cache()
136 nvlist_destroy(fa->fa_cache); in fileargs_set_cache()
137 fa->fa_cache = nvl; in fileargs_set_cache()
206 fa->fa_cache = NULL; in fileargs_create()
459 nvlist_destroy(fa->fa_cache); in fileargs_free()
482 nvlist_destroy(fa->fa_cache); in fileargs_unwrap()