tag | line | file | source code |
cpnt | 69 | fs/isofs/dir.c | char * cpnt = 0; |
cpnt | 111 | fs/isofs/dir.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 112 | fs/isofs/dir.c | memcpy(cpnt, bh->b_data, BLOCK_SIZE); |
cpnt | 113 | fs/isofs/dir.c | de = (struct iso_directory_record *) (old_offset + cpnt); |
cpnt | 119 | fs/isofs/dir.c | memcpy(cpnt+BLOCK_SIZE, bh->b_data, BLOCK_SIZE); |
cpnt | 166 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 167 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 168 | fs/isofs/dir.c | cpnt = 0; |
cpnt | 204 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 205 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 206 | fs/isofs/dir.c | cpnt = 0; |
cpnt | 220 | fs/isofs/dir.c | if (cpnt) kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 266 | fs/isofs/inode.c | unsigned char * pnt, *cpnt = 0; |
cpnt | 282 | fs/isofs/inode.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 283 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 287 | fs/isofs/inode.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 288 | fs/isofs/inode.c | pnt = ((char *) cpnt) + (inode->i_ino & (ISOFS_BUFFER_SIZE - 1)); |
cpnt | 402 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 403 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 404 | fs/isofs/inode.c | cpnt = 0; |
cpnt | 451 | fs/isofs/inode.c | char * cpnt = 0; |
cpnt | 525 | fs/isofs/inode.c | cpnt = kmalloc(1<<ISOFS_BLOCK_BITS,GFP_KERNEL); |
cpnt | 526 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 527 | fs/isofs/inode.c | de = (struct iso_directory_record *) (old_offset + cpnt); |
cpnt | 534 | fs/isofs/inode.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 542 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 543 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 544 | fs/isofs/inode.c | cpnt = 0; |
cpnt | 551 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 552 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 553 | fs/isofs/inode.c | cpnt = 0; |
cpnt | 69 | fs/isofs/namei.c | char * cpnt = 0; |
cpnt | 114 | fs/isofs/namei.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 115 | fs/isofs/namei.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 116 | fs/isofs/namei.c | de = (struct iso_directory_record *) (old_offset + cpnt); |
cpnt | 122 | fs/isofs/namei.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 169 | fs/isofs/namei.c | if (cpnt) { kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); cpnt = 0;}; |
cpnt | 188 | fs/isofs/namei.c | if (cpnt) kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 362 | fs/isofs/rock.c | unsigned char * pnt, *cpnt = 0; |
cpnt | 386 | fs/isofs/rock.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 387 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 391 | fs/isofs/rock.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 392 | fs/isofs/rock.c | pnt = ((char *) cpnt) + (inode->i_ino & (ISOFS_BUFFER_SIZE - 1)); |
cpnt | 458 | fs/isofs/rock.c | if (cpnt) { |
cpnt | 459 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 460 | fs/isofs/rock.c | cpnt = 0; |