Home
last modified time | relevance | path

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

/linux-4.19.296/fs/orangefs/
Dnamei.c46 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_create()
152 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_lookup()
200 ret = service_operation(new_op, "orangefs_unlink", in orangefs_unlink()
257 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_symlink()
334 ret = service_operation(new_op, __func__, get_interruptible_flag(dir)); in orangefs_mkdir()
417 ret = service_operation(new_op, in orangefs_rename()
Dsuper.c172 ret = service_operation(new_op, "orangefs_statfs", flags); in orangefs_statfs()
254 ret = service_operation(new_op, "orangefs_remount", in orangefs_remount()
276 ret = service_operation(new_op, "orangefs_features", in orangefs_remount()
388 r = service_operation(op, "orangefs_fs_umount", 0); in orangefs_unmount()
488 ret = service_operation(new_op, "orangefs_mount", 0); in orangefs_mount()
549 ret = service_operation(new_op, "orangefs_features", 0); in orangefs_mount()
Dxattr.c110 ret = service_operation(new_op, "orangefs_inode_getxattr", in orangefs_inode_getxattr()
195 ret = service_operation(new_op, in orangefs_inode_removexattr()
280 ret = service_operation(new_op, in orangefs_inode_setxattr()
334 ret = service_operation(new_op, __func__, in orangefs_listxattr()
Ddcache.c47 err = service_operation(new_op, "orangefs_lookup", in orangefs_revalidate_lookup()
Dfile.c34 ret = service_operation(new_op, "orangefs_flush_racache", in flush_racache()
114 ret = service_operation(new_op, in wait_for_direct_io()
631 ret = service_operation(new_op, in orangefs_fsync()
Dorangefs-utils.c311 ret = service_operation(new_op, __func__, in orangefs_inode_getattr()
422 ret = service_operation(new_op, __func__, in orangefs_inode_check_changed()
454 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.h430 int service_operation(struct orangefs_kernel_op_s *op,
Ddir.c89 r = service_operation(op, "orangefs_readdir", in do_readdir()
Dinode.c184 ret = service_operation(new_op, in orangefs_setattr_size()
Dorangefs-sysfs.c475 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show()
796 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
Dorangefs-debugfs.c518 rc = service_operation(new_op, in orangefs_debug_write()