Lines Matching refs:downcall
127 length = new_op->downcall.resp.getxattr.val_sz; in orangefs_inode_getxattr()
145 memcpy(buffer, new_op->downcall.resp.getxattr.val, length); in orangefs_inode_getxattr()
345 total = new_op->downcall.resp.listxattr.returned_count * in orangefs_listxattr()
350 returned_count = new_op->downcall.resp.listxattr.returned_count; in orangefs_listxattr()
364 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
365 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
369 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
373 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
381 if (is_reserved_key(new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
383 new_op->downcall.resp. in orangefs_listxattr()
386 i, new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
389 new_op->downcall.resp.listxattr.key + key_size, in orangefs_listxattr()
390 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
391 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
395 i, new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
398 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
405 token = new_op->downcall.resp.listxattr.token; in orangefs_listxattr()