Searched refs:n_blocks_avail (Results 1 – 1 of 1) sorted by relevance
989 u16 n_blocks_avail; in __subn_get_opa_pkeytable() local1000 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_get_opa_pkeytable()1009 if (start_block + n_blocks_req > n_blocks_avail || in __subn_get_opa_pkeytable()1013 start_block, n_blocks_req, n_blocks_avail, in __subn_get_opa_pkeytable()1688 u16 n_blocks_avail; in __subn_set_opa_pkeytable() local1699 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_set_opa_pkeytable()1708 if (start_block + n_blocks_sent > n_blocks_avail || in __subn_set_opa_pkeytable()1711 start_block, n_blocks_sent, n_blocks_avail, in __subn_set_opa_pkeytable()