Searched refs:inline_aux (Results 1 – 2 of 2) sorted by relevance
146 u8 inline_aux[8]; /* - If the aux data is short enough */ member316 if (cookie->aux_len <= sizeof(cookie->inline_aux)) in fscache_get_aux()317 return cookie->inline_aux; in fscache_get_aux()
74 if (cookie->aux_len > sizeof(cookie->inline_aux)) in fscache_free_cookie()351 if (cookie->aux_len <= sizeof(cookie->inline_aux)) { in fscache_alloc_cookie()352 memcpy(cookie->inline_aux, aux_data, cookie->aux_len); in fscache_alloc_cookie()1148 p = auxlen <= sizeof(cookie->inline_aux) ? in fscache_cookies_seq_show()1149 cookie->inline_aux : cookie->aux; in fscache_cookies_seq_show()