Home
last modified time | relevance | path

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

/linux/fs/orangefs/
A 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 …]
A 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()
A 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()
A 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()
A 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()
A Dorangefs-mod.c210 struct orangefs_kernel_op_s *op; in purge_inprogress_ops()
211 struct orangefs_kernel_op_s *next; in purge_inprogress_ops()
A 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()
A 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()
A Dsuper.c167 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_statfs()
248 struct orangefs_kernel_op_s *new_op; in orangefs_remount()
396 struct orangefs_kernel_op_s *op; in orangefs_unmount()
481 struct orangefs_kernel_op_s *new_op; in orangefs_mount()
A 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()
A 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()
A Ddcache.c22 struct orangefs_kernel_op_s *new_op; in orangefs_revalidate_lookup()
A 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()
A Dorangefs-debugfs.c399 struct orangefs_kernel_op_s *new_op = NULL; in orangefs_debug_write()
A Dinode.c723 struct orangefs_kernel_op_s *new_op; in orangefs_setattr_size()
/linux/Documentation/filesystems/
A Dorangefs.rst312 The kernel module builds an "op" (struct orangefs_kernel_op_s) when it

Completed in 28 milliseconds