Home
last modified time | relevance | path

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

/linux-4.19.296/fs/orangefs/
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()
Dorangefs-kernel.h114 struct orangefs_kernel_op_s { struct
145 static inline void set_op_state_serviced(struct orangefs_kernel_op_s *op) in set_op_state_serviced() argument
158 void op_release(struct orangefs_kernel_op_s *op);
161 static inline void put_cancel(struct orangefs_kernel_op_s *op) in put_cancel()
167 static inline void set_op_state_purged(struct orangefs_kernel_op_s *op) in set_op_state_purged()
296 struct orangefs_kernel_op_s *op_alloc(__s32 type);
297 void orangefs_new_tag(struct orangefs_kernel_op_s *op);
298 char *get_opname_string(struct orangefs_kernel_op_s *new_op);
376 __s32 fsid_of_op(struct orangefs_kernel_op_s *op);
396 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op);
[all …]
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()
209 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) in orangefs_cancel_op_in_progress()
252 orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op) in orangefs_clean_up_interrupted_operation()
320 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op, in wait_for_matching_downcall()
Dnamei.c24 struct orangefs_kernel_op_s *new_op; in orangefs_create()
111 struct orangefs_kernel_op_s *new_op; in orangefs_lookup()
179 struct orangefs_kernel_op_s *new_op; in orangefs_unlink()
227 struct orangefs_kernel_op_s *new_op; in orangefs_symlink()
316 struct orangefs_kernel_op_s *new_op; in orangefs_mkdir()
391 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.c213 struct orangefs_kernel_op_s *op; in purge_inprogress_ops()
214 struct orangefs_kernel_op_s *next; in purge_inprogress_ops()
Dxattr.c67 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_inode_getxattr()
170 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_inode_removexattr()
227 struct orangefs_kernel_op_s *new_op; in orangefs_inode_setxattr()
306 struct orangefs_kernel_op_s *new_op; in orangefs_listxattr()
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()
Dsuper.c152 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_statfs()
233 struct orangefs_kernel_op_s *new_op; in orangefs_remount()
379 struct orangefs_kernel_op_s *op; in orangefs_unmount()
464 struct orangefs_kernel_op_s *new_op; in orangefs_mount()
Dorangefs-utils.c13 __s32 fsid_of_op(struct orangefs_kernel_op_s *op) in fsid_of_op()
279 struct orangefs_kernel_op_s *new_op; in orangefs_inode_getattr()
409 struct orangefs_kernel_op_s *new_op; in orangefs_inode_check_changed()
442 struct orangefs_kernel_op_s *new_op; in orangefs_inode_setattr()
Ddcache.c22 struct orangefs_kernel_op_s *new_op; in orangefs_revalidate_lookup()
Dfile.c21 struct orangefs_kernel_op_s *new_op; in flush_racache()
53 struct orangefs_kernel_op_s *new_op = NULL; in wait_for_direct_io()
624 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_fsync()
Dinode.c152 struct orangefs_kernel_op_s *new_op; in orangefs_setattr_size()
Dorangefs-sysfs.c305 struct orangefs_kernel_op_s *new_op = NULL; in sysfs_service_op_show()
520 struct orangefs_kernel_op_s *new_op = NULL; in sysfs_service_op_store()
Dorangefs-debugfs.c439 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_debug_write()