tag | line | file | source code |
clear | 34 | fs/fat/mmap.c | unsigned int clear; |
clear | 44 | fs/fat/mmap.c | clear = 0; |
clear | 48 | fs/fat/mmap.c | clear = PAGE_SIZE; |
clear | 54 | fs/fat/mmap.c | clear = PAGE_SIZE - gap; |
clear | 58 | fs/fat/mmap.c | need_read = PAGE_SIZE - clear; |
clear | 71 | fs/fat/mmap.c | if (clear > 0){ |
clear | 72 | fs/fat/mmap.c | memset ((char*)page+PAGE_SIZE-clear,0,clear); |
clear | 38 | fs/ncpfs/mmap.c | unsigned int clear; |
clear | 50 | fs/ncpfs/mmap.c | clear = 0; |
clear | 53 | fs/ncpfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
clear | 64 | fs/ncpfs/mmap.c | clear = PAGE_SIZE; |
clear | 69 | fs/ncpfs/mmap.c | int count = PAGE_SIZE - clear; |
clear | 110 | fs/ncpfs/mmap.c | while (clear--) { |
clear | 32 | fs/smbfs/mmap.c | unsigned int clear; |
clear | 44 | fs/smbfs/mmap.c | clear = 0; |
clear | 46 | fs/smbfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
clear | 53 | fs/smbfs/mmap.c | clear = PAGE_SIZE; |
clear | 58 | fs/smbfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
clear | 82 | fs/smbfs/mmap.c | while (clear--) { |
clear | 34 | include/asm-sparc/irq.h | unsigned int clear; /* Clear this cpus irqs here. */ |
clear | 45 | include/asm-sparc/irq.h | unsigned int clear; /* Clear master IRQ's by setting bits here. */ |