Home
last modified time | relevance | path

Searched refs:xattrbytes (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c98 static char xattrbytes[XATTR_SIZE_MAX]; variable
488 memcpy(value + shift, xattrbytes, in setxattrs()
489 sizeof (xattrbytes) - shift); in setxattrs()
587 memcpy(verify_value + shift, xattrbytes, in getxattrs()
588 sizeof (xattrbytes) - shift); in getxattrs()
681 size_t rndsz = sizeof (xattrbytes); in main()
683 rc = get_random_bytes(xattrbytes, rndsz); in main()
690 memset(xattrbytes, 'x', sizeof (xattrbytes)); in main()