tag | line | file | source code |
ncount | 141 | fs/buffer.c | int nlist, ncount; |
ncount | 150 | fs/buffer.c | ncount = 0; |
ncount | 192 | fs/buffer.c | ncount++; |
ncount | 198 | fs/buffer.c | if (ncount) printk("sys_sync: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1660 | fs/buffer.c | int ncount; |
ncount | 1666 | fs/buffer.c | ncount = 0; |
ncount | 1702 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1709 | fs/buffer.c | if (ncount) printk("sync_old_buffers: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1735 | fs/buffer.c | int ncount; |
ncount | 1767 | fs/buffer.c | ncount = 0; |
ncount | 1804 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1810 | fs/buffer.c | if (ncount) printk("sys_bdflush: %d dirty buffers not on dirty list\n", ncount); |