| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_sa.c | 204 uint64_t uid, gid, mode, rdev, xattr, parent; local 236 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_XATTR(zfsvfs), NULL, &xattr, 8); 286 if (xattr) 288 NULL, &xattr, 8);
|
| zfs_vfsops.c | 716 boolean_t xattr = B_FALSE; local 768 xattr = B_FALSE; 771 xattr = B_TRUE; 857 xattr_changed_cb(zfsvfs, xattr); 1564 if (error = dsl_prop_get_integer(osname, "xattr", &pval, NULL))
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_xar.c | 234 } xattr; member in struct:file 1476 for (heap = file->xattr.first; heap != NULL; heap = heap->next) { 2011 file->xattr.first = NULL; 2012 file->xattr.last = &(file->xattr.first); 2028 heap = file->xattr.first; 3191 "Can't allocate memory for xattr"); 3203 * Not compression to xattr is simple way. 3214 /* Add heap to the tail of file->xattr. */ 3216 *file->xattr.last = heap [all...] |
| archive_read_support_format_xar.c | 139 struct xattr { struct 140 struct xattr *next; 203 struct xattr *xattr_list; 350 struct xattr *xattr; /* current reading extended attribute. */ member in struct:xar 415 static void xattr_free(struct xattr *); 679 struct xattr *xattr; local 813 xattr = file->xattr_list; 814 while (xattr != NULL) 1818 struct xattr *xattr; local 1840 struct xattr *xattr, **nx; local [all...] |
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 1659 char path[MAXPATHLEN * 2]; /* allow for xattr and failure prefix */ 1661 uint64_t xattr, rdev, gen; local 1749 if (sa_lookup(hdl, sa_attr_table[ZPL_XATTR], &xattr, 1751 (void) printf("\txattr %llu\n", (u_longlong_t)xattr);
|