• Home
  • Raw
  • Download

Lines Matching refs:cachefiles_object

27 	struct cachefiles_object *object;  in cachefiles_alloc_object()
122 struct cachefiles_object *parent, *object; in cachefiles_lookup_object()
131 struct cachefiles_object, fscache); in cachefiles_lookup_object()
132 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
164 struct cachefiles_object *object; in cachefiles_lookup_complete()
166 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
185 struct cachefiles_object *object = in cachefiles_grab_object()
186 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
206 struct cachefiles_object *object; in cachefiles_update_object()
216 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object()
263 struct cachefiles_object *object; in cachefiles_drop_object()
271 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_drop_object()
325 struct cachefiles_object *object; in cachefiles_put_object()
331 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_put_object()
407 struct cachefiles_object *object; in cachefiles_check_consistency()
414 object = container_of(op->object, struct cachefiles_object, fscache); in cachefiles_check_consistency()
432 struct cachefiles_object *object; in cachefiles_attr_changed()
445 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_attr_changed()
501 struct cachefiles_object *object; in cachefiles_invalidate_object()
508 object = container_of(op->object, struct cachefiles_object, fscache); in cachefiles_invalidate_object()