tag | line | file | source code |
ISOFS_BLOCK_BITS | 112 | fs/isofs/dir.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
ISOFS_BLOCK_BITS | 168 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 206 | fs/isofs/dir.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 221 | fs/isofs/dir.c | if (cpnt) kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 121 | fs/isofs/inode.c | if (!(bh = bread(dev, iso_blknum << (ISOFS_BLOCK_BITS-ISOFS_BUFFER_BITS), ISOFS_BUFFER_SIZE))) { |
ISOFS_BLOCK_BITS | 190 | fs/isofs/inode.c | (ISOFS_BLOCK_BITS - ISOFS_BUFFER_BITS); |
ISOFS_BLOCK_BITS | 200 | fs/isofs/inode.c | if(s->u.isofs_sb.s_log_zone_size != (1 << ISOFS_BLOCK_BITS)) { |
ISOFS_BLOCK_BITS | 210 | fs/isofs/inode.c | isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 222 | fs/isofs/inode.c | s->s_mounted = iget(s, isonum_733 (rootp->extent) << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 246 | fs/isofs/inode.c | put_fs_long(1 << ISOFS_BLOCK_BITS, &buf->f_bsize); |
ISOFS_BLOCK_BITS | 285 | fs/isofs/inode.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
ISOFS_BLOCK_BITS | 375 | fs/isofs/inode.c | (ISOFS_BLOCK_BITS - ISOFS_BUFFER_BITS); |
ISOFS_BLOCK_BITS | 406 | fs/isofs/inode.c | kfree_s (cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 454 | fs/isofs/inode.c | block = extent << (ISOFS_BLOCK_BITS - ISOFS_BUFFER_BITS); |
ISOFS_BLOCK_BITS | 492 | fs/isofs/inode.c | block = parent_dir << (ISOFS_BLOCK_BITS - ISOFS_BUFFER_BITS); |
ISOFS_BLOCK_BITS | 522 | fs/isofs/inode.c | cpnt = kmalloc(1<<ISOFS_BLOCK_BITS,GFP_KERNEL); |
ISOFS_BLOCK_BITS | 540 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 549 | fs/isofs/inode.c | kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 114 | fs/isofs/namei.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |
ISOFS_BLOCK_BITS | 169 | fs/isofs/namei.c | if (cpnt) { kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); cpnt = 0;}; |
ISOFS_BLOCK_BITS | 188 | fs/isofs/namei.c | if (cpnt) kfree_s(cpnt, 1 << ISOFS_BLOCK_BITS); |
ISOFS_BLOCK_BITS | 333 | fs/isofs/rock.c | (ISOFS_BLOCK_BITS - ISOFS_BUFFER_BITS); |
ISOFS_BLOCK_BITS | 389 | fs/isofs/rock.c | cpnt = kmalloc(1 << ISOFS_BLOCK_BITS, GFP_KERNEL); |