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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c135 struct xattr { struct
136 struct xattr *next;
196 struct xattr *xattr_list;
345 struct xattr *xattr; /* current reading extended attribute. */ member in struct:xar
402 static void xattr_free(struct xattr *);
637 struct xattr *xattr; local
708 xattr = file->xattr_list;
709 while (xattr !
1703 struct xattr *xattr; local
1725 struct xattr *xattr, **nx; local
1747 xattr_free(struct xattr *xattr) argument
[all...]
H A Darchive_read_disk_entry_from_file.c46 #include <sys/xattr.h>
52 #include <attr/xattr.h>
H A Darchive_write_disk.c40 #include <sys/xattr.h>
43 #include <attr/xattr.h>
/netbsd-6-1-5-RELEASE/sys/sys/
H A DMakefile43 wait.h wapbl.h wapbl_replay.h wdog.h xattr.h
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c518 int xattr, do_xattr = B_FALSE; local
570 xattr = B_FALSE;
573 xattr = B_TRUE;
615 "xattr", xattr_changed_cb, zfsvfs);
649 xattr_changed_cb(zfsvfs, xattr);
664 (void) dsl_prop_unregister(ds, "xattr", xattr_changed_cb, zfsvfs);
1233 if (error = dsl_prop_get_integer(osname, "xattr", &pval, NULL))
1274 VERIFY(dsl_prop_unregister(ds, "xattr", xattr_changed_cb,
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dwrite.c39 #include <attr/xattr.h>
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_xattr.c84 #include <sys/xattr.h>
264 ktrkuser("xattr-name", (void *)__UNCONST(attrname), strlen(attrname));
265 ktrkuser("xattr-val", __UNCONST(data), nbytes);
319 ktrkuser("xattr-name", (void *)__UNCONST(attrname), strlen(attrname));
328 ktrkuser("xattr-val", data, cnt);
350 ktrkuser("xattr-name", (void *)__UNCONST(attrname), strlen(attrname));
406 ktrkuser("xattr-list", data, cnt);
769 * Linux-compatible <sys/xattr.h> API for file system extended attributes
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/
H A DMakefile.files390 xattr.o \

Completed in 196 milliseconds