tag | line | file | source code |
---|---|---|---|
cont_size | 42 | fs/isofs/rock.c | int cont_extent = 0, cont_offset = 0, cont_size = 0; \ |
cont_size | 48 | fs/isofs/rock.c | cont_size = isonum_733(rr->u.CE.size);} |
cont_size | 61 | fs/isofs/rock.c | buffer = kmalloc(cont_size,GFP_KERNEL); \ |
cont_size | 70 | fs/isofs/rock.c | if(offset + cont_size >= 1024) { \ |
cont_size | 84 | fs/isofs/rock.c | memcpy(buffer + offset1, bh->b_data + offset, cont_size - offset1); \ |
cont_size | 87 | fs/isofs/rock.c | len = cont_size; \ |
cont_size | 89 | fs/isofs/rock.c | cont_size = 0; \ |