Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/orangefs/
Dnamei.c46 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_create()
149 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_lookup()
197 ret = service_operation(new_op, "orangefs_unlink", in orangefs_unlink()
253 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_symlink()
327 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_mkdir()
411 ret = service_operation(new_op, in orangefs_rename()
Dsuper.c186 ret = service_operation(new_op, "orangefs_statfs", flags); in orangefs_statfs()
268 ret = service_operation(new_op, "orangefs_remount", in orangefs_remount()
290 ret = service_operation(new_op, "orangefs_features", in orangefs_remount()
404 r = service_operation(op, "orangefs_fs_umount", 0); in orangefs_unmount()
504 ret = service_operation(new_op, "orangefs_mount", 0); in orangefs_mount()
572 ret = service_operation(new_op, "orangefs_features", 0); in orangefs_mount()
Dxattr.c162 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()
Dfile.c35 ret = service_operation(new_op, "orangefs_flush_racache", in flush_racache()
155 ret = service_operation(new_op, in wait_for_direct_io()
562 ret = service_operation(new_op, in orangefs_fsync()
Ddcache.c47 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
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()
Dwaitqueue.c65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() function
Dorangefs-kernel.h463 int service_operation(struct orangefs_kernel_op_s *op,
Ddir.c89 r = service_operation(op, "orangefs_readdir", in do_readdir()
Dorangefs-sysfs.c493 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()
Dorangefs-debugfs.c478 rc = service_operation(new_op, in orangefs_debug_write()
Dinode.c787 ret = service_operation(new_op, in orangefs_setattr_size()
/kernel/linux/linux-5.10/Documentation/filesystems/
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