Lines Matching refs:upcall
152 new_op->upcall.req.getxattr.refn = orangefs_inode->refn;
153 strcpy(new_op->upcall.req.getxattr.key, name);
160 new_op->upcall.req.getxattr.key_sz = strlen(name) + 1;
171 (char *)new_op->upcall.req.getxattr.key);
213 upcall.req.getxattr.key,
215 upcall.req.getxattr.key_sz,
262 new_op->upcall.req.removexattr.refn = orangefs_inode->refn;
268 strcpy(new_op->upcall.req.removexattr.key, name);
269 new_op->upcall.req.removexattr.key_sz = strlen(name) + 1;
273 (char *)new_op->upcall.req.removexattr.key,
274 (int)new_op->upcall.req.removexattr.key_sz);
355 new_op->upcall.req.setxattr.refn = orangefs_inode->refn;
356 new_op->upcall.req.setxattr.flags = internal_flag;
362 strcpy(new_op->upcall.req.setxattr.keyval.key, name);
363 new_op->upcall.req.setxattr.keyval.key_sz = strlen(name) + 1;
364 memcpy(new_op->upcall.req.setxattr.keyval.val, value, size);
365 new_op->upcall.req.setxattr.keyval.val_sz = size;
370 (char *)new_op->upcall.req.setxattr.keyval.key,
371 (int)new_op->upcall.req.setxattr.keyval.key_sz,
434 new_op->upcall.req.listxattr.refn = orangefs_inode->refn;
435 new_op->upcall.req.listxattr.token = token;
436 new_op->upcall.req.listxattr.requested_count =