Searched refs:lengths (Results 1 – 2 of 2) sorted by relevance
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()488 listxattr.lengths[i])) { 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()502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member