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 | 328 | fs/isofs/inode.c | void *cpnt = NULL; |
cpnt | 343 | fs/isofs/inode.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 344 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 348 | fs/isofs/inode.c | memcpy((char *)cpnt + bufsize, bh->b_data, bufsize); |
cpnt | 349 | fs/isofs/inode.c | pnt = ((unsigned char *) cpnt |
cpnt | 464 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 465 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 466 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 510 | fs/isofs/inode.c | void * cpnt = NULL; |
cpnt | 589 | fs/isofs/inode.c | cpnt = kmalloc(1<<ISOFS_BLOCK_BITS,GFP_KERNEL); |
cpnt | 590 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 592 | fs/isofs/inode.c | ((char *)cpnt + old_offset); |
cpnt | 597 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 600 | fs/isofs/inode.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 608 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 609 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 610 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 618 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 619 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 620 | 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 | 374 | fs/isofs/rock.c | void * cpnt = NULL; |
cpnt | 399 | fs/isofs/rock.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 400 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data, bufsize); |
cpnt | 404 | fs/isofs/rock.c | memcpy((char *)cpnt+bufsize, bh->b_data, bufsize); |
cpnt | 405 | fs/isofs/rock.c | pnt = ((unsigned char *) cpnt) + (inode->i_ino & (bufsize - 1)); |
cpnt | 473 | fs/isofs/rock.c | if (cpnt) { |
cpnt | 474 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 475 | fs/isofs/rock.c | cpnt = NULL; |