inode.h (cb5629b10d64a8006622ce3a52bc887d91057d69) inode.h (138211515c102807a16c02fdc15feef1f6ef8124)
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * inode.h
5 *
6 * Function prototypes
7 *
8 * Copyright (C) 2002, 2004 Oracle. All rights reserved.

--- 58 unchanged lines hidden (view full) ---

67 unsigned long ip_last_trans;
68
69 struct ocfs2_caching_info ip_metadata_cache;
70
71 struct ocfs2_extent_map ip_extent_map;
72
73 struct inode vfs_inode;
74 struct jbd2_inode ip_jinode;
1/* -*- mode: c; c-basic-offset: 8; -*-
2 * vim: noexpandtab sw=8 ts=8 sts=0:
3 *
4 * inode.h
5 *
6 * Function prototypes
7 *
8 * Copyright (C) 2002, 2004 Oracle. All rights reserved.

--- 58 unchanged lines hidden (view full) ---

67 unsigned long ip_last_trans;
68
69 struct ocfs2_caching_info ip_metadata_cache;
70
71 struct ocfs2_extent_map ip_extent_map;
72
73 struct inode vfs_inode;
74 struct jbd2_inode ip_jinode;
75
76 /* Only valid if the inode is the dir. */
77 u32 ip_last_used_slot;
78 u64 ip_last_used_group;
75};
76
77/*
78 * Flags for the ip_flags field
79 */
80/* System file inodes */
81#define OCFS2_INODE_SYSTEM_FILE 0x00000001
82#define OCFS2_INODE_JOURNAL 0x00000002

--- 88 unchanged lines hidden ---
79};
80
81/*
82 * Flags for the ip_flags field
83 */
84/* System file inodes */
85#define OCFS2_INODE_SYSTEM_FILE 0x00000001
86#define OCFS2_INODE_JOURNAL 0x00000002

--- 88 unchanged lines hidden ---