Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Dinterface.c21 static int cachefiles_attr_changed(struct fscache_object *_object);
117 static int cachefiles_lookup_object(struct fscache_object *_object) in cachefiles_lookup_object() argument
125 _enter("{OBJ%x}", _object->debug_id); in cachefiles_lookup_object()
127 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
128 parent = container_of(_object->parent, in cachefiles_lookup_object()
130 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
160 static void cachefiles_lookup_complete(struct fscache_object *_object) in cachefiles_lookup_complete() argument
164 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
180 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object) in cachefiles_grab_object() argument
183 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
[all …]
Dmain.c43 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument
45 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
Drdwr.c955 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) in cachefiles_uncache_page() argument
960 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h42 struct nvif_object *_object = nvif_object(a); \
44 if (likely(_object->map.ptr)) \
45 _data = ioread##b##_native((u8 __iomem *)_object->map.ptr + (c)); \
47 _data = nvif_object_rd(_object, (b) / 8, (c)); \
51 struct nvif_object *_object = nvif_object(a); \
52 if (likely(_object->map.ptr)) \
53 iowrite##b##_native((d), (u8 __iomem *)_object->map.ptr + (c)); \
55 nvif_object_wr(_object, (b) / 8, (c), (d)); \