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 D | large_dnode_002_pos.ksh | 72 xattr_val=$(dd if=/dev/urandom bs=1 count=$xattr_size | 74 log_must setfattr -n $xattr_name -v 0s$xattr_val $file
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 4191 char *xattr_names = NULL, *xattr_val = NULL; in copy_xattrs() local 4228 p = realloc(xattr_val, s); in copy_xattrs() 4235 xattr_val = p; in copy_xattrs() 4236 s = fgetxattr(tmpfd, xattr_names + xattr_i, xattr_val, s, 0, 0); in copy_xattrs() 4243 f = fsetxattr(dffd, xattr_names + xattr_i, xattr_val, s, 0, 0); in copy_xattrs() 4253 free(xattr_val); in copy_xattrs()
|