Searched refs:xattr (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiossmap.c46 uint32_t xattr; /* Extended attribute from ACPI 3.0 */ member in struct:smap_buf
87 next->xattr = buf.xattr;
107 smapattr[n++] = cur->xattr &
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c137 struct xattr { struct
138 struct xattr *next;
198 struct xattr *xattr_list;
348 struct xattr *xattr; /* current reading extended attribute. */ member in struct:xar
412 static void xattr_free(struct xattr *);
663 struct xattr *xattr; local
791 xattr = file->xattr_list;
792 while (xattr !
1828 struct xattr *xattr; local
1850 struct xattr *xattr, **nx; local
1876 xattr_free(struct xattr *xattr) argument
[all...]
H A Darchive_write_set_format_xar.c211 } xattr; member in struct:file
1380 for (heap = file->xattr.first; heap != NULL; heap = heap->next) {
1910 file->xattr.first = NULL;
1911 file->xattr.last = &(file->xattr.first);
1927 heap = file->xattr.first;
3075 "Can't allocate memory for xattr");
3087 * Not compression to xattr is simple way.
3098 /* Add heap to the tail of file->xattr. */
3100 *file->xattr
[all...]
H A Darchive_read_disk_entry_from_file.c53 #include <sys/xattr.h>
55 #include <attr/xattr.h>
H A Darchive_write_disk_posix.c43 #include <sys/xattr.h>
45 #include <attr/xattr.h>
307 #define CMP_XATTR 3/* Compressed data in xattr. */
847 * file does not have "com.apple.decmpfs" xattr the flag is ignored.
898 "Cannot restore xattr:%s", DECMPFS_XATTR_NAME);
955 "Cannot restore xattr: %s at %u pos %u bytes",
1163 * data to decmpfs xattr instead of the resource fork.
1176 * - Write the decmpfs xattr.
1241 * - Write the decmpfs xattr.
3346 "Failed to read metadata(xattr)");
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c205 uint64_t uid, gid, mode, rdev, xattr, parent; local
242 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_XATTR(zfsvfs), NULL, &xattr, 8);
292 if (xattr)
294 NULL, &xattr, 8);
H A Dzfs_vfsops.c403 boolean_t xattr = B_FALSE; local
455 xattr = B_FALSE;
458 xattr = B_TRUE;
538 xattr_changed_cb(zfsvfs, xattr);
1212 if (error = dsl_prop_get_integer(osname, "xattr", &pval, NULL))
1257 VERIFY(dsl_prop_unregister(ds, "xattr", xattr_changed_cb,
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_mac_metadata.c33 #include <sys/xattr.h>
129 failure("'%s' should have decompfs xattr", "file3");
H A Dtest_write_disk_appledouble.c33 #include <sys/xattr.h>
136 failure("'%s' should have decompfs xattr", "file3");
H A Dtest_write_disk_hfs_compression.c30 #include <sys/xattr.h>
158 failure("'%s' should have decompfs xattr", "file1");
167 failure("'%s' should have decompfs xattr", "README");
176 failure("'%s' should have decompfs xattr", "NEWS");
188 failure("'%s' should have decompfs xattr", "Makefile");
H A Dtest_write_disk_no_hfs_compression.c30 #include <sys/xattr.h>
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_dummy.c159 linux_ ## s ## xattr( \
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_dummy.c150 linux_ ## s ## xattr( \
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dwrite.c37 #include <attr/xattr.h>
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1391 char path[MAXPATHLEN * 2]; /* allow for xattr and failure prefix */
1393 uint64_t xattr, rdev, gen; local
1481 if (sa_lookup(hdl, sa_attr_table[ZPL_XATTR], &xattr,
1483 (void) printf("\txattr %llu\n", (u_longlong_t)xattr);

Completed in 149 milliseconds