Home
last modified time | relevance | path

Searched refs:service_operation (Results 1 – 12 of 12) sorted by relevance

/linux/fs/orangefs/
H A Dnamei.c45 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_create()
147 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_lookup()
194 ret = service_operation(new_op, "orangefs_unlink", in orangefs_unlink()
247 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_symlink()
320 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_mkdir()
401 ret = service_operation(new_op, in orangefs_rename()
H A Dsuper.c166 ret = service_operation(new_op, "orangefs_statfs", flags); in orangefs_statfs()
258 ret = service_operation(new_op, "orangefs_remount", in orangefs_remount()
280 ret = service_operation(new_op, "orangefs_features", in orangefs_remount()
392 r = service_operation(op, "orangefs_fs_umount", 0); in orangefs_unmount()
478 ret = service_operation(new_op, "orangefs_mount", 0); in orangefs_get_tree()
535 ret = service_operation(new_op, "orangefs_features", 0); in orangefs_get_tree()
H A Dxattr.c164 ret = service_operation(new_op, "orangefs_inode_getxattr", in orangefs_inode_getxattr()
278 ret = service_operation(new_op, in orangefs_inode_removexattr()
376 ret = service_operation(new_op, in orangefs_inode_setxattr()
440 ret = service_operation(new_op, __func__, in orangefs_listxattr()
H A Dfile.c36 ret = service_operation(new_op, "orangefs_flush_racache", in flush_racache()
156 ret = service_operation(new_op, in wait_for_direct_io()
478 ret = service_operation(new_op, in orangefs_fsync()
H A Ddcache.c44 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
H A Dorangefs-utils.c275 ret = service_operation(new_op, __func__, in orangefs_inode_getattr()
400 ret = service_operation(new_op, __func__, in orangefs_inode_check_changed()
441 ret = service_operation(new_op, __func__, in orangefs_inode_setattr()
H A Dwaitqueue.c65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() function
H A Ddir.c89 r = service_operation(op, "orangefs_readdir", in do_readdir()
H A Dorangefs-kernel.h457 int service_operation(struct orangefs_kernel_op_s *op,
H A Dorangefs-debugfs.c500 rc = service_operation(new_op, in orangefs_debug_write()
H A Dinode.c718 ret = service_operation(new_op, in orangefs_setattr_size()
/linux/Documentation/filesystems/
H A Dorangefs.rst343 passed to the "service_operation" function.
368 and back to service_operation through wait_for_matching_downcall.
380 Ops that pass through service_operation during a "dead spell" can timeout