Lines Matching refs:sb2i
346 int sb2i; /* array index of the secondary superblock */
352 sb2i = 1;
355 sb2i = 0;
358 sb2i = -1;
361 if (sb2i >= 0 && (u64)blocknr << nilfs->ns_blocksize_bits == sb2off)
378 if (sb2i >= 0) {
385 memcpy(nsbp, nilfs->ns_sbp[sb2i], nilfs->ns_sbsize);
400 if (sb2i >= 0) {
401 brelse(nilfs->ns_sbh[sb2i]);
402 nilfs->ns_sbh[sb2i] = nsbh;
403 nilfs->ns_sbp[sb2i] = nsbp;