tag | line | file | source code |
cpnt | 70 | fs/isofs/dir.c | char * cpnt = 0; |
cpnt | 112 | fs/isofs/dir.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 113 | fs/isofs/dir.c | memcpy(cpnt, bh->b_data, BLOCK_SIZE); |
cpnt | 114 | fs/isofs/dir.c | de = (struct iso_directory_record *) (old_offset + cpnt); |
cpnt | 120 | fs/isofs/dir.c | memcpy(cpnt+BLOCK_SIZE, bh->b_data, BLOCK_SIZE); |
cpnt | 167 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 168 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 169 | fs/isofs/dir.c | cpnt = 0; |
cpnt | 205 | fs/isofs/dir.c | if (cpnt) { |
cpnt | 206 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 207 | fs/isofs/dir.c | cpnt = 0; |
cpnt | 221 | fs/isofs/dir.c | if (cpnt) kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 269 | fs/isofs/inode.c | unsigned char * pnt, *cpnt = 0; |
cpnt | 285 | fs/isofs/inode.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 286 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 290 | fs/isofs/inode.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 291 | fs/isofs/inode.c | pnt = ((char *) cpnt) + (inode->i_ino & (ISOFS_BUFFER_SIZE - 1)); |
cpnt | 405 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 406 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 407 | fs/isofs/inode.c | cpnt = 0; |
cpnt | 448 | fs/isofs/inode.c | char * cpnt = 0; |
cpnt | 522 | fs/isofs/inode.c | cpnt = kmalloc(1<<ISOFS_BLOCK_BITS,GFP_KERNEL); |
cpnt | 523 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 524 | fs/isofs/inode.c | de = (struct iso_directory_record *) (old_offset + cpnt); |
cpnt | 531 | fs/isofs/inode.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 539 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 540 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 541 | fs/isofs/inode.c | cpnt = 0; |
cpnt | 548 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 549 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
cpnt | 550 | 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 | 365 | fs/isofs/rock.c | unsigned char * pnt, *cpnt = 0; |
cpnt | 389 | fs/isofs/rock.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
cpnt | 390 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 394 | fs/isofs/rock.c | memcpy(cpnt+ISOFS_BUFFER_SIZE, bh->b_data, ISOFS_BUFFER_SIZE); |
cpnt | 395 | fs/isofs/rock.c | pnt = ((char *) cpnt) + (inode->i_ino & (ISOFS_BUFFER_SIZE - 1)); |
cpnt | 461 | fs/isofs/rock.c | if (cpnt) { |
cpnt | 462 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 463 | fs/isofs/rock.c | cpnt = 0; |