bsi 585 arch/ia64/include/asm/pal.h bsi : 8, /* Bus error status bsi 735 arch/ia64/include/asm/pal.h #define pmci_bus_status_info pme_bus.bsi bsi 425 arch/ia64/kernel/mca_drv.c switch (pbci->bsi) { bsi 584 arch/ia64/kernel/mca_drv.c if (psp->bc && pbci->eb && pbci->bsi == 0) { bsi 702 arch/ia64/kernel/mca_drv.c if (pbci->eb && pbci->bsi > 0) bsi 66 drivers/nfc/st21nfca/dep.c u8 bsi; bsi 78 drivers/nfc/st21nfca/dep.c u8 bsi; bsi 164 drivers/nfc/st21nfca/dep.c atr_res->bsi = 0x00; bsi 438 drivers/nfc/st21nfca/dep.c static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, bsi 458 drivers/nfc/st21nfca/dep.c psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); bsi 505 drivers/nfc/st21nfca/dep.c atr_res->bsi, atr_res->bri, bsi 554 drivers/nfc/st21nfca/dep.c atr_req->bsi = 0x00; bsi 569 drivers/nfc/st21nfca/dep.c info->dep_info.bsi = atr_req->bsi; bsi 122 drivers/nfc/st21nfca/st21nfca.h u8 bsi; bsi 10806 fs/btrfs/inode.c struct btrfs_swap_info *bsi) bsi 10812 fs/btrfs/inode.c first_ppage = ALIGN(bsi->block_start, PAGE_SIZE) >> PAGE_SHIFT; bsi 10813 fs/btrfs/inode.c next_ppage = ALIGN_DOWN(bsi->block_start + bsi->block_len, bsi 10821 fs/btrfs/inode.c if (bsi->start == 0) bsi 10823 fs/btrfs/inode.c if (bsi->lowest_ppage > first_ppage_reported) bsi 10824 fs/btrfs/inode.c bsi->lowest_ppage = first_ppage_reported; bsi 10825 fs/btrfs/inode.c if (bsi->highest_ppage < (next_ppage - 1)) bsi 10826 fs/btrfs/inode.c bsi->highest_ppage = next_ppage - 1; bsi 10828 fs/btrfs/inode.c ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); bsi 10831 fs/btrfs/inode.c bsi->nr_extents += ret; bsi 10832 fs/btrfs/inode.c bsi->nr_pages += nr_pages; bsi 10853 fs/btrfs/inode.c struct btrfs_swap_info bsi = { bsi 11011 fs/btrfs/inode.c if (bsi.block_len && bsi 11012 fs/btrfs/inode.c bsi.block_start + bsi.block_len == physical_block_start) { bsi 11013 fs/btrfs/inode.c bsi.block_len += len; bsi 11015 fs/btrfs/inode.c if (bsi.block_len) { bsi 11016 fs/btrfs/inode.c ret = btrfs_add_swap_extent(sis, &bsi); bsi 11020 fs/btrfs/inode.c bsi.start = start; bsi 11021 fs/btrfs/inode.c bsi.block_start = physical_block_start; bsi 11022 fs/btrfs/inode.c bsi.block_len = len; bsi 11028 fs/btrfs/inode.c if (bsi.block_len) bsi 11029 fs/btrfs/inode.c ret = btrfs_add_swap_extent(sis, &bsi); bsi 11047 fs/btrfs/inode.c *span = bsi.highest_ppage - bsi.lowest_ppage + 1; bsi 11048 fs/btrfs/inode.c sis->max = bsi.nr_pages; bsi 11049 fs/btrfs/inode.c sis->pages = bsi.nr_pages - 1; bsi 11050 fs/btrfs/inode.c sis->highest_bit = bsi.nr_pages - 1; bsi 11051 fs/btrfs/inode.c return bsi.nr_extents;