Home
last modified time | relevance | path

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

/linux/drivers/nfc/st21nfca/
H A Dst21nfca.h122 u8 bsi; member
/linux/fs/btrfs/
H A Dinode.c10214 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() argument
10226 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent()
10229 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent()
10230 first_ppage = PAGE_ALIGN(bsi->block_start) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10231 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10239 if (bsi->start == 0) in btrfs_add_swap_extent()
10241 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10242 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()
10243 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10244 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n900.dts157 io-channel-names = "temp", "bsi", "vbat";