Searched refs:service_operation (Results 1 – 12 of 12) sorted by relevance
| /fs/orangefs/ |
| A D | namei.c | 46 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_create() 148 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_lookup() 195 ret = service_operation(new_op, "orangefs_unlink", in orangefs_unlink() 250 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_symlink() 324 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_mkdir() 405 ret = service_operation(new_op, in orangefs_rename()
|
| A D | super.c | 166 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()
|
| 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()
|
| 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() 478 ret = service_operation(new_op, in orangefs_fsync()
|
| 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()
|
| A D | dcache.c | 44 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
|
| A D | waitqueue.c | 65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() function
|
| A D | dir.c | 89 r = service_operation(op, "orangefs_readdir", in do_readdir()
|
| A D | orangefs-kernel.h | 457 int service_operation(struct orangefs_kernel_op_s *op,
|
| A D | orangefs-sysfs.c | 486 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show() 806 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
|
| A D | orangefs-debugfs.c | 501 rc = service_operation(new_op, in orangefs_debug_write()
|
| A D | inode.c | 718 ret = service_operation(new_op, in orangefs_setattr_size()
|
Completed in 23 milliseconds