Searched refs:USPI_UBH (Results 1 – 5 of 5) sorted by relevance
63 USPI_UBH->fragment = fragment; in ubh_bread_uspi()64 USPI_UBH->count = count; in ubh_bread_uspi()66 if (!(USPI_UBH->bh[i] = sb_bread(sb, fragment + i))) in ubh_bread_uspi()69 USPI_UBH->bh[i] = NULL; in ubh_bread_uspi()70 return USPI_UBH; in ubh_bread_uspi()73 brelse (USPI_UBH->bh[j]); in ubh_bread_uspi()90 if (!USPI_UBH) in ubh_brelse_uspi()92 for ( i = 0; i < USPI_UBH->count; i++ ) { in ubh_brelse_uspi()93 brelse (USPI_UBH->bh[i]); in ubh_brelse_uspi()94 USPI_UBH->bh[i] = NULL; in ubh_brelse_uspi()
50 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_free_fragments()113 ubh_mark_buffer_dirty (USPI_UBH); in ufs_free_fragments()144 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_free_blocks()198 ubh_mark_buffer_dirty (USPI_UBH); in ufs_free_blocks()250 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_new_fragments()410 usb1 = ubh_get_usb_first (USPI_UBH); in ufs_add_fragments()458 ubh_mark_buffer_dirty (USPI_UBH); in ufs_add_fragments()493 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_alloc_fragments()583 ubh_mark_buffer_dirty (USPI_UBH); in ufs_alloc_fragments()609 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_alloccg_block()[all …]
192 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_error()196 ubh_mark_buffer_dirty(USPI_UBH); in ufs_error()224 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_panic()228 ubh_mark_buffer_dirty(USPI_UBH); in ufs_panic()614 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_read_super()615 usb2 = ubh_get_usb_second(USPI_UBH); in ufs_read_super()616 usb3 = ubh_get_usb_third(USPI_UBH); in ufs_read_super()855 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_write_super()856 usb3 = ubh_get_usb_third(USPI_UBH); in ufs_write_super()864 ubh_mark_buffer_dirty (USPI_UBH); in ufs_write_super()[all …]
74 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_free_inode()123 ubh_mark_buffer_dirty (USPI_UBH); in ufs_free_inode()165 usb1 = ubh_get_usb_first(USPI_UBH); in ufs_new_inode()243 ubh_mark_buffer_dirty (USPI_UBH); in ufs_new_inode()
22 #define USPI_UBH ((struct ufs_buffer_head *)uspi) macro