Searched refs:cachefiles_object (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/cachefiles/ |
D | interface.c | 33 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() 165 struct cachefiles_object *object; in cachefiles_lookup_complete() 167 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() 203 struct cachefiles_object *object; in cachefiles_update_object() 212 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object() [all …]
|
D | internal.h | 19 struct cachefiles_object; 29 struct cachefiles_object { struct 101 struct cachefiles_object *object; 153 struct cachefiles_object *object); 154 extern int cachefiles_walk_to_object(struct cachefiles_object *parent, 155 struct cachefiles_object *object, 231 extern int cachefiles_check_object_type(struct cachefiles_object *object); 232 extern int cachefiles_set_object_xattr(struct cachefiles_object *object, 234 extern int cachefiles_update_object_xattr(struct cachefiles_object *object, 236 extern int cachefiles_check_object_xattr(struct cachefiles_object *object,
|
D | rdwr.c | 28 struct cachefiles_object *object; in cachefiles_read_waiter() 56 struct cachefiles_object, fscache); in cachefiles_read_waiter() 73 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue() 151 struct cachefiles_object *object; in cachefiles_read_copier() 158 struct cachefiles_object, fscache); in cachefiles_read_copier() 225 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one() 395 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() 404 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page() 466 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file() 693 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() [all …]
|
D | namei.c | 31 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object() 82 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object() 83 struct cachefiles_object *xobject) in cachefiles_printk_object() 104 struct cachefiles_object *object; in cachefiles_mark_object_buried() 114 object = rb_entry(p, struct cachefiles_object, active_node); in cachefiles_mark_object_buried() 152 struct cachefiles_object *object) in cachefiles_mark_object_active() 154 struct cachefiles_object *xobject; in cachefiles_mark_object_active() 174 struct cachefiles_object, active_node); in cachefiles_mark_object_active() 419 struct cachefiles_object *object) in cachefiles_delete_object() 464 int cachefiles_walk_to_object(struct cachefiles_object *parent, in cachefiles_walk_to_object() [all …]
|
D | xattr.c | 29 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type() 106 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr() 135 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr() 165 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
|
D | main.c | 45 struct cachefiles_object *object = _object; in cachefiles_object_init_once() 66 sizeof(struct cachefiles_object), in cachefiles_init()
|
D | bind.c | 86 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache()
|