Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/
H A Dlarge_dnode_002_pos.ksh71 xattr_val=$(dd if=/dev/urandom bs=1 count=$xattr_size |
73 log_must setfattr -n $xattr_name -v 0s$xattr_val $file
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c4173 char *xattr_names = NULL, *xattr_val = NULL; in copy_xattrs() local
4210 p = realloc(xattr_val, s); in copy_xattrs()
4217 xattr_val = p; in copy_xattrs()
4218 s = fgetxattr(tmpfd, xattr_names + xattr_i, xattr_val, s, 0, 0); in copy_xattrs()
4225 f = fsetxattr(dffd, xattr_names + xattr_i, xattr_val, s, 0, 0); in copy_xattrs()
4235 free(xattr_val); in copy_xattrs()