tag | line | file | source code |
ncount | 160 | fs/buffer.c | int nlist, ncount; |
ncount | 169 | fs/buffer.c | ncount = 0; |
ncount | 211 | fs/buffer.c | ncount++; |
ncount | 217 | fs/buffer.c | if (ncount) printk("sys_sync: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1758 | fs/buffer.c | int ncount; |
ncount | 1764 | fs/buffer.c | ncount = 0; |
ncount | 1800 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1807 | fs/buffer.c | if (ncount) printk("sync_old_buffers: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1833 | fs/buffer.c | int ncount; |
ncount | 1865 | fs/buffer.c | ncount = 0; |
ncount | 1902 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1908 | fs/buffer.c | if (ncount) printk("sys_bdflush: %d dirty buffers not on dirty list\n", ncount); |