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 | 1688 | fs/buffer.c | int ncount; |
ncount | 1694 | fs/buffer.c | ncount = 0; |
ncount | 1730 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1737 | fs/buffer.c | if (ncount) printk("sync_old_buffers: %d dirty buffers not on dirty list\n", ncount); |
ncount | 1763 | fs/buffer.c | int ncount; |
ncount | 1801 | fs/buffer.c | ncount = 0; |
ncount | 1838 | fs/buffer.c | if(nlist != BUF_DIRTY) ncount++; |
ncount | 1844 | fs/buffer.c | if (ncount) printk("sys_bdflush: %d dirty buffers not on dirty list\n", ncount); |