~ubuntu-branches/debian/stretch/jfsutils/stretch

« back to all changes in this revision

Viewing changes to libfs/diskmap.h

  • Committer: Bazaar Package Importer
  • Author(s): Christopher L Cheney
  • Date: 2002-02-10 01:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20020210010000-v63g4150dcpnehzq
Tags: upstream-1.0.14
ImportĀ upstreamĀ versionĀ 1.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *   Copyright (c) International Business Machines  Corp., 2000
 
3
 *
 
4
 *   This program is free software;  you can redistribute it and/or modify
 
5
 *   it under the terms of the GNU General Public License as published by
 
6
 *   the Free Software Foundation; either version 2 of the License, or 
 
7
 *   (at your option) any later version.
 
8
 * 
 
9
 *   This program is distributed in the hope that it will be useful,
 
10
 *   but WITHOUT ANY WARRANTY;  without even the implied warranty of
 
11
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
 
12
 *   the GNU General Public License for more details.
 
13
 *
 
14
 *   You should have received a copy of the GNU General Public License
 
15
 *   along with this program;  if not, write to the Free Software 
 
16
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
17
 */
 
18
#ifndef H_DISKMAP
 
19
#define H_DISKMAP
 
20
 
 
21
#include <jfs_types.h>  /* int8_t, int32_t, int64_t, uint32_t */
 
22
 
 
23
int8_t   ujfs_maxbuddy(unsigned char *);
 
24
int8_t   ujfs_adjtree(int8_t *, int32_t, int32_t);
 
25
void     ujfs_complete_dmap(dmap_t *, int64_t, int8_t *);
 
26
void     ujfs_idmap_page(dmap_t *, uint32_t);
 
27
int32_t  ujfs_getagl2size(int64_t, int32_t);
 
28
 
 
29
#endif  /* H_DISKMAP */