Searched refs:xattr_hdr (Results 1 – 5 of 5) sorted by relevance
246 struct xattr_hdr { struct
247 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()
1395 struct xattr_hdr *xhdr; in restore_xattr_hdr()1409 xhdr = (struct xattr_hdr *)get_read_buffer(size, &error, in restore_xattr_hdr()1425 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr)); in restore_xattr_hdr()
337 static struct xattr_hdr *xattrhead;7593 struct xattr_hdr *hptr; /* ptr to header in bufhead */ in prepare_xattr()7619 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr()7665 hptr = (struct xattr_hdr *)bufhead; in prepare_xattr()7689 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr()7713 sizeof (struct xattr_hdr) + complen); in prepare_xattr()8268 sizeof (struct xattr_hdr)); in read_xattr_hdr()
652 static struct xattr_hdr *xattrhead;8556 struct xattr_hdr *hptr; /* ptr to header in bufhead */ in prepare_xattr_hdr()8582 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr_hdr()8624 hptr = (struct xattr_hdr *)bufhead; in prepare_xattr_hdr()8648 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr_hdr()8672 sizeof (struct xattr_hdr) + complen); in prepare_xattr_hdr()8795 sizeof (struct xattr_hdr)); in read_xattr_hdr()