Searched refs:xattr_buf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h198 * by a variable sized xattr_buf. If the attribute is a hard link
199 * to another attribute, then another xattr_buf section is included
202 * The xattr_buf is used to define the necessary "pathing" steps
216 * | xattr_buf |
257 struct xattr_buf { struct
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c248 struct xattr_buf *xbuf;
277 hsize = namesz + sizeof (struct xattr_hdr) + sizeof (struct xattr_buf);
278 comlen = namesz + sizeof (struct xattr_buf);
325 xbuf = (struct xattr_buf *)(((caddr_t)xhdr) +
H A Dtlm_restore_writer.c1396 struct xattr_buf *xbuf;
1425 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr));
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c598 * by a variable sized xattr_buf. If the attribute is a hard link
599 * to another attribute, then another xattr_buf section is included
602 * The xattr_buf is used to define the necessary "pathing" steps
616 * | xattr_buf |
640 * disk/tape. It includes the variable xattr_buf portion.
653 static struct xattr_buf *xattrp;
654 static struct xattr_buf *xattr_linkp;
8557 struct xattr_buf *tptr; /* ptr to pathing pieces */
8582 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf);
8588 complen = stringlen + sizeof (struct xattr_buf);
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c288 * by a variable sized xattr_buf. If the attribute is a hard link
289 * to another attribute then another xattr_buf section is included
292 * The xattr_buf is used to define the necessary "pathing" steps
306 * | xattr_buf |
329 * xattrp is a pointer to the xattr_buf structure
332 * xattr_linkp is a pointer to another xattr_buf structure that is
338 static struct xattr_buf *xattrp;
339 static struct xattr_buf *xattr_linkp; /* pointer to link info, if any */
4737 * If there is an xattr_buf structure associated with this file,
5961 * If there is an xattr_buf structur
[all...]

Completed in 106 milliseconds