Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_da_btree.h241 xfs_failaddr_t xfs_da3_node_header_check(struct xfs_buf *bp, xfs_ino_t owner);
Dxfs_da_btree.c256 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/
Dxfs_attr_list.c250 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/
Dlistxattr.c169 fa = xfs_da3_node_header_check(bp, ip->i_ino); in xchk_xattr_find_leftmost_leaf()