Lines Matching refs:valuelen
273 int *valuelen, in xfs_attr_rmtval_copyout() argument
283 while (len > 0 && *valuelen > 0) { in xfs_attr_rmtval_copyout()
287 byte_cnt = min(*valuelen, byte_cnt); in xfs_attr_rmtval_copyout()
308 *valuelen -= byte_cnt; in xfs_attr_rmtval_copyout()
321 int *valuelen, in xfs_attr_rmtval_copyin() argument
331 while (len > 0 && *valuelen > 0) { in xfs_attr_rmtval_copyin()
335 byte_cnt = min(*valuelen, byte_cnt); in xfs_attr_rmtval_copyin()
346 ASSERT(*valuelen - byte_cnt == 0); in xfs_attr_rmtval_copyin()
358 *valuelen -= byte_cnt; in xfs_attr_rmtval_copyin()
377 int valuelen; in xfs_attr_rmtval_get() local
387 ASSERT(args->rmtvaluelen == args->valuelen); in xfs_attr_rmtval_get()
389 valuelen = args->rmtvaluelen; in xfs_attr_rmtval_get()
390 while (valuelen > 0) { in xfs_attr_rmtval_get()
399 for (i = 0; (i < nmap) && (valuelen > 0); i++) { in xfs_attr_rmtval_get()
415 &offset, &valuelen, in xfs_attr_rmtval_get()
426 ASSERT(valuelen == 0); in xfs_attr_rmtval_get()
445 int valuelen; in xfs_attr_rmtval_set() local
515 valuelen = args->rmtvaluelen; in xfs_attr_rmtval_set()
516 while (valuelen > 0) { in xfs_attr_rmtval_set()
542 &valuelen, &src); in xfs_attr_rmtval_set()
554 ASSERT(valuelen == 0); in xfs_attr_rmtval_set()