Searched refs:orangefs_kernel_op_s (Results 1 – 16 of 16) sorted by relevance
23 sizeof(struct orangefs_kernel_op_s), in op_cache_initialize()46 char *get_opname_string(struct orangefs_kernel_op_s *new_op) in get_opname_string()107 void orangefs_new_tag(struct orangefs_kernel_op_s *op) in orangefs_new_tag()116 struct orangefs_kernel_op_s *op_alloc(__s32 type) in op_alloc()118 struct orangefs_kernel_op_s *new_op = NULL; in op_alloc()153 void op_release(struct orangefs_kernel_op_s *orangefs_op) in op_release()
107 struct orangefs_kernel_op_s { struct138 static inline void set_op_state_serviced(struct orangefs_kernel_op_s *op) in set_op_state_serviced() argument151 void op_release(struct orangefs_kernel_op_s *op);154 static inline void put_cancel(struct orangefs_kernel_op_s *op) in put_cancel()160 static inline void set_op_state_purged(struct orangefs_kernel_op_s *op) in set_op_state_purged()310 struct orangefs_kernel_op_s *op_alloc(__s32 type);311 void orangefs_new_tag(struct orangefs_kernel_op_s *op);312 char *get_opname_string(struct orangefs_kernel_op_s *new_op);399 __s32 fsid_of_op(struct orangefs_kernel_op_s *op);421 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op);[all …]
20 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op,24 static void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op)36 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops()65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation()207 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) in orangefs_cancel_op_in_progress()250 orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op) in orangefs_clean_up_interrupted_operation()318 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op, in wait_for_matching_downcall()
25 struct orangefs_kernel_op_s *new_op; in orangefs_create()108 struct orangefs_kernel_op_s *new_op; in orangefs_lookup()175 struct orangefs_kernel_op_s *new_op; in orangefs_unlink()222 struct orangefs_kernel_op_s *new_op; in orangefs_symlink()307 struct orangefs_kernel_op_s *new_op; in orangefs_mkdir()379 struct orangefs_kernel_op_s *new_op; in orangefs_rename()
48 static void orangefs_devreq_add_op(struct orangefs_kernel_op_s *op) in orangefs_devreq_add_op()59 static struct orangefs_kernel_op_s *orangefs_devreq_remove_op(__u64 tag) in orangefs_devreq_remove_op()61 struct orangefs_kernel_op_s *op, *next; in orangefs_devreq_remove_op()162 struct orangefs_kernel_op_s *op, *temp; in orangefs_devreq_read()165 struct orangefs_kernel_op_s *cur_op; in orangefs_devreq_read()365 struct orangefs_kernel_op_s *op = NULL; in orangefs_devreq_write_iter()
210 struct orangefs_kernel_op_s *op; in purge_inprogress_ops()211 struct orangefs_kernel_op_s *next; in purge_inprogress_ops()
62 struct orangefs_kernel_op_s *op) in do_readdir()132 struct orangefs_kernel_op_s *op) in parse_readdir()163 struct orangefs_kernel_op_s *op; in orangefs_dir_more()
97 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_inode_getxattr()248 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_inode_removexattr()318 struct orangefs_kernel_op_s *new_op; in orangefs_inode_setxattr()410 struct orangefs_kernel_op_s *new_op; in orangefs_listxattr()
167 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_statfs()249 struct orangefs_kernel_op_s *new_op; in orangefs_remount()396 struct orangefs_kernel_op_s *op; in orangefs_unmount()480 struct orangefs_kernel_op_s *new_op; in orangefs_mount()
23 struct orangefs_kernel_op_s *new_op; in flush_racache()56 struct orangefs_kernel_op_s *new_op = NULL; in wait_for_direct_io()464 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_fsync()
14 __s32 fsid_of_op(struct orangefs_kernel_op_s *op) in fsid_of_op()239 struct orangefs_kernel_op_s *new_op; in orangefs_inode_getattr()387 struct orangefs_kernel_op_s *new_op; in orangefs_inode_check_changed()420 struct orangefs_kernel_op_s *new_op; in orangefs_inode_setattr()
22 struct orangefs_kernel_op_s *new_op; in orangefs_revalidate_lookup()
323 struct orangefs_kernel_op_s *new_op = NULL; in sysfs_service_op_show()538 struct orangefs_kernel_op_s *new_op = NULL; in sysfs_service_op_store()
381 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_debug_write()
700 struct orangefs_kernel_op_s *new_op; in orangefs_setattr_size()
312 The kernel module builds an "op" (struct orangefs_kernel_op_s) when it