Home
last modified time | relevance | path

Searched refs:orangefs_kernel_op_s (Results 1 – 15 of 15) sorted by relevance

/fs/orangefs/
Dorangefs-kernel.h117 struct orangefs_kernel_op_s { struct
148 static inline void set_op_state_serviced(struct orangefs_kernel_op_s *op) in set_op_state_serviced() argument
161 void op_release(struct orangefs_kernel_op_s *op);
164 static inline void put_cancel(struct orangefs_kernel_op_s *op) in put_cancel()
170 static inline void set_op_state_purged(struct orangefs_kernel_op_s *op) in set_op_state_purged()
320 struct orangefs_kernel_op_s *op_alloc(__s32 type);
321 void orangefs_new_tag(struct orangefs_kernel_op_s *op);
322 char *get_opname_string(struct orangefs_kernel_op_s *new_op);
408 __s32 fsid_of_op(struct orangefs_kernel_op_s *op);
430 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op);
[all …]
Dorangefs-cache.c23 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()
Dwaitqueue.c20 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()
Dnamei.c25 struct orangefs_kernel_op_s *new_op; in orangefs_create()
109 struct orangefs_kernel_op_s *new_op; in orangefs_lookup()
177 struct orangefs_kernel_op_s *new_op; in orangefs_unlink()
225 struct orangefs_kernel_op_s *new_op; in orangefs_symlink()
312 struct orangefs_kernel_op_s *new_op; in orangefs_mkdir()
385 struct orangefs_kernel_op_s *new_op; in orangefs_rename()
Ddevorangefs-req.c48 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()
Dorangefs-mod.c211 struct orangefs_kernel_op_s *op; in purge_inprogress_ops()
212 struct orangefs_kernel_op_s *next; in purge_inprogress_ops()
Ddir.c63 struct orangefs_kernel_op_s *op) in do_readdir()
132 struct orangefs_kernel_op_s *op) in parse_readdir()
164 struct orangefs_kernel_op_s *op; in orangefs_dir_more()
Dxattr.c97 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()
Dsuper.c166 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_statfs()
247 struct orangefs_kernel_op_s *new_op; in orangefs_remount()
395 struct orangefs_kernel_op_s *op; in orangefs_unmount()
480 struct orangefs_kernel_op_s *new_op; in orangefs_mount()
Dorangefs-utils.c14 __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()
Dfile.c22 struct orangefs_kernel_op_s *new_op; in flush_racache()
55 struct orangefs_kernel_op_s *new_op = NULL; in wait_for_direct_io()
447 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_fsync()
Ddcache.c22 struct orangefs_kernel_op_s *new_op; in orangefs_revalidate_lookup()
Dorangefs-sysfs.c323 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()
Dorangefs-debugfs.c381 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_debug_write()
Dinode.c723 struct orangefs_kernel_op_s *new_op; in orangefs_setattr_size()