Lines Matching refs:valuelen
253 int *valuelen, in xfs_attr_rmtval_copyout() argument
263 while (len > 0 && *valuelen > 0) { in xfs_attr_rmtval_copyout()
267 byte_cnt = min(*valuelen, byte_cnt); in xfs_attr_rmtval_copyout()
288 *valuelen -= byte_cnt; in xfs_attr_rmtval_copyout()
301 int *valuelen, in xfs_attr_rmtval_copyin() argument
311 while (len > 0 && *valuelen > 0) { in xfs_attr_rmtval_copyin()
315 byte_cnt = min(*valuelen, byte_cnt); in xfs_attr_rmtval_copyin()
326 ASSERT(*valuelen - byte_cnt == 0); in xfs_attr_rmtval_copyin()
338 *valuelen -= byte_cnt; in xfs_attr_rmtval_copyin()
357 int valuelen; in xfs_attr_rmtval_get() local
367 ASSERT(args->rmtvaluelen == args->valuelen); in xfs_attr_rmtval_get()
369 valuelen = args->rmtvaluelen; in xfs_attr_rmtval_get()
370 while (valuelen > 0) { in xfs_attr_rmtval_get()
379 for (i = 0; (i < nmap) && (valuelen > 0); i++) { in xfs_attr_rmtval_get()
394 &offset, &valuelen, in xfs_attr_rmtval_get()
405 ASSERT(valuelen == 0); in xfs_attr_rmtval_get()
424 int valuelen; in xfs_attr_rmtval_set() local
509 valuelen = args->rmtvaluelen; in xfs_attr_rmtval_set()
510 while (valuelen > 0) { in xfs_attr_rmtval_set()
537 &valuelen, &src); in xfs_attr_rmtval_set()
549 ASSERT(valuelen == 0); in xfs_attr_rmtval_set()