Lines Matching refs:blkno
45 !((cursor)->blkno) && !((cursor)->offset))
165 cursor->blkno = 0; in xfs_attr_shortform_list()
233 cursor->blkno = 0; in xfs_attr_node_list_lookup()
235 error = xfs_da3_node_read(tp, dp, cursor->blkno, &bp, in xfs_attr_node_list_lookup()
262 if (cursor->blkno == 0) in xfs_attr_node_list_lookup()
272 cursor->blkno = be32_to_cpu(btree->before); in xfs_attr_node_list_lookup()
284 if (XFS_IS_CORRUPT(mp, cursor->blkno == 0)) { in xfs_attr_node_list_lookup()
334 if (cursor->blkno > 0) { in xfs_attr_node_list()
337 error = xfs_da3_node_read(context->tp, dp, cursor->blkno, &bp, in xfs_attr_node_list()
418 cursor->blkno = leafhdr.forw; in xfs_attr_node_list()
421 cursor->blkno, &bp); in xfs_attr_node_list()
544 context->cursor.blkno = 0; in xfs_attr_leaf_list()