Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * sysfile.h
0004  *
0005  * Function prototypes
0006  *
0007  * Copyright (C) 2002, 2004 Oracle.  All rights reserved.
0008  */
0009 
0010 #ifndef OCFS2_SYSFILE_H
0011 #define OCFS2_SYSFILE_H
0012 
0013 struct inode * ocfs2_get_system_file_inode(struct ocfs2_super *osb,
0014                        int type,
0015                        u32 slot);
0016 
0017 #endif /* OCFS2_SYSFILE_H */