tag | line | file | source code |
extent | 15 | arch/i386/kernel/ioport.c | static void set_bitmap(unsigned long *bitmap, short base, short extent, int new_value) |
extent | 20 | arch/i386/kernel/ioport.c | int length = low_index + extent; |
extent | 162 | arch/i386/math-emu/fpu_emu.h | asmlinkage void round_reg(FPU_REG *arg, unsigned int extent, |
extent | 19 | arch/mips/kernel/ioport.c | static void set_bitmap(unsigned long *bitmap, short base, short extent, int new_value) |
extent | 24 | arch/mips/kernel/ioport.c | int length = low_index + extent; |
extent | 335 | fs/isofs/inode.c | s->u.isofs_sb.s_firstdatazone = (isonum_733( rootp->extent) |
extent | 353 | fs/isofs/inode.c | isonum_733 (rootp->extent) << s -> u.isofs_sb.s_log_zone_size); |
extent | 374 | fs/isofs/inode.c | s->s_mounted = iget(s, isonum_733 (rootp->extent) << s -> u.isofs_sb.s_log_zone_size); |
extent | 535 | fs/isofs/inode.c | inode->u.isofs_i.i_first_extent = (isonum_733 (raw_inode->extent) + |
extent | 637 | fs/isofs/inode.c | int isofs_lookup_grandparent(struct inode * parent, int extent) |
extent | 651 | fs/isofs/inode.c | block = extent << (ISOFS_BLOCK_BITS - bufbits); |
extent | 743 | fs/isofs/inode.c | if (find_rock_ridge_relocation(de, parent) == extent){ |
extent | 46 | fs/isofs/rock.c | {cont_extent = isonum_733(rr->u.CE.extent); \ |
extent | 114 | fs/isofs/rock.c | retval = isonum_733 (de->extent); |
extent | 12 | fs/isofs/rock.h | char extent[8]; |
extent | 20 | include/linux/ioport.h | extern int check_region(unsigned int from, unsigned int extent); |
extent | 21 | include/linux/ioport.h | extern void snarf_region(unsigned int from, unsigned int extent); |
extent | 22 | include/linux/ioport.h | extern void request_region(unsigned int from, unsigned int extent,const char *name); |
extent | 23 | include/linux/ioport.h | extern void release_region(unsigned int from, unsigned int extent); |
extent | 98 | include/linux/iso_fs.h | char extent[4]; /* 731 */ |
extent | 109 | include/linux/iso_fs.h | char extent [ISODCL (3, 10)]; /* 733 */ |