Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Darchives.h257 struct xattr_buf { struct
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c248 struct xattr_buf *xbuf; in output_xattr_header()
277 hsize = namesz + sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in output_xattr_header()
278 comlen = namesz + sizeof (struct xattr_buf); in output_xattr_header()
325 xbuf = (struct xattr_buf *)(((caddr_t)xhdr) + in output_xattr_header()
H A Dtlm_restore_writer.c1396 struct xattr_buf *xbuf; in restore_xattr_hdr()
1425 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr)); in restore_xattr_hdr()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c345 static struct xattr_buf *xattrp;
346 static struct xattr_buf *xattr_linkp; /* pointer to link info, if any */
7552 struct xattr_buf *tptr; /* ptr to pathing pieces */ in prepare_xattr()
7577 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr()
7583 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr()
7597 linklen = linkstringlen + sizeof (struct xattr_buf); in prepare_xattr()
7647 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr()
7670 tptr = (struct xattr_buf *)(bufhead + in prepare_xattr()
8227 xattrp = (struct xattr_buf *)(((char *)xattrhead) + in read_xattr_hdr()
8231 xattr_linkp = (struct xattr_buf *) in read_xattr_hdr()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c653 static struct xattr_buf *xattrp;
654 static struct xattr_buf *xattr_linkp;
8557 struct xattr_buf *tptr; /* ptr to pathing pieces */ in prepare_xattr_hdr()
8582 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr_hdr()
8588 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr_hdr()
8602 linklen = linkstringlen + sizeof (struct xattr_buf); in prepare_xattr_hdr()
8648 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr_hdr()
8671 tptr = (struct xattr_buf *)(bufhead + in prepare_xattr_hdr()
8794 xattrp = (struct xattr_buf *)(((char *)xattrhead) + in read_xattr_hdr()
8798 xattr_linkp = (struct xattr_buf *)((int)xattrp + (int)comp_len); in read_xattr_hdr()