tag | line | file | source code |
dirty | 312 | drivers/scsi/st.c | if (STp->dirty == 1) { |
dirty | 348 | drivers/scsi/st.c | STp->dirty = 0; |
dirty | 359 | drivers/scsi/st.c | STp->dirty = 0; |
dirty | 451 | drivers/scsi/st.c | STp->dirty = 0; |
dirty | 916 | drivers/scsi/st.c | STp->dirty = 0; |
dirty | 932 | drivers/scsi/st.c | STp->dirty = 0; |
dirty | 935 | drivers/scsi/st.c | STp->dirty = 1; |
dirty | 957 | drivers/scsi/st.c | STp->dirty = !((STp->buffer)->writing == |
dirty | 1547 | drivers/scsi/st.c | if (STp->dirty || (STp->buffer)->buffer_bytes != 0) |
dirty | 2008 | drivers/scsi/st.c | STp->dirty = 0; |
dirty | 28 | drivers/scsi/st.h | unsigned char dirty; |
dirty | 1399 | fs/buffer.c | int found = 0, locked = 0, dirty = 0, used = 0, lastused = 0; |
dirty | 1408 | fs/buffer.c | shared = found = locked = dirty = used = lastused = 0; |
dirty | 1416 | fs/buffer.c | dirty++; |
dirty | 1423 | fs/buffer.c | nlist, found, used, lastused, locked, dirty, shared); |
dirty | 96 | fs/hpfs/hpfs.h | unsigned dirty: 1; /* 0 clean, 1 "improperly stopped" */ |
dirty | 407 | fs/hpfs/hpfs_fs.c | dubious |= check_warn(spareblock->dirty != 0, |
dirty | 527 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
dirty | 556 | fs/proc/array.c | ++*dirty; |
dirty | 565 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
dirty | 583 | fs/proc/array.c | statm_pte_range(pmd, address, end - address, pages, shared, dirty, total); |
dirty | 590 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
dirty | 593 | fs/proc/array.c | statm_pmd_range(pgd, address, end - address, pages, shared, dirty, total); |
dirty | 611 | fs/proc/array.c | int pages = 0, shared = 0, dirty = 0, total = 0; |
dirty | 613 | fs/proc/array.c | statm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total); |
dirty | 616 | fs/proc/array.c | dt += dirty; |