Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_cookie.c74 if (cookie->aux_len > sizeof(cookie->inline_aux)) in fscache_free_cookie()
343 cookie->aux_len = aux_data_len; in fscache_alloc_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()
354 cookie->aux = kmemdup(aux_data, cookie->aux_len, GFP_KERNEL); in fscache_alloc_cookie()
1138 auxlen = cookie->aux_len; in fscache_cookies_seq_show()
/linux/fs/cachefiles/
H A Dxattr.c44 unsigned int len = object->cookie->aux_len; in cachefiles_set_object_xattr()
106 unsigned int len = object->cookie->aux_len, tlen; in cachefiles_check_auxdata()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c118 size_t aux_len; member
1037 msm_disp_snapshot_add_block(disp_state, msm_dp_display->aux_len, in msm_dp_snapshot()
1318 display->aux_base = msm_dp_ioremap(pdev, 1, &display->aux_len); in msm_dp_display_get_io()
1339 display->aux_len = DP_DEFAULT_AUX_SIZE; in msm_dp_display_get_io()
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst188 u8 aux_len;
227 * ``aux_len`` - The length of the coherency data buffer.