Lines Matching refs:object_size
115 loff_t object_size; /* Size of the netfs object */ member
252 loff_t object_size) in fscache_acquire_cookie() argument
259 object_size); in fscache_acquire_cookie()
289 const loff_t *object_size) in fscache_unuse_cookie() argument
292 __fscache_unuse_cookie(cookie, aux_data, object_size); in fscache_unuse_cookie()
330 const void *aux_data, const loff_t *object_size) in fscache_update_aux() argument
336 if (object_size) in fscache_update_aux()
337 cookie->object_size = *object_size; in fscache_update_aux()
346 const loff_t *object_size) in __fscache_update_cookie() argument
351 fscache_update_aux(cookie, aux_data, object_size); in __fscache_update_cookie()
372 const loff_t *object_size) in fscache_update_cookie() argument
375 __fscache_update_cookie(cookie, aux_data, object_size); in fscache_update_cookie()