Searched refs:xattr_hdr (Results 1 – 5 of 5) sorted by relevance
244 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()
1396 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()
339 static struct xattr_hdr *xattrhead;7608 struct xattr_hdr *hptr; /* ptr to header in bufhead */ in prepare_xattr()7634 len = sizeof (struct xattr_hdr) + sizeof (struct xattr_buf); in prepare_xattr()7680 hptr = (struct xattr_hdr *)bufhead; in prepare_xattr()7704 tptr = (struct xattr_buf *)(bufhead + sizeof (struct xattr_hdr)); in prepare_xattr()7728 sizeof (struct xattr_hdr) + complen); in prepare_xattr()8283 sizeof (struct xattr_hdr)); in read_xattr_hdr()
661 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()