Lines Matching refs:valuelen
254 int *valuelen, in xfs_attr_rmtval_copyout() argument
264 while (len > 0 && *valuelen > 0) { in xfs_attr_rmtval_copyout()
268 byte_cnt = min(*valuelen, byte_cnt); in xfs_attr_rmtval_copyout()
289 *valuelen -= byte_cnt; in xfs_attr_rmtval_copyout()
302 int *valuelen, in xfs_attr_rmtval_copyin() argument
312 while (len > 0 && *valuelen > 0) { in xfs_attr_rmtval_copyin()
316 byte_cnt = min(*valuelen, byte_cnt); in xfs_attr_rmtval_copyin()
327 ASSERT(*valuelen - byte_cnt == 0); in xfs_attr_rmtval_copyin()
339 *valuelen -= byte_cnt; in xfs_attr_rmtval_copyin()
358 int valuelen; in xfs_attr_rmtval_get() local
368 ASSERT(args->rmtvaluelen == args->valuelen); in xfs_attr_rmtval_get()
370 valuelen = args->rmtvaluelen; in xfs_attr_rmtval_get()
371 while (valuelen > 0) { in xfs_attr_rmtval_get()
380 for (i = 0; (i < nmap) && (valuelen > 0); i++) { in xfs_attr_rmtval_get()
395 &offset, &valuelen, in xfs_attr_rmtval_get()
406 ASSERT(valuelen == 0); in xfs_attr_rmtval_get()
425 int valuelen; in xfs_attr_rmtval_set() local
510 valuelen = args->rmtvaluelen; in xfs_attr_rmtval_set()
511 while (valuelen > 0) { in xfs_attr_rmtval_set()
538 &valuelen, &src); in xfs_attr_rmtval_set()
550 ASSERT(valuelen == 0); in xfs_attr_rmtval_set()