Searched defs:object (Results  1 – 9 of 9) sorted by relevance
| /fs/cachefiles/ | 
| D | interface.c | 26 	struct cachefiles_object *object;  in cachefiles_alloc_object()  local 56 void cachefiles_see_object(struct cachefiles_object *object,  in cachefiles_see_object() 66 struct cachefiles_object *cachefiles_grab_object(struct cachefiles_object *object,  in cachefiles_grab_object() 79 void cachefiles_put_object(struct cachefiles_object *object,  in cachefiles_put_object() 114 static int cachefiles_adjust_size(struct cachefiles_object *object)  in cachefiles_adjust_size() 179 	struct cachefiles_object *object;  in cachefiles_lookup_cookie()  local 232 static bool cachefiles_shorten_object(struct cachefiles_object *object,  in cachefiles_shorten_object() 281 	struct cachefiles_object *object = cachefiles_cres_object(cres);  in cachefiles_resize_cookie()  local 308 static void cachefiles_commit_object(struct cachefiles_object *object,  in cachefiles_commit_object() 327 static void cachefiles_clean_up_object(struct cachefiles_object *object,  in cachefiles_clean_up_object() [all …] 
 | 
| D | namei.c | 17 static bool __cachefiles_mark_inode_in_use(struct cachefiles_object *object,  in __cachefiles_mark_inode_in_use() 33 static bool cachefiles_mark_inode_in_use(struct cachefiles_object *object,  in cachefiles_mark_inode_in_use() 47 static void __cachefiles_unmark_inode_in_use(struct cachefiles_object *object,  in __cachefiles_unmark_inode_in_use() 54 static void cachefiles_do_unmark_inode_in_use(struct cachefiles_object *object,  in cachefiles_do_unmark_inode_in_use() 66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object,  in cachefiles_unmark_inode_in_use() 229 			     struct cachefiles_object *object,  in cachefiles_unlink() 265 			   struct cachefiles_object *object,  in cachefiles_bury_object() 416 int cachefiles_delete_object(struct cachefiles_object *object,  in cachefiles_delete_object() 440 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object)  in cachefiles_create_tmpfile() 519 static bool cachefiles_create_file(struct cachefiles_object *object)  in cachefiles_create_file() [all …] 
 | 
| D | ondemand.c | 20 	struct cachefiles_object *object = file->private_data;  in cachefiles_ondemand_fd_release()  local 61 	struct cachefiles_object *object = kiocb->ki_filp->private_data;  in cachefiles_ondemand_fd_write_iter()  local 97 	struct cachefiles_object *object = filp->private_data;  in cachefiles_ondemand_fd_llseek()  local 119 	struct cachefiles_object *object = filp->private_data;  in cachefiles_ondemand_fd_ioctl()  local 296 	struct cachefiles_object *object;  in cachefiles_ondemand_get_fd()  local 380 	struct cachefiles_object *object;  in cachefiles_ondemand_select_req()  local 485 static int cachefiles_ondemand_send_req(struct cachefiles_object *object,  in cachefiles_ondemand_send_req() 612 	struct cachefiles_object *object = req->object;  in cachefiles_ondemand_init_open_req()  local 646 	struct cachefiles_object *object = req->object;  in cachefiles_ondemand_init_close_req()  local 663 	struct cachefiles_object *object = req->object;  in cachefiles_ondemand_init_read_req()  local [all …] 
 | 
| D | io.c | 26 	struct cachefiles_object *object;  member 81 	struct cachefiles_object *object;  in cachefiles_read()  local 202 	struct cachefiles_object *object;  in cachefiles_query_occupancy()  local 258 	struct cachefiles_object *object = ki->object;  in cachefiles_write_complete()  local 280 int __cachefiles_write(struct cachefiles_object *object,  in __cachefiles_write() 382 	struct cachefiles_object *object = NULL;  in cachefiles_do_prepare_read()  local 517 int __cachefiles_prepare_write(struct cachefiles_object *object,  in __cachefiles_prepare_write() 604 	struct cachefiles_object *object = cachefiles_cres_object(cres);  in cachefiles_prepare_write()  local 647 	struct cachefiles_object *object = cachefiles_cres_object(cres);  in cachefiles_issue_write()  local 740 	struct cachefiles_object *object = cachefiles_cres_object(cres);  in cachefiles_begin_operation()  local
  | 
| D | xattr.c | 39 int cachefiles_set_object_xattr(struct cachefiles_object *object)  in cachefiles_set_object_xattr() 100 int cachefiles_check_auxdata(struct cachefiles_object *object, struct file *file)  in cachefiles_check_auxdata() 154 				   struct cachefiles_object *object,  in cachefiles_remove_object_xattr() 190 	struct cachefiles_object *object = cookie->cache_priv;  in cachefiles_prepare_to_write()  local
  | 
| D | internal.h | 58 	struct cachefiles_object	*object;  member 143 	struct cachefiles_object *object;  member 356 static inline int cachefiles_ondemand_init_object(struct cachefiles_object *object)  in cachefiles_ondemand_init_object() 361 static inline void cachefiles_ondemand_clean_object(struct cachefiles_object *object)  in cachefiles_ondemand_clean_object() 365 static inline int cachefiles_ondemand_read(struct cachefiles_object *object,  in cachefiles_ondemand_read() 438 #define cachefiles_io_error_obj(object, FMT, ...)			\  argument
  | 
| D | key.c | 37 bool cachefiles_cook_key(struct cachefiles_object *object)  in cachefiles_cook_key()
  | 
| D | cache.c | 290 	struct cachefiles_object *object;  in cachefiles_withdraw_objects()  local
  | 
| /fs/gfs2/ | 
| D | glock.c | 900 void glock_set_object(struct gfs2_glock *gl, void *object)  in glock_set_object() 921 void glock_clear_object(struct gfs2_glock *gl, void *object)  in glock_clear_object()
  |