Searched refs:rxh (Results 1 – 1 of 1) sorted by relevance
562 struct reiserfs_xattr_header *rxh; in reiserfs_xattr_set_handle() local567 rxh = (struct reiserfs_xattr_header *)data; in reiserfs_xattr_set_handle()568 rxh->h_magic = cpu_to_le32(REISERFS_XATTR_MAGIC); in reiserfs_xattr_set_handle()569 rxh->h_hash = cpu_to_le32(xahash); in reiserfs_xattr_set_handle()719 struct reiserfs_xattr_header *rxh = in reiserfs_xattr_get() local724 if (rxh->h_magic != cpu_to_le32(REISERFS_XATTR_MAGIC)) { in reiserfs_xattr_get()734 hash = le32_to_cpu(rxh->h_hash); in reiserfs_xattr_get()