Searched refs:ns_sbh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dthe_nilfs.c168 brelse(nilfs->ns_sbh[0]);
169 brelse(nilfs->ns_sbh[1]);
538 brelse(nilfs->ns_sbh[i]);
539 nilfs->ns_sbh[i] = NULL;
547 brelse(nilfs->ns_sbh[0]);
548 nilfs->ns_sbh[0] = nilfs->ns_sbh[1];
550 nilfs->ns_sbh[1] = NULL;
556 struct buffer_head *tsbh = nilfs->ns_sbh[0];
559 nilfs->ns_sbh[
[all...]
H A Dsuper.c180 set_buffer_dirty(nilfs->ns_sbh[0]);
183 err = __sync_dirty_buffer(nilfs->ns_sbh[0],
193 err = sync_dirty_buffer(nilfs->ns_sbh[0]);
199 if (err == -EIO && nilfs->ns_sbh[1]) {
221 if (nilfs->ns_sbh[1]) {
223 set_buffer_dirty(nilfs->ns_sbh[1]);
224 if (sync_dirty_buffer(nilfs->ns_sbh[1]) < 0)
H A Dthe_nilfs.h58 * @ns_sbh: buffer heads of on-disk super blocks
122 struct buffer_head *ns_sbh[2]; member in struct:the_nilfs

Completed in 93 milliseconds