Lines Matching refs:object_size
115 loff_t object_size; /* Size of the netfs object */ member
249 loff_t object_size) in fscache_acquire_cookie() argument
256 object_size); in fscache_acquire_cookie()
286 const loff_t *object_size) in fscache_unuse_cookie() argument
289 __fscache_unuse_cookie(cookie, aux_data, object_size); in fscache_unuse_cookie()
327 const void *aux_data, const loff_t *object_size) in fscache_update_aux() argument
333 if (object_size) in fscache_update_aux()
334 cookie->object_size = *object_size; in fscache_update_aux()
343 const loff_t *object_size) in __fscache_update_cookie() argument
348 fscache_update_aux(cookie, aux_data, object_size); in __fscache_update_cookie()
369 const loff_t *object_size) in fscache_update_cookie() argument
372 __fscache_update_cookie(cookie, aux_data, object_size); in fscache_update_cookie()