blob: 7ef6b0fb951a918ed96069e0b2f2a9679eca71e1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Nathan Scott7b718762005-11-02 14:58:39 +11002 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Nathan Scott7b718762005-11-02 14:58:39 +11005 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * published by the Free Software Foundation.
8 *
Nathan Scott7b718762005-11-02 14:58:39 +11009 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Nathan Scott7b718762005-11-02 14:58:39 +110014 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 */
18#ifndef __XFS_DIR2_H__
Christoph Hellwig57926642011-07-13 13:43:48 +020019#define __XFS_DIR2_H__
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100021struct xfs_bmap_free;
Christoph Hellwig57926642011-07-13 13:43:48 +020022struct xfs_da_args;
Linus Torvalds1da177e2005-04-16 15:20:36 -070023struct xfs_inode;
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100024struct xfs_mount;
Linus Torvalds1da177e2005-04-16 15:20:36 -070025struct xfs_trans;
Dave Chinner2b9ab5a2013-08-12 20:49:37 +100026struct xfs_dir2_sf_hdr;
27struct xfs_dir2_sf_entry;
28struct xfs_dir2_data_hdr;
29struct xfs_dir2_data_entry;
30struct xfs_dir2_data_unused;
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Barry Naujok556b8b12008-04-10 12:22:07 +100032extern struct xfs_name xfs_name_dotdot;
33
Linus Torvalds1da177e2005-04-16 15:20:36 -070034/*
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100035 * Generic directory interface routines
36 */
37extern void xfs_dir_startup(void);
38extern void xfs_dir_mount(struct xfs_mount *mp);
39extern int xfs_dir_isempty(struct xfs_inode *dp);
40extern int xfs_dir_init(struct xfs_trans *tp, struct xfs_inode *dp,
41 struct xfs_inode *pdp);
42extern int xfs_dir_createname(struct xfs_trans *tp, struct xfs_inode *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +100043 struct xfs_name *name, xfs_ino_t inum,
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100044 xfs_fsblock_t *first,
45 struct xfs_bmap_free *flist, xfs_extlen_t tot);
46extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
Barry Naujok384f3ce2008-05-21 16:58:22 +100047 struct xfs_name *name, xfs_ino_t *inum,
48 struct xfs_name *ci_name);
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100049extern int xfs_dir_removename(struct xfs_trans *tp, struct xfs_inode *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +100050 struct xfs_name *name, xfs_ino_t ino,
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100051 xfs_fsblock_t *first,
52 struct xfs_bmap_free *flist, xfs_extlen_t tot);
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100053extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +100054 struct xfs_name *name, xfs_ino_t inum,
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100055 xfs_fsblock_t *first,
56 struct xfs_bmap_free *flist, xfs_extlen_t tot);
57extern int xfs_dir_canenter(struct xfs_trans *tp, struct xfs_inode *dp,
Barry Naujok556b8b12008-04-10 12:22:07 +100058 struct xfs_name *name, uint resblks);
Nathan Scottf6c2d1f2006-06-20 13:04:51 +100059
60/*
Christoph Hellwig57926642011-07-13 13:43:48 +020061 * Direct call from the bmap code, bypassing the generic directory layer.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 */
Christoph Hellwig57926642011-07-13 13:43:48 +020063extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
Barry Naujok384f3ce2008-05-21 16:58:22 +100064
Dave Chinner2b9ab5a2013-08-12 20:49:37 +100065/*
66 * Direct call on directory open, before entering the readdir code.
67 */
68extern int xfs_dir3_data_readahead(struct xfs_trans *tp, struct xfs_inode *dp,
69 xfs_dablk_t bno, xfs_daddr_t mapped_bno);
70
71/*
72 * Interface routines used by userspace utilities
73 */
74extern xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *sfp);
75extern void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *sfp,
76 xfs_ino_t ino);
77extern xfs_ino_t xfs_dir2_sfe_get_ino(struct xfs_dir2_sf_hdr *sfp,
78 struct xfs_dir2_sf_entry *sfep);
79extern void xfs_dir2_sfe_put_ino( struct xfs_dir2_sf_hdr *,
80 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
81
82extern int xfs_dir2_isblock(struct xfs_trans *tp, struct xfs_inode *dp, int *r);
83extern int xfs_dir2_isleaf(struct xfs_trans *tp, struct xfs_inode *dp, int *r);
84extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
85 struct xfs_buf *bp);
86
87extern void xfs_dir2_data_freescan(struct xfs_mount *mp,
88 struct xfs_dir2_data_hdr *hdr, int *loghead);
89extern void xfs_dir2_data_log_entry(struct xfs_trans *tp, struct xfs_buf *bp,
90 struct xfs_dir2_data_entry *dep);
91extern void xfs_dir2_data_log_header(struct xfs_trans *tp,
92 struct xfs_buf *bp);
93extern void xfs_dir2_data_log_unused(struct xfs_trans *tp, struct xfs_buf *bp,
94 struct xfs_dir2_data_unused *dup);
95extern void xfs_dir2_data_make_free(struct xfs_trans *tp, struct xfs_buf *bp,
96 xfs_dir2_data_aoff_t offset, xfs_dir2_data_aoff_t len,
97 int *needlogp, int *needscanp);
98extern void xfs_dir2_data_use_free(struct xfs_trans *tp, struct xfs_buf *bp,
99 struct xfs_dir2_data_unused *dup, xfs_dir2_data_aoff_t offset,
100 xfs_dir2_data_aoff_t len, int *needlogp, int *needscanp);
101
102extern struct xfs_dir2_data_free *xfs_dir2_data_freefind(
103 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_unused *dup);
104
105extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
106extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
107extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
108extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
109extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
110
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111#endif /* __XFS_DIR2_H__ */