![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * resize.h 0004 * 0005 * Function prototypes 0006 * 0007 * Copyright (C) 2007 Oracle. All rights reserved. 0008 */ 0009 0010 #ifndef OCFS2_RESIZE_H 0011 #define OCFS2_RESIZE_H 0012 0013 int ocfs2_group_extend(struct inode * inode, int new_clusters); 0014 int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input); 0015 0016 #endif /* OCFS2_RESIZE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |