Searched refs:service_operation (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/orangefs/ |
H A D | namei.c | 47 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_create() 150 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_lookup() 198 ret = service_operation(new_op, "orangefs_unlink", in orangefs_unlink() 255 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_symlink() 330 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_mkdir() 415 ret = service_operation(new_op, in orangefs_rename()
|
H A D | super.c | 187 ret = service_operation(new_op, "orangefs_statfs", flags); in orangefs_statfs() 270 ret = service_operation(new_op, "orangefs_remount", in orangefs_remount() 292 ret = service_operation(new_op, "orangefs_features", in orangefs_remount() 406 r = service_operation(op, "orangefs_fs_umount", 0); in orangefs_unmount() 506 ret = service_operation(new_op, "orangefs_mount", 0); in orangefs_mount() 574 ret = service_operation(new_op, "orangefs_features", 0); in orangefs_mount()
|
H A D | xattr.c | 162 ret = service_operation(new_op, "orangefs_inode_getxattr", in orangefs_inode_getxattr() 276 ret = service_operation(new_op, in orangefs_inode_removexattr() 374 ret = service_operation(new_op, in orangefs_inode_setxattr() 438 ret = service_operation(new_op, __func__, in orangefs_listxattr()
|
H A D | file.c | 36 ret = service_operation(new_op, "orangefs_flush_racache", in flush_racache() 156 ret = service_operation(new_op, in wait_for_direct_io() 476 ret = service_operation(new_op, in orangefs_fsync()
|
H A D | dcache.c | 47 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
|
H A D | orangefs-utils.c | 275 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 D | waitqueue.c | 65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() function
|
H A D | orangefs-kernel.h | 467 int service_operation(struct orangefs_kernel_op_s *op,
|
H A D | dir.c | 89 r = service_operation(op, "orangefs_readdir", in do_readdir()
|
H A D | orangefs-sysfs.c | 493 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show() 814 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
|
H A D | orangefs-debugfs.c | 460 rc = service_operation(new_op, in orangefs_debug_write()
|
H A D | inode.c | 746 ret = service_operation(new_op, in orangefs_setattr_size()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | orangefs.rst | 343 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
|