Lines Matching refs:listxattr
434 new_op->upcall.req.listxattr.refn = orangefs_inode->refn; in orangefs_listxattr()
435 new_op->upcall.req.listxattr.token = token; in orangefs_listxattr()
436 new_op->upcall.req.listxattr.requested_count = in orangefs_listxattr()
449 total = new_op->downcall.resp.listxattr.returned_count * in orangefs_listxattr()
454 returned_count = new_op->downcall.resp.listxattr.returned_count; in orangefs_listxattr()
468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
485 if (is_reserved_key(new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
488 listxattr.lengths[i])) { in orangefs_listxattr()
490 i, new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
493 new_op->downcall.resp.listxattr.key + key_size, in orangefs_listxattr()
494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
499 i, new_op->downcall.resp.listxattr.key + in orangefs_listxattr()
502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
509 token = new_op->downcall.resp.listxattr.token; in orangefs_listxattr()