tag | line | file | source code |
cpnt | 73 | fs/isofs/dir.c | void * cpnt = NULL; |
cpnt | 121 | fs/isofs/dir.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 122 | fs/isofs/dir.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 124 | fs/isofs/dir.c | ((char *)cpnt + old_offset); |
cpnt | 130 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 133 | fs/isofs/dir.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 181 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 182 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 183 | fs/isofs/dir.c | cpnt = NULL; |
cpnt | 216 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 217 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 218 | fs/isofs/dir.c | cpnt = NULL; |
cpnt | 232 | fs/isofs/dir.c | if (cpnt) |
cpnt | 233 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 338 | fs/isofs/inode.c | void *cpnt = NULL; |
cpnt | 355 | fs/isofs/inode.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 356 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 359 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 363 | fs/isofs/inode.c | memcpy((char *)cpnt + bufsize, bh->b_data, bufsize); |
cpnt | 364 | fs/isofs/inode.c | pnt = ((unsigned char *) cpnt |
cpnt | 475 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 476 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 477 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 538 | fs/isofs/inode.c | void * cpnt = NULL; |
cpnt | 617 | fs/isofs/inode.c | cpnt = kmalloc(1<<ISOFS_BLOCK_BITS,GFP_KERNEL); |
cpnt | 618 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 620 | fs/isofs/inode.c | ((char *)cpnt + old_offset); |
cpnt | 625 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 628 | fs/isofs/inode.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 636 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 637 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 638 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 646 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 647 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 648 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 72 | fs/isofs/namei.c | void * cpnt = NULL; |
cpnt | 118 | fs/isofs/namei.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 119 | fs/isofs/namei.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 121 | fs/isofs/namei.c | ((char *)cpnt + old_offset); |
cpnt | 126 | fs/isofs/namei.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 129 | fs/isofs/namei.c | memcpy((char *)cpnt+bufsize,bh->b_data,bufsize); |
cpnt | 180 | fs/isofs/namei.c | if (cpnt) { |
cpnt | 181 | fs/isofs/namei.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 182 | fs/isofs/namei.c | cpnt = NULL; |
cpnt | 204 | fs/isofs/namei.c | if (cpnt) |
cpnt | 205 | fs/isofs/namei.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 389 | fs/isofs/rock.c | void * cpnt = NULL; |
cpnt | 416 | fs/isofs/rock.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 417 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 420 | fs/isofs/rock.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 424 | fs/isofs/rock.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 425 | fs/isofs/rock.c | pnt = ((unsigned char *) cpnt) + (inode->i_ino & (bufsize - 1)); |
cpnt | 493 | fs/isofs/rock.c | if (cpnt) { |
cpnt | 494 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 495 | fs/isofs/rock.c | cpnt = NULL; |