Lines Matching refs:sb2i
345 int sb2i; /* array index of the secondary superblock */
351 sb2i = 1;
354 sb2i = 0;
357 sb2i = -1;
360 if (sb2i >= 0 && (u64)blocknr << nilfs->ns_blocksize_bits == sb2off)
377 if (sb2i >= 0) {
384 memcpy(nsbp, nilfs->ns_sbp[sb2i], nilfs->ns_sbsize);
399 if (sb2i >= 0) {
400 brelse(nilfs->ns_sbh[sb2i]);
401 nilfs->ns_sbh[sb2i] = nsbh;
402 nilfs->ns_sbp[sb2i] = nsbp;