tag | line | file | source code |
---|---|---|---|
cont_size | 39 | fs/isofs/rock.c | int cont_extent = 0, cont_offset = 0, cont_size = 0; \ |
cont_size | 45 | fs/isofs/rock.c | cont_size = isonum_733(rr->u.CE.size);} |
cont_size | 58 | fs/isofs/rock.c | buffer = kmalloc(cont_size,GFP_KERNEL); \ |
cont_size | 67 | fs/isofs/rock.c | if(offset + cont_size >= 1024) { \ |
cont_size | 81 | fs/isofs/rock.c | memcpy(buffer + offset1, bh->b_data + offset, cont_size - offset1); \ |
cont_size | 84 | fs/isofs/rock.c | len = cont_size; \ |
cont_size | 86 | fs/isofs/rock.c | cont_size = 0; \ |