inode.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | inode.h (a860f6eb4c6a8bb0ca6860d9472f424bad9af9cf) |
---|---|
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. --- 125 unchanged lines hidden (view full) --- 134} 135 136void ocfs2_evict_inode(struct inode *inode); 137int ocfs2_drop_inode(struct inode *inode); 138 139/* Flags for ocfs2_iget() */ 140#define OCFS2_FI_FLAG_SYSFILE 0x1 141#define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x2 | 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. --- 125 unchanged lines hidden (view full) --- 134} 135 136void ocfs2_evict_inode(struct inode *inode); 137int ocfs2_drop_inode(struct inode *inode); 138 139/* Flags for ocfs2_iget() */ 140#define OCFS2_FI_FLAG_SYSFILE 0x1 141#define OCFS2_FI_FLAG_ORPHAN_RECOVERY 0x2 |
142#define OCFS2_FI_FLAG_FILECHECK_CHK 0x4 143#define OCFS2_FI_FLAG_FILECHECK_FIX 0x8 144 |
|
142struct inode *ocfs2_ilookup(struct super_block *sb, u64 feoff); 143struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, unsigned flags, 144 int sysfile_type); 145int ocfs2_inode_init_private(struct inode *inode); 146int ocfs2_inode_revalidate(struct dentry *dentry); 147void ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, 148 int create_ino); 149void ocfs2_read_inode(struct inode *inode); --- 41 unchanged lines hidden --- | 145struct inode *ocfs2_ilookup(struct super_block *sb, u64 feoff); 146struct inode *ocfs2_iget(struct ocfs2_super *osb, u64 feoff, unsigned flags, 147 int sysfile_type); 148int ocfs2_inode_init_private(struct inode *inode); 149int ocfs2_inode_revalidate(struct dentry *dentry); 150void ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, 151 int create_ino); 152void ocfs2_read_inode(struct inode *inode); --- 41 unchanged lines hidden --- |