Home
last modified time | relevance | path

Searched refs:xchk_da_btree (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Ddabtree.h11 struct xchk_da_btree { struct
31 typedef int (*xchk_da_btree_rec_fn)(struct xchk_da_btree *ds, int level); argument
34 bool xchk_da_process_error(struct xchk_da_btree *ds, int level, int *error);
37 void xchk_da_set_corrupt(struct xchk_da_btree *ds, int level);
38 void xchk_da_set_preen(struct xchk_da_btree *ds, int level);
40 void xchk_da_set_preen(struct xchk_da_btree *ds, int level);
42 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
43 int xchk_da_btree(struct xfs_scrub *sc, int whichfork,
H A Ddabtree.c31 struct xchk_da_btree *ds, in xchk_da_process_error()
68 struct xchk_da_btree *ds, in xchk_da_set_corrupt()
84 struct xchk_da_btree *ds, in xchk_da_set_preen()
99 struct xchk_da_btree *ds, in xchk_da_btree_node_entry()
114 struct xchk_da_btree *ds, in xchk_da_btree_hash()
146 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok()
225 .name = "xchk_da_btree",
234 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling()
294 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings()
329 struct xchk_da_btree *d in xchk_da_btree_block()
494 xchk_da_btree( xchk_da_btree() function
[all...]
H A Ddir.c317 struct xchk_da_btree *ds, in xchk_dir_rec()
1083 error = xchk_da_btree(sc, XFS_DATA_FORK, xchk_dir_rec, NULL); in xchk_directory()