Home
last modified time | relevance | path

Searched refs:xchk_da_btree (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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);
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);
39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
40 int xchk_da_btree(struct xfs_scrub *sc, int whichfork,
H A Ddabtree.c31 struct xchk_da_btree *ds, in xchk_da_process_error()
67 struct xchk_da_btree *ds, in xchk_da_set_corrupt()
82 struct xchk_da_btree *ds, in xchk_da_btree_node_entry()
97 struct xchk_da_btree *ds, in xchk_da_btree_hash()
129 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok()
208 .name = "xchk_da_btree",
217 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling()
277 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings()
312 struct xchk_da_btree *ds, in xchk_da_btree_block()
470 xchk_da_btree( in xchk_da_btree() function
[all...]
H A Dattr.c243 struct xchk_da_btree *ds, in xchk_xattr_entry()
303 struct xchk_da_btree *ds, in xchk_xattr_block()
400 struct xchk_da_btree *ds, in xchk_xattr_rec()
485 error = xchk_da_btree(sc, XFS_ATTR_FORK, xchk_xattr_rec, in xchk_xattr()
H A Ddir.c187 struct xchk_da_btree *ds, in xchk_dir_rec()
811 error = xchk_da_btree(sc, XFS_DATA_FORK, xchk_dir_rec, NULL); in xchk_directory()
/kernel/linux/linux-6.6/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);
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);
39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
40 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()
83 struct xchk_da_btree *ds, in xchk_da_btree_node_entry()
98 struct xchk_da_btree *ds, in xchk_da_btree_hash()
130 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok()
209 .name = "xchk_da_btree",
218 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling()
278 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings()
313 struct xchk_da_btree *ds, in xchk_da_btree_block()
471 xchk_da_btree( in xchk_da_btree() function
[all...]
H A Dattr.c305 struct xchk_da_btree *ds, in xchk_xattr_entry()
365 struct xchk_da_btree *ds, in xchk_xattr_block()
453 struct xchk_da_btree *ds, in xchk_xattr_rec()
623 error = xchk_da_btree(sc, XFS_ATTR_FORK, xchk_xattr_rec, in xchk_xattr()
H A Ddir.c148 struct xchk_da_btree *ds, in xchk_dir_rec()
770 error = xchk_da_btree(sc, XFS_DATA_FORK, xchk_dir_rec, NULL); in xchk_directory()

Completed in 6 milliseconds