Home
last modified time | relevance | path

Searched refs:service_operation (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
H A 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()
201 "%s: service_operation returned:%d:\n", 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()
H A 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()
407 gossip_err("orangefs_unmount: service_operation %d\n", r); 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()
H A 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()
H A Dfile.c35 ret = service_operation(new_op, "orangefs_flush_racache", in flush_racache()
155 ret = service_operation(new_op, in wait_for_direct_io()
162 * If service_operation() returns -EAGAIN #and# the operation was in wait_for_direct_io()
562 ret = service_operation(new_op, in orangefs_fsync()
642 * service_operation in orangefs_fsync. in orangefs_flush()
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 Ddcache.c47 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
H A Dwaitqueue.c6 * Changes by Acxiom Corporation to implement generic service_operation()
65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() function
105 "%s: service_operation interrupted.\n", in service_operation()
206 /* This can get called on an I/O op if it had a bad service_operation. */
H A Ddir.c89 r = service_operation(op, "orangefs_readdir", in do_readdir()
H A Dorangefs-sysfs.c341 /* Can't do a service_operation if the client is not running... */ in sysfs_service_op_show()
490 * The service_operation will return an errno return code on in sysfs_service_op_show()
493 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show()
550 /* Can't do a service_operation if the client is not running... */ in sysfs_service_op_store()
811 * The service_operation will return a errno return code on in sysfs_service_op_store()
814 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
H A Dorangefs-kernel.h123 * Cancels don't care - it only matters for service_operation()
456 #define ORANGEFS_OP_INTERRUPTIBLE 1 /* service_operation() is interruptible */
457 #define ORANGEFS_OP_PRIORITY 2 /* service_operation() is high priority */
463 int service_operation(struct orangefs_kernel_op_s *op,
H A Dorangefs-debugfs.c459 /* service_operation returns 0 on success... */ in orangefs_debug_write()
460 rc = service_operation(new_op, in orangefs_debug_write()
466 "%s: service_operation failed! rc:%d:\n", in orangefs_debug_write()
H A Dinode.c787 ret = service_operation(new_op, in orangefs_setattr_size()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dsuper.c187 ret = service_operation(new_op, "orangefs_statfs", flags); in orangefs_statfs()
269 ret = service_operation(new_op, "orangefs_remount", in orangefs_remount()
291 ret = service_operation(new_op, "orangefs_features", in orangefs_remount()
405 r = service_operation(op, "orangefs_fs_umount", 0); in orangefs_unmount()
408 gossip_err("orangefs_unmount: service_operation %d\n", r); in orangefs_unmount()
505 ret = service_operation(new_op, "orangefs_mount", 0); in orangefs_mount()
573 ret = service_operation(new_op, "orangefs_features", 0); in orangefs_mount()
H A Dnamei.c47 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()
202 "%s: service_operation returned:%d:\n", 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 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()
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 Dfile.c36 ret = service_operation(new_op, "orangefs_flush_racache", in flush_racache()
156 ret = service_operation(new_op, in wait_for_direct_io()
163 * If service_operation() returns -EAGAIN #and# the operation was in wait_for_direct_io()
476 ret = service_operation(new_op, in orangefs_fsync()
556 * service_operation in orangefs_fsync. in orangefs_flush()
H A Ddcache.c47 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
H A Dwaitqueue.c6 * Changes by Acxiom Corporation to implement generic service_operation()
65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() function
105 "%s: service_operation interrupted.\n", in service_operation()
206 /* This can get called on an I/O op if it had a bad service_operation. */
H A Ddir.c89 r = service_operation(op, "orangefs_readdir", in do_readdir()
H A Dorangefs-sysfs.c341 /* Can't do a service_operation if the client is not running... */ in sysfs_service_op_show()
490 * The service_operation will return an errno return code on in sysfs_service_op_show()
493 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show()
550 /* Can't do a service_operation if the client is not running... */ in sysfs_service_op_store()
811 * The service_operation will return a errno return code on in sysfs_service_op_store()
814 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
H A Dorangefs-kernel.h125 * Cancels don't care - it only matters for service_operation()
460 #define ORANGEFS_OP_INTERRUPTIBLE 1 /* service_operation() is interruptible */
461 #define ORANGEFS_OP_PRIORITY 2 /* service_operation() is high priority */
467 int service_operation(struct orangefs_kernel_op_s *op,
H A Dorangefs-debugfs.c459 /* service_operation returns 0 on success... */ in orangefs_debug_write()
460 rc = service_operation(new_op, in orangefs_debug_write()
466 "%s: service_operation failed! rc:%d:\n", in orangefs_debug_write()
H A Dinode.c746 ret = service_operation(new_op, in orangefs_setattr_size()

Completed in 18 milliseconds