Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_leaf.c1079 struct xfs_buf *bp1 = NULL; in xfs_attr3_leaf_to_node() local
1089 error = xfs_attr3_leaf_read(args->trans, dp, 0, -1, &bp1); in xfs_attr3_leaf_to_node()
1099 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
1100 memcpy(bp2->b_addr, bp1->b_addr, args->geo->blksize); in xfs_attr3_leaf_to_node()
1110 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK); in xfs_attr3_leaf_to_node()
1113 node = bp1->b_addr; in xfs_attr3_leaf_to_node()
1126 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1); in xfs_attr3_leaf_to_node()
2784 struct xfs_buf *bp1; in xfs_attr3_leaf_flipflags() local
2800 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, -1, &bp1); in xfs_attr3_leaf_flipflags()
2813 bp2 = bp1; in xfs_attr3_leaf_flipflags()
[all …]