]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/xfs/xfs_dir2.h
Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / xfs_dir2.h
CommitLineData
1da177e4 1/*
7b718769
NS
2 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
1da177e4 4 *
7b718769
NS
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
1da177e4
LT
7 * published by the Free Software Foundation.
8 *
7b718769
NS
9 * 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.
1da177e4 13 *
7b718769
NS
14 * 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
1da177e4
LT
17 */
18#ifndef __XFS_DIR2_H__
57926640 19#define __XFS_DIR2_H__
1da177e4 20
f6c2d1fa 21struct xfs_bmap_free;
57926640 22struct xfs_da_args;
1da177e4 23struct xfs_inode;
f6c2d1fa 24struct xfs_mount;
1da177e4 25struct xfs_trans;
2b9ab5ab
DC
26struct xfs_dir2_sf_hdr;
27struct xfs_dir2_sf_entry;
28struct xfs_dir2_data_hdr;
29struct xfs_dir2_data_entry;
30struct xfs_dir2_data_unused;
1da177e4 31
556b8b16
BN
32extern struct xfs_name xfs_name_dotdot;
33
32c5483a
DC
34/*
35 * directory operations vector for encode/decode routines
36 */
37struct xfs_dir_ops {
38 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len);
39 struct xfs_dir2_sf_entry *
40 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr,
41 struct xfs_dir2_sf_entry *sfep);
4740175e
DC
42 __uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);
43 void (*sf_put_ftype)(struct xfs_dir2_sf_entry *sfep,
44 __uint8_t ftype);
45 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr,
46 struct xfs_dir2_sf_entry *sfep);
47 void (*sf_put_ino)(struct xfs_dir2_sf_hdr *hdr,
48 struct xfs_dir2_sf_entry *sfep,
49 xfs_ino_t ino);
50 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr);
51 void (*sf_put_parent_ino)(struct xfs_dir2_sf_hdr *hdr,
52 xfs_ino_t ino);
9d23fc85
DC
53
54 int (*data_entsize)(int len);
55 __uint8_t (*data_get_ftype)(struct xfs_dir2_data_entry *dep);
56 void (*data_put_ftype)(struct xfs_dir2_data_entry *dep,
57 __uint8_t ftype);
58 __be16 * (*data_entry_tag_p)(struct xfs_dir2_data_entry *dep);
2ca98774
DC
59 struct xfs_dir2_data_free *
60 (*data_bestfree_p)(struct xfs_dir2_data_hdr *hdr);
9d23fc85 61
1c9a5b2e
DC
62 xfs_dir2_data_aoff_t data_dot_offset;
63 xfs_dir2_data_aoff_t data_dotdot_offset;
64 xfs_dir2_data_aoff_t data_first_offset;
65 size_t data_entry_offset;
2ca98774 66
9d23fc85
DC
67 struct xfs_dir2_data_entry *
68 (*data_dot_entry_p)(struct xfs_dir2_data_hdr *hdr);
69 struct xfs_dir2_data_entry *
70 (*data_dotdot_entry_p)(struct xfs_dir2_data_hdr *hdr);
71 struct xfs_dir2_data_entry *
72 (*data_first_entry_p)(struct xfs_dir2_data_hdr *hdr);
2ca98774
DC
73 struct xfs_dir2_data_entry *
74 (*data_entry_p)(struct xfs_dir2_data_hdr *hdr);
75 struct xfs_dir2_data_unused *
76 (*data_unused_p)(struct xfs_dir2_data_hdr *hdr);
4141956a 77
1c9a5b2e 78 int leaf_hdr_size;
01ba43b8
DC
79 void (*leaf_hdr_to_disk)(struct xfs_dir2_leaf *to,
80 struct xfs_dir3_icleaf_hdr *from);
81 void (*leaf_hdr_from_disk)(struct xfs_dir3_icleaf_hdr *to,
82 struct xfs_dir2_leaf *from);
4141956a
DC
83 int (*leaf_max_ents)(struct xfs_mount *mp);
84 struct xfs_dir2_leaf_entry *
85 (*leaf_ents_p)(struct xfs_dir2_leaf *lp);
4bceb18f 86
1c9a5b2e 87 int node_hdr_size;
01ba43b8
DC
88 void (*node_hdr_to_disk)(struct xfs_da_intnode *to,
89 struct xfs_da3_icnode_hdr *from);
90 void (*node_hdr_from_disk)(struct xfs_da3_icnode_hdr *to,
91 struct xfs_da_intnode *from);
4bceb18f
DC
92 struct xfs_da_node_entry *
93 (*node_tree_p)(struct xfs_da_intnode *dap);
01ba43b8 94
1c9a5b2e 95 int free_hdr_size;
01ba43b8
DC
96 void (*free_hdr_to_disk)(struct xfs_dir2_free *to,
97 struct xfs_dir3_icfree_hdr *from);
98 void (*free_hdr_from_disk)(struct xfs_dir3_icfree_hdr *to,
99 struct xfs_dir2_free *from);
24dd0f54
DC
100 int (*free_max_bests)(struct xfs_mount *mp);
101 __be16 * (*free_bests_p)(struct xfs_dir2_free *free);
102 xfs_dir2_db_t (*db_to_fdb)(struct xfs_mount *mp, xfs_dir2_db_t db);
103 int (*db_to_fdindex)(struct xfs_mount *mp, xfs_dir2_db_t db);
32c5483a
DC
104};
105
4141956a
DC
106extern const struct xfs_dir_ops *
107 xfs_dir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
4bceb18f
DC
108extern const struct xfs_dir_ops *
109 xfs_nondir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
32c5483a 110
1da177e4 111/*
f6c2d1fa
NS
112 * Generic directory interface routines
113 */
114extern void xfs_dir_startup(void);
115extern void xfs_dir_mount(struct xfs_mount *mp);
116extern int xfs_dir_isempty(struct xfs_inode *dp);
117extern int xfs_dir_init(struct xfs_trans *tp, struct xfs_inode *dp,
118 struct xfs_inode *pdp);
119extern int xfs_dir_createname(struct xfs_trans *tp, struct xfs_inode *dp,
556b8b16 120 struct xfs_name *name, xfs_ino_t inum,
f6c2d1fa
NS
121 xfs_fsblock_t *first,
122 struct xfs_bmap_free *flist, xfs_extlen_t tot);
123extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
384f3ced
BN
124 struct xfs_name *name, xfs_ino_t *inum,
125 struct xfs_name *ci_name);
f6c2d1fa 126extern int xfs_dir_removename(struct xfs_trans *tp, struct xfs_inode *dp,
556b8b16 127 struct xfs_name *name, xfs_ino_t ino,
f6c2d1fa
NS
128 xfs_fsblock_t *first,
129 struct xfs_bmap_free *flist, xfs_extlen_t tot);
f6c2d1fa 130extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
556b8b16 131 struct xfs_name *name, xfs_ino_t inum,
f6c2d1fa
NS
132 xfs_fsblock_t *first,
133 struct xfs_bmap_free *flist, xfs_extlen_t tot);
134extern int xfs_dir_canenter(struct xfs_trans *tp, struct xfs_inode *dp,
556b8b16 135 struct xfs_name *name, uint resblks);
f6c2d1fa
NS
136
137/*
57926640 138 * Direct call from the bmap code, bypassing the generic directory layer.
1da177e4 139 */
57926640 140extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
384f3ced 141
2b9ab5ab
DC
142/*
143 * Interface routines used by userspace utilities
144 */
2b9ab5ab
DC
145extern int xfs_dir2_isblock(struct xfs_trans *tp, struct xfs_inode *dp, int *r);
146extern int xfs_dir2_isleaf(struct xfs_trans *tp, struct xfs_inode *dp, int *r);
147extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
148 struct xfs_buf *bp);
149
9d23fc85 150extern void xfs_dir2_data_freescan(struct xfs_inode *dp,
2b9ab5ab 151 struct xfs_dir2_data_hdr *hdr, int *loghead);
9d23fc85
DC
152extern void xfs_dir2_data_log_entry(struct xfs_trans *tp, struct xfs_inode *dp,
153 struct xfs_buf *bp, struct xfs_dir2_data_entry *dep);
2ca98774 154extern void xfs_dir2_data_log_header(struct xfs_trans *tp, struct xfs_inode *dp,
2b9ab5ab
DC
155 struct xfs_buf *bp);
156extern void xfs_dir2_data_log_unused(struct xfs_trans *tp, struct xfs_buf *bp,
157 struct xfs_dir2_data_unused *dup);
2ca98774
DC
158extern void xfs_dir2_data_make_free(struct xfs_trans *tp, struct xfs_inode *dp,
159 struct xfs_buf *bp, xfs_dir2_data_aoff_t offset,
160 xfs_dir2_data_aoff_t len, int *needlogp, int *needscanp);
161extern void xfs_dir2_data_use_free(struct xfs_trans *tp, struct xfs_inode *dp,
162 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
2b9ab5ab
DC
163 xfs_dir2_data_aoff_t offset, xfs_dir2_data_aoff_t len,
164 int *needlogp, int *needscanp);
2b9ab5ab
DC
165
166extern struct xfs_dir2_data_free *xfs_dir2_data_freefind(
2ca98774
DC
167 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
168 struct xfs_dir2_data_unused *dup);
2b9ab5ab
DC
169
170extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
171extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
172extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
173extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
174extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
175
1da177e4 176#endif /* __XFS_DIR2_H__ */