Searched refs:xfs_da3_node_header_check (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 241 xfs_failaddr_t xfs_da3_node_header_check(struct xfs_buf *bp, xfs_ino_t owner);
|
D | xfs_da_btree.c | 256 xfs_da3_node_header_check( in xfs_da3_node_header_check() function 290 return xfs_da3_node_header_check(bp, owner); in xfs_da3_header_check() 1391 fa = xfs_da3_node_header_check(bp, state->args->owner); in xfs_da3_node_toosmall() 1726 fa = xfs_da3_node_header_check(blk->bp, args->owner); in xfs_da3_node_lookup_int() 2190 fa = xfs_da3_node_header_check(blk->bp, args->owner); in xfs_da3_path_shift() 2555 fa = xfs_da3_node_header_check(par_buf, args->owner); in xfs_da3_swap_lastblock() 2611 fa = xfs_da3_node_header_check(par_buf, args->owner); in xfs_da3_swap_lastblock()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_attr_list.c | 250 fa = xfs_da3_node_header_check(bp, dp->i_ino); in xfs_attr_node_list_lookup() 350 fa = xfs_da3_node_header_check(bp, dp->i_ino); in xfs_attr_node_list()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | listxattr.c | 169 fa = xfs_da3_node_header_check(bp, ip->i_ino); in xchk_xattr_find_leftmost_leaf()
|