tag | line | file | source code |
ncount | 140 | fs/buffer.c | int nlist, ncount; |
ncount | 150 | fs/buffer.c | ncount = 0; |
ncount | 196 | fs/buffer.c | ncount++; |
ncount | 202 | fs/buffer.c | if (ncount) printk("sys_sync: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1718 | fs/buffer.c | int ncount; |
ncount | 1724 | fs/buffer.c | ncount = 0; |
ncount | 1760 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1767 | fs/buffer.c | if (ncount) printk("sync_old_buffers: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1793 | fs/buffer.c | int ncount; |
ncount | 1831 | fs/buffer.c | ncount = 0; |
ncount | 1868 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1874 | fs/buffer.c | if (ncount) printk("sys_bdflush: %d dirty buffers not on dirty list\n", ncount); |