Lines Matching refs:downcall
58 * Note op->downcall.status will contain the status of the operation (in
63 * Returns contents of op->downcall.status for convenience
78 op->downcall.status = 0;
103 op->downcall.status = ret;
153 /* got matching downcall; make sure status is in errno format */
156 op->downcall.status =
157 orangefs_normalize_to_errno(op->downcall.status);
158 ret = op->downcall.status;
162 /* failed to get matching downcall */
175 op->downcall.status = ret;
215 memset(&op->downcall, 0, sizeof(op->downcall));
218 op->downcall.type = ORANGEFS_VFS_OP_INVALID;
219 op->downcall.status = -1;
302 * Sleeps on waitqueue waiting for matching downcall.