tag | line | file | source code |
cpnt | 75 | fs/isofs/dir.c | void * cpnt = NULL; |
cpnt | 127 | fs/isofs/dir.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 128 | fs/isofs/dir.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 130 | fs/isofs/dir.c | ((char *)cpnt + old_offset); |
cpnt | 137 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 140 | fs/isofs/dir.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 188 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 189 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 190 | fs/isofs/dir.c | cpnt = NULL; |
cpnt | 225 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 226 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 227 | fs/isofs/dir.c | cpnt = NULL; |
cpnt | 241 | fs/isofs/dir.c | if (cpnt) |
cpnt | 242 | 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 | if (cpnt == NULL) { |
cpnt | 361 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 364 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 368 | fs/isofs/inode.c | memcpy((char *)cpnt + bufsize, bh->b_data, bufsize); |
cpnt | 369 | fs/isofs/inode.c | pnt = ((unsigned char *) cpnt |
cpnt | 497 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 498 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 499 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 541 | fs/isofs/inode.c | void * cpnt = NULL; |
cpnt | 621 | fs/isofs/inode.c | cpnt = kmalloc(1<<ISOFS_BLOCK_BITS,GFP_KERNEL); |
cpnt | 622 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 624 | fs/isofs/inode.c | ((char *)cpnt + old_offset); |
cpnt | 629 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 632 | fs/isofs/inode.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 640 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 641 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 642 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 650 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 651 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 652 | 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 | 390 | fs/isofs/rock.c | void * cpnt = NULL; |
cpnt | 417 | fs/isofs/rock.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 418 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 421 | fs/isofs/rock.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 425 | fs/isofs/rock.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 426 | fs/isofs/rock.c | pnt = ((unsigned char *) cpnt) + (inode->i_ino & (bufsize - 1)); |
cpnt | 494 | fs/isofs/rock.c | if (cpnt) { |
cpnt | 495 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 496 | fs/isofs/rock.c | cpnt = NULL; |