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

/linux-master/fs/orangefs/
H A Dnamei.c47 ret = service_operation(new_op, __func__, get_interruptible_flag(dir));
150 ret = service_operation(new_op, __func__, get_interruptible_flag(dir));
198 ret = service_operation(new_op, "orangefs_unlink",
202 "%s: service_operation returned:%d:\n",
255 ret = service_operation(new_op, __func__, get_interruptible_flag(dir));
330 ret = service_operation(new_op, __func__, get_interruptible_flag(dir));
415 ret = service_operation(new_op,
H A Ddcache.c47 err = service_operation(new_op, "orangefs_lookup",
H A Dsuper.c187 ret = service_operation(new_op, "orangefs_statfs", flags);
269 ret = service_operation(new_op, "orangefs_remount",
291 ret = service_operation(new_op, "orangefs_features",
405 r = service_operation(op, "orangefs_fs_umount", 0);
408 gossip_err("orangefs_unmount: service_operation %d\n", r);
505 ret = service_operation(new_op, "orangefs_mount", 0);
573 ret = service_operation(new_op, "orangefs_features", 0);
H A Dxattr.c162 ret = service_operation(new_op, "orangefs_inode_getxattr",
276 ret = service_operation(new_op,
374 ret = service_operation(new_op,
438 ret = service_operation(new_op, __func__,
H A Dfile.c36 ret = service_operation(new_op, "orangefs_flush_racache",
156 ret = service_operation(new_op,
163 * If service_operation() returns -EAGAIN #and# the operation was
476 ret = service_operation(new_op,
556 * service_operation in orangefs_fsync.
H A Dorangefs-utils.c275 ret = service_operation(new_op, __func__,
400 ret = service_operation(new_op, __func__,
441 ret = service_operation(new_op, __func__,
H A Dwaitqueue.c6 * Changes by Acxiom Corporation to implement generic service_operation()
65 int service_operation(struct orangefs_kernel_op_s *op, function
105 "%s: service_operation interrupted.\n",
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",
H A Dorangefs-kernel.h115 * Cancels don't care - it only matters for service_operation()
450 #define ORANGEFS_OP_INTERRUPTIBLE 1 /* service_operation() is interruptible */
451 #define ORANGEFS_OP_PRIORITY 2 /* service_operation() is high priority */
457 int service_operation(struct orangefs_kernel_op_s *op,
H A Dorangefs-sysfs.c341 /* Can't do a service_operation if the client is not running... */
490 * The service_operation will return an errno return code on
493 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE);
550 /* Can't do a service_operation if the client is not running... */
811 * The service_operation will return a errno return code on
814 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE);
H A Dorangefs-debugfs.c459 /* service_operation returns 0 on success... */
460 rc = service_operation(new_op,
466 "%s: service_operation failed! rc:%d:\n",
H A Dinode.c746 ret = service_operation(new_op,

Completed in 229 milliseconds