tag | line | file | source code |
space | 551 | drivers/char/ftape/ftape-read.c | int space = SECTORS_PER_SEGMENT - 3 - count_ones(get_bad_sector_entry(i)); |
space | 552 | drivers/char/ftape/ftape-read.c | if (space > 0) { |
space | 553 | drivers/char/ftape/ftape-read.c | ftape_last_segment.size += space; /* sectors free */ |
space | 101 | drivers/char/n_tty.c | int space, spaces; |
space | 103 | drivers/char/n_tty.c | space = tty->driver.write_room(tty); |
space | 104 | drivers/char/n_tty.c | if (!space) |
space | 113 | drivers/char/n_tty.c | if (space < 2) |
space | 134 | drivers/char/n_tty.c | if (space < spaces) |
space | 391 | drivers/net/i82586.h | in case, we leave the space. |
space | 86 | fs/msdos/namei.c | int space; |
space | 99 | fs/msdos/namei.c | space = 1; /* disallow names that _really_ start with a dot */ |
space | 114 | fs/msdos/namei.c | space = (c == ' '); |
space | 117 | fs/msdos/namei.c | if (space) return -EINVAL; |
space | 135 | fs/msdos/namei.c | space = c == ' '; |
space | 138 | fs/msdos/namei.c | if (space) return -EINVAL; |
space | 268 | fs/vfat/namei.c | int space; |
space | 276 | fs/vfat/namei.c | space = 1; /* disallow names starting with a dot */ |
space | 288 | fs/vfat/namei.c | space = c == ' '; |
space | 290 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 310 | fs/vfat/namei.c | space = c == ' '; |
space | 312 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 332 | fs/vfat/namei.c | int space; |
space | 342 | fs/vfat/namei.c | space = 1; /* disallow names starting with a dot */ |
space | 353 | fs/vfat/namei.c | space = c == ' '; |
space | 356 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 376 | fs/vfat/namei.c | space = c == ' '; |
space | 379 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 36 | include/asm-sparc/irq.h | unsigned char space[PAGE_SIZE - 12]; |
space | 61 | include/asm-sparc/timer.h | volatile unsigned char space[PAGE_SIZE - 16]; |