objectid.c (a8a4b79b53fc7cbb023afedf58b04dd4e9bbb114) objectid.c (f466c6fdb3b1f043ff1977a8d2a1d0cd4dc164fa)
1/*
2 * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
3 */
4
5#include <linux/string.h>
6#include <linux/random.h>
7#include <linux/time.h>
1/*
2 * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
3 */
4
5#include <linux/string.h>
6#include <linux/random.h>
7#include <linux/time.h>
8#include <linux/reiserfs_fs.h>
8#include "reiserfs.h"
9
10// find where objectid map starts
11#define objectid_map(s,rs) (old_format_only (s) ? \
12 (__le32 *)((struct reiserfs_super_block_v1 *)(rs) + 1) :\
13 (__le32 *)((rs) + 1))
14
15#ifdef CONFIG_REISERFS_CHECK
16

--- 186 unchanged lines hidden ---
9
10// find where objectid map starts
11#define objectid_map(s,rs) (old_format_only (s) ? \
12 (__le32 *)((struct reiserfs_super_block_v1 *)(rs) + 1) :\
13 (__le32 *)((rs) + 1))
14
15#ifdef CONFIG_REISERFS_CHECK
16

--- 186 unchanged lines hidden ---