Blame view

fs/xfs/xfs_utils.h 1.08 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  /*
7b7187698   Nathan Scott   [XFS] Update lice...
2
3
   * Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
   * All Rights Reserved.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
   *
7b7187698   Nathan Scott   [XFS] Update lice...
5
6
   * This program is free software; you can redistribute it and/or
   * modify it under the terms of the GNU General Public License as
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
   * published by the Free Software Foundation.
   *
7b7187698   Nathan Scott   [XFS] Update lice...
9
10
11
12
   * This program is distributed in the hope that it would be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   * GNU General Public License for more details.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
   *
7b7187698   Nathan Scott   [XFS] Update lice...
14
15
16
   * You should have received a copy of the GNU General Public License
   * along with this program; if not, write the Free Software Foundation,
   * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
17
18
19
   */
  #ifndef __XFS_UTILS_H__
  #define __XFS_UTILS_H__
576b1d67c   Al Viro   xfs: propagate um...
20
  extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, umode_t, xfs_nlink_t,
6c77b0ea1   Christoph Hellwig   xfs: remove xfs_c...
21
  				xfs_dev_t, prid_t, int, xfs_inode_t **, int *);
a414047fc   David Chinner   [XFS] Remove usel...
22
23
24
  extern int xfs_droplink(xfs_trans_t *, xfs_inode_t *);
  extern int xfs_bumplink(xfs_trans_t *, xfs_inode_t *);
  extern void xfs_bump_ino_vers2(xfs_trans_t *, xfs_inode_t *);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
25
26
  
  #endif	/* __XFS_UTILS_H__ */