tag | line | file | source code |
first_free | 305 | drivers/char/vt.c | char *first_free; |
first_free | 325 | drivers/char/vt.c | first_free = func_table[NR_FUNC - 1] + |
first_free | 329 | drivers/char/vt.c | first_free + delta > func_buf + FUNC_BUFSIZE |
first_free | 336 | drivers/char/vt.c | first_free - func_table[i + 1]); |
first_free | 39 | fs/ext2/dcache.c | static struct dir_cache_entry * first_free = NULL; |
first_free | 75 | fs/ext2/dcache.c | first_free = &dcache[0]; |
first_free | 191 | fs/ext2/dcache.c | p->next = first_free; |
first_free | 192 | fs/ext2/dcache.c | first_free = p; |
first_free | 280 | fs/ext2/dcache.c | if (first_free) { |
first_free | 281 | fs/ext2/dcache.c | p = first_free; |
first_free | 282 | fs/ext2/dcache.c | first_free = p->next; |
first_free | 330 | fs/ext2/dcache.c | p->next = first_free; |
first_free | 331 | fs/ext2/dcache.c | first_free = p; |
first_free | 217 | fs/hpfs/hpfs.h | unsigned first_free; /* offset from start of dnode to |
first_free | 280 | fs/hpfs/hpfs.h | return (void *) dnode + dnode->first_free; |
first_free | 335 | fs/hpfs/hpfs.h | unsigned short first_free; /* offset from start of header to |