Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dxattrtest.c97 static char xattrbytes[XATTR_SIZE_MAX]; variable
485 memcpy(value + shift, xattrbytes, in setxattrs()
486 sizeof (xattrbytes) - shift); in setxattrs()
584 memcpy(verify_value + shift, xattrbytes, in getxattrs()
585 sizeof (xattrbytes) - shift); in getxattrs()
678 size_t rndsz = sizeof (xattrbytes); in main()
680 rc = get_random_bytes(xattrbytes, rndsz); in main()
687 memset(xattrbytes, 'x', sizeof (xattrbytes)); in main()