blob: 2caed30733a3abd2f9b167e851d6b7ff4ba146ce [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _LINUX_REISERFS_XATTR_H
8#define _LINUX_REISERFS_XATTR_H
9#include <linux/types.h>
10#define REISERFS_XATTR_MAGIC 0x52465841
Ben Cheng655a7c02013-10-16 16:09:24 -070011struct reiserfs_xattr_header {
Tao Baod7db5942015-01-28 10:07:51 -080012 __le32 h_magic;
13 __le32 h_hash;
Ben Cheng655a7c02013-10-16 16:09:24 -070014};
Ben Cheng655a7c02013-10-16 16:09:24 -070015struct reiserfs_security_handle {
Tao Baod7db5942015-01-28 10:07:51 -080016 const char * name;
17 void * value;
Christopher Ferris10a76e62022-06-08 13:31:52 -070018 __kernel_size_t length;
Ben Cheng655a7c02013-10-16 16:09:24 -070019};
Nick Kralevicha67e4de2013-01-14 11:28:26 -080020#endif