Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Ddabtree.h11 struct xchk_da_btree { struct
31 typedef int (*xchk_da_btree_rec_fn)(struct xchk_da_btree *ds, argument
35 bool xchk_da_process_error(struct xchk_da_btree *ds, int level, int *error);
38 void xchk_da_set_corrupt(struct xchk_da_btree *ds, int level);
40 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
41 int xchk_da_btree(struct xfs_scrub *sc, int whichfork,
Ddabtree.c39 struct xchk_da_btree *ds, in xchk_da_process_error()
75 struct xchk_da_btree *ds, in xchk_da_set_corrupt()
91 struct xchk_da_btree *ds, in xchk_da_btree_entry()
127 struct xchk_da_btree *ds, in xchk_da_btree_hash()
161 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok()
249 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling()
297 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings()
332 struct xchk_da_btree *ds, in xchk_da_btree_block()
476 xchk_da_btree( in xchk_da_btree() function
482 struct xchk_da_btree ds = {}; in xchk_da_btree()
Dattr.c188 struct xchk_da_btree *ds, in xchk_xattr_entry()
248 struct xchk_da_btree *ds, in xchk_xattr_block()
335 struct xchk_da_btree *ds, in xchk_xattr_rec()
420 error = xchk_da_btree(sc, XFS_ATTR_FORK, xchk_xattr_rec, in xchk_xattr()
Ddir.c188 struct xchk_da_btree *ds, in xchk_dir_rec()
797 error = xchk_da_btree(sc, XFS_DATA_FORK, xchk_dir_rec, NULL); in xchk_directory()