Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Darchives.h244 struct xattr_hdr { struct
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c247 struct xattr_hdr *xhdr; in output_xattr_header()
277 hsize = namesz + sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in output_xattr_header()
308 xhdr = (struct xattr_hdr *)get_write_buffer(RECORDSIZE, in output_xattr_header()
326 sizeof (struct xattr_hdr)); in output_xattr_header()
H A Dtlm_restore_writer.c1396 struct xattr_hdr *xhdr; in restore_xattr_hdr()
1410 xhdr = (struct xattr_hdr *)get_read_buffer(size, &error, in restore_xattr_hdr()
1426 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr)); in restore_xattr_hdr()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c338 static struct xattr_hdr *xattrhead;
7595 struct xattr_hdr *hptr; /* ptr to header in bufhead */ in prepare_xattr()
7621 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr()
7667 hptr = (struct xattr_hdr *)bufhead; in prepare_xattr()
7691 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr()
7715 sizeof (struct xattr_hdr) + complen); in prepare_xattr()
8270 sizeof (struct xattr_hdr)); in read_xattr_hdr()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c661 static struct xattr_hdr *xattrhead;
8574 struct xattr_hdr *hptr; /* ptr to header in bufhead */ in prepare_xattr_hdr()
8600 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr_hdr()
8642 hptr = (struct xattr_hdr *)bufhead; in prepare_xattr_hdr()
8666 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr_hdr()
8690 sizeof (struct xattr_hdr) + complen); in prepare_xattr_hdr()
8813 sizeof (struct xattr_hdr)); in read_xattr_hdr()