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

/illumos-gate/usr/src/head/
H A Darchives.h211 * | xattr_hdr |
246 struct xattr_hdr { struct
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c247 struct xattr_hdr *xhdr;
277 hsize = namesz + sizeof (struct xattr_hdr) + sizeof (struct xattr_buf);
303 NDMP_LOG(LOG_DEBUG, "xattr_hdr: %s size %d mode %06o uid %d gid %d",
308 xhdr = (struct xattr_hdr *)get_write_buffer(RECORDSIZE,
326 sizeof (struct xattr_hdr));
H A Dtlm_restore_writer.c1395 struct xattr_hdr *xhdr;
1409 xhdr = (struct xattr_hdr *)get_read_buffer(size, &error,
1425 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr));
1462 NDMP_LOG(LOG_DEBUG, "xattr_hdr: %s size %d mode %06o uid %d gid %d",
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c611 * | xattr_hdr |
652 static struct xattr_hdr *xattrhead;
8556 struct xattr_hdr *hptr; /* ptr to header in bufhead */
8582 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf);
8624 hptr = (struct xattr_hdr *)bufhead;
8648 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr));
8672 sizeof (struct xattr_hdr) + complen);
8795 sizeof (struct xattr_hdr));
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c301 * | xattr_hdr |
327 * xattrhead is a pointer to the xattr_hdr
337 static struct xattr_hdr *xattrhead;
7594 struct xattr_hdr *hptr; /* ptr to header in bufhead */
7620 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf);
7666 hptr = (struct xattr_hdr *)bufhead;
7690 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr));
7714 sizeof (struct xattr_hdr) + complen);
8269 sizeof (struct xattr_hdr));

Completed in 107 milliseconds