Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cachefiles/
Dinterface.c21 static int cachefiles_attr_changed(struct fscache_object *_object);
123 static int cachefiles_lookup_object(struct fscache_object *_object) in cachefiles_lookup_object() argument
131 _enter("{OBJ%x}", _object->debug_id); in cachefiles_lookup_object()
133 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
134 parent = container_of(_object->parent, in cachefiles_lookup_object()
136 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
166 static void cachefiles_lookup_complete(struct fscache_object *_object) in cachefiles_lookup_complete() argument
170 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
186 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object, in cachefiles_grab_object() argument
190 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
[all …]
Dmain.c44 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument
46 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
Drdwr.c968 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) in cachefiles_uncache_page() argument
973 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
/linux-4.19.296/include/rdma/
Duverbs_std_types.h57 #define uobj_get_type(_ufile, _object) \ argument
58 uapi_get_object((_ufile)->device->uapi, _object)
75 #define uobj_get_obj_read(_object, _type, _id, _ufile) \ argument
76 ((struct ib_##_object *)_uobj_get_obj_read( \