Lines Matching refs:blkno
60 !((cursor)->blkno) && !((cursor)->offset))
175 cursor->blkno = 0; in xfs_attr_shortform_list()
243 if (cursor->blkno > 0) { in xfs_attr_node_list()
244 error = xfs_da3_node_read(NULL, dp, cursor->blkno, -1, in xfs_attr_node_list()
291 cursor->blkno = 0; in xfs_attr_node_list()
296 cursor->blkno, -1, &bp, in xfs_attr_node_list()
320 cursor->blkno = be32_to_cpu(btree->before); in xfs_attr_node_list()
350 cursor->blkno = leafhdr.forw; in xfs_attr_node_list()
352 error = xfs_attr3_leaf_read(NULL, dp, cursor->blkno, -1, &bp); in xfs_attr_node_list()
497 context->cursor->blkno = 0; in xfs_attr_leaf_list()
622 (cursor->hashval || cursor->blkno || cursor->offset)) in xfs_attr_list()