Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h112 xfs_failaddr_t xfs_attr3_leaf_header_check(struct xfs_buf *bp,
H A Dxfs_da_btree.c288 return xfs_attr3_leaf_header_check(bp, owner); in xfs_da3_header_check()
1726 fa = xfs_attr3_leaf_header_check(blk->bp, args->owner); in xfs_da3_node_lookup_int()
2240 fa = xfs_attr3_leaf_header_check(blk->bp, args->owner); in xfs_da3_path_shift()
H A Dxfs_attr_leaf.c467 xfs_attr3_leaf_header_check( in xfs_attr3_leaf_header_check() function
559 fa = xfs_attr3_leaf_header_check(*bpp, owner); in xfs_attr3_leaf_read()
/linux/fs/xfs/scrub/
H A Dattr_repair.c593 xfs_attr3_leaf_header_check(bp, I_INO(rx->sc->ip)) == NULL) in xrep_xattr_recover_block()