Searched refs:xattr_buf (Results 1 – 5 of 5) sorted by relevance
255 struct xattr_buf { struct
248 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()
1397 struct xattr_buf *xbuf; in restore_xattr_hdr()1426 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr)); in restore_xattr_hdr()
340 static struct xattr_buf *xattrp;341 static struct xattr_buf *xattr_linkp; /* pointer to link info, if any */7609 struct xattr_buf *tptr; /* ptr to pathing pieces */ in prepare_xattr()7634 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr()7640 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr()7654 linklen = linkstringlen + sizeof (struct xattr_buf); in prepare_xattr()7704 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr()7727 tptr = (struct xattr_buf *)(bufhead + in prepare_xattr()8282 xattrp = (struct xattr_buf *)(((char *)xattrhead) + in read_xattr_hdr()8286 xattr_linkp = (struct xattr_buf *) in read_xattr_hdr()
662 static struct xattr_buf *xattrp;663 static struct xattr_buf *xattr_linkp;8575 struct xattr_buf *tptr; /* ptr to pathing pieces */ in prepare_xattr_hdr()8600 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr_hdr()8606 complen = stringlen + sizeof (struct xattr_buf); in prepare_xattr_hdr()8620 linklen = linkstringlen + sizeof (struct xattr_buf); in prepare_xattr_hdr()8666 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr_hdr()8689 tptr = (struct xattr_buf *)(bufhead + in prepare_xattr_hdr()8812 xattrp = (struct xattr_buf *)(((char *)xattrhead) + in read_xattr_hdr()8816 xattr_linkp = (struct xattr_buf *)((intptr_t)xattrp + in read_xattr_hdr()