/linux-4.4.14/arch/powerpc/kernel/ |
D | module.c | 49 const Elf_Shdr *sect; in module_finalize() local 52 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 53 if (sect != NULL) in module_finalize() 55 (void *)sect->sh_addr, in module_finalize() 56 (void *)sect->sh_addr + sect->sh_size); in module_finalize() 58 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 59 if (sect != NULL) in module_finalize() 61 (void *)sect->sh_addr, in module_finalize() 62 (void *)sect->sh_addr + sect->sh_size); in module_finalize() 65 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() [all …]
|
D | vdso.c | 460 void *sect; in vdso_do_find_sections() local 473 sect = find_section32(v32->hdr, ".text", NULL); in vdso_do_find_sections() 474 if (sect == NULL) { in vdso_do_find_sections() 478 v32->text = sect - vdso32_kbase; in vdso_do_find_sections() 488 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections() 489 if (sect == NULL) { in vdso_do_find_sections() 493 v64->text = sect - vdso64_kbase; in vdso_do_find_sections()
|
D | rtas.c | 1010 struct pseries_errorlog *sect; in get_pseries_errorlog() local 1026 sect = (struct pseries_errorlog *)p; in get_pseries_errorlog() 1027 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog() 1028 return sect; in get_pseries_errorlog() 1029 p += pseries_errorlog_length(sect); in get_pseries_errorlog()
|
/linux-4.4.14/block/partitions/ |
D | acorn.c | 80 Sector sect; in riscix_partition() local 83 rr = read_part_sector(state, first_sect, §); in riscix_partition() 114 put_dev_sector(sect); in riscix_partition() 135 Sector sect; in linux_partition() local 143 linuxp = read_part_sector(state, first_sect, §); in linux_partition() 159 put_dev_sector(sect); in linux_partition() 169 Sector sect; in adfspart_check_CUMANA() local 192 data = read_part_sector(state, start_blk * 2 + 6, §); in adfspart_check_CUMANA() 234 put_dev_sector(sect); in adfspart_check_CUMANA() 238 put_dev_sector(sect); in adfspart_check_CUMANA() [all …]
|
D | msdos.c | 71 Sector sect; in aix_magic_present() local 89 d = read_part_sector(state, 7, §); in aix_magic_present() 93 put_dev_sector(sect); in aix_magic_present() 125 Sector sect; in parse_extended() local 141 data = read_part_sector(state, this_sector, §); in parse_extended() 206 put_dev_sector(sect); in parse_extended() 209 put_dev_sector(sect); in parse_extended() 219 Sector sect; in parse_solaris_x86() local 224 v = read_part_sector(state, offset + 1, §); in parse_solaris_x86() 228 put_dev_sector(sect); in parse_solaris_x86() [all …]
|
D | mac.c | 32 Sector sect; in mac_partition() local 44 md = read_part_sector(state, 0, §); in mac_partition() 48 put_dev_sector(sect); in mac_partition() 52 put_dev_sector(sect); in mac_partition() 54 data = read_part_sector(state, datasize / 512, §); in mac_partition() 62 put_dev_sector(sect); in mac_partition() 67 put_dev_sector(sect); in mac_partition() 77 put_dev_sector(sect); in mac_partition() 78 data = read_part_sector(state, pos/512, §); in mac_partition() 139 put_dev_sector(sect); in mac_partition()
|
D | sysv68.c | 53 Sector sect; in sysv68_partition() local 59 data = read_part_sector(state, 0, §); in sysv68_partition() 65 put_dev_sector(sect); in sysv68_partition() 70 put_dev_sector(sect); in sysv68_partition() 72 data = read_part_sector(state, i, §); in sysv68_partition() 93 put_dev_sector(sect); in sysv68_partition()
|
D | osf.c | 20 Sector sect; in osf_partition() local 55 data = read_part_sector(state, 0, §); in osf_partition() 62 put_dev_sector(sect); in osf_partition() 66 put_dev_sector(sect); in osf_partition() 71 put_dev_sector(sect); in osf_partition() 84 put_dev_sector(sect); in osf_partition()
|
D | aix.c | 105 Sector sect; in read_lba() local 106 unsigned char *data = read_part_sector(state, lba++, §); in read_lba() 112 put_dev_sector(sect); in read_lba() 173 Sector sect; in aix_partition() local 188 d = read_part_sector(state, 7, §); in aix_partition() 210 put_dev_sector(sect); in aix_partition() 212 if (vgda_sector && (d = read_part_sector(state, vgda_sector, §))) { in aix_partition() 216 put_dev_sector(sect); in aix_partition() 221 if (numlvs && (d = read_part_sector(state, vgda_sector + 1, §))) { in aix_partition() 235 put_dev_sector(sect); in aix_partition()
|
D | sgi.c | 37 Sector sect; in sgi_partition() local 42 label = read_part_sector(state, 0, §); in sgi_partition() 50 put_dev_sector(sect); in sgi_partition() 61 put_dev_sector(sect); in sgi_partition() 80 put_dev_sector(sect); in sgi_partition()
|
D | ultrix.c | 15 Sector sect; in ultrix_partition() local 29 data = read_part_sector(state, (16384 - sizeof(*label))/512, §); in ultrix_partition() 41 put_dev_sector(sect); in ultrix_partition() 45 put_dev_sector(sect); in ultrix_partition()
|
D | karma.c | 17 Sector sect; in karma_partition() local 33 data = read_part_sector(state, 0, §); in karma_partition() 39 put_dev_sector(sect); in karma_partition() 55 put_dev_sector(sect); in karma_partition()
|
D | amiga.c | 30 Sector sect; in amiga_partition() local 39 for (blk = 0; ; blk++, put_dev_sector(sect)) { in amiga_partition() 42 data = read_part_sector(state, blk, §); in amiga_partition() 82 put_dev_sector(sect); in amiga_partition() 83 for (part = 1; blk>0 && part<=16; part++, put_dev_sector(sect)) { in amiga_partition() 85 data = read_part_sector(state, blk, §); in amiga_partition()
|
D | sun.c | 19 Sector sect; in sun_partition() local 64 label = read_part_sector(state, 0, §); in sun_partition() 72 put_dev_sector(sect); in sun_partition() 82 put_dev_sector(sect); in sun_partition() 120 put_dev_sector(sect); in sun_partition()
|
D | atari.c | 35 Sector sect; in atari_partition() local 45 rs = read_part_sector(state, 0, §); in atari_partition() 60 put_dev_sector(sect); in atari_partition() 90 put_dev_sector(sect); in atari_partition() 144 put_dev_sector(sect); in atari_partition()
|
D | ibm.c | 72 Sector sect; in find_label() local 101 data = read_part_sector(state, testsect[i], §); in find_label() 108 put_dev_sector(sect); in find_label() 141 Sector sect; in find_vol1_partitions() local 156 data = read_part_sector(state, blk * secperblk, §); in find_vol1_partitions() 159 put_dev_sector(sect); in find_vol1_partitions() 166 data = read_part_sector(state, blk * secperblk, §); in find_vol1_partitions() 184 data = read_part_sector(state, blk * secperblk, §); in find_vol1_partitions()
|
D | ldm.c | 336 Sector sect; in ldm_validate_privheads() local 357 §); in ldm_validate_privheads() 363 put_dev_sector (sect); in ldm_validate_privheads() 425 Sector sect; in ldm_validate_tocblocks() local 447 data = read_part_sector(state, base + off[i], §); in ldm_validate_tocblocks() 454 put_dev_sector(sect); in ldm_validate_tocblocks() 496 Sector sect; in ldm_validate_vmdb() local 507 data = read_part_sector(state, base + OFF_VMDB, §); in ldm_validate_vmdb() 537 put_dev_sector (sect); in ldm_validate_vmdb() 560 Sector sect; in ldm_validate_partition_table() local [all …]
|
D | efi.c | 263 Sector sect; in read_lba() local 264 unsigned char *data = read_part_sector(state, n++, §); in read_lba() 270 put_dev_sector(sect); in read_lba()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | io_event_irq.c | 77 struct pseries_errorlog *sect; in ioei_find_event() local 91 sect = get_pseries_errorlog(elog, PSERIES_ELOG_SECT_ID_IO_EVENT); in ioei_find_event() 92 if (unlikely(!sect)) { in ioei_find_event() 98 return (struct pseries_io_event *) §->data; in ioei_find_event()
|
/linux-4.4.14/drivers/block/ |
D | hd.c | 122 unsigned int head, sect, cyl, wpcom, lzone, ctl; member 185 hd_info[hdind].sect = ints[3]; in hd_setup() 306 unsigned int sect, in hd_out() argument 329 outb_p(sect, ++port); in hd_out() 383 hd_out(disk, disk->sect, disk->sect, disk->head-1, in reset_hd() 558 hd_out(disk, disk->sect, 0, 0, 0, ATA_CMD_RESTORE, &recal_intr); in do_special_op() 619 sec = block % disk->sect + 1; in hd_request() 620 track = block / disk->sect; in hd_request() 666 geo->sectors = disk->sect; in hd_getgeo() 745 set_capacity(disk, p->head * p->sect * p->cyl); in hd_init() [all …]
|
D | floppy.c | 2031 if (floppy_type[DP->autodetect[probed_format]].sect) { in next_valid_format() 2096 unsigned char track, head, sect, size; in setup_format_params() member 2109 F_SECT_PER_TRACK = _floppy->sect << 2 >> F_SIZECODE; in setup_format_params() 2135 here[count].sect = 0; in setup_format_params() 2140 here[n].sect = count; in setup_format_params() 2142 if (here[n].sect) { /* sector busy, find next free sector */ in setup_format_params() 2146 while (here[n].sect) in setup_format_params() 2153 here[count].sect += FD_SECTBASE(_floppy) - 1; in setup_format_params() 2184 (_floppy->sect << 2) % (1 << FD_SIZECODE(_floppy)) || in do_format() 2247 if (block > _floppy->sect) in request_done() [all …]
|
D | ataflop.c | 649 int sect, nsect; in do_format() local 685 for( sect = 0; sect < nsect; ++sect ) { in do_format() 691 *p++ = (nsect + sect - desc->sect_offset) % nsect + 1; in do_format() 1544 getprm.sect = dtp->spt; in fd_locked_ioctl() 1579 drive, setprm.size, setprm.sect, setprm.stretch); in fd_locked_ioctl() 1606 && dtp->spt == setprm.sect in fd_locked_ioctl() 1639 dtp->spt = setprm.sect; in fd_locked_ioctl() 1640 if (setprm.sect > 14) in fd_locked_ioctl()
|
D | amiflop.c | 711 unsigned char sect; member 745 hdr.magic, hdr.track, hdr.sect, hdr.ord, in amiga_read() 762 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), in amiga_read() 764 csum = checksum((ulong *)(unit[drive].trackbuf + hdr.sect*512), 512); in amiga_read() 768 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read() 771 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[0], in amiga_read() 772 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[1], in amiga_read() 773 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[2], in amiga_read() 774 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[3]); in amiga_read() 826 hdr.sect = cnt; in putsec() [all …]
|
D | swim.c | 609 fs->secpercyl = g->head * g->sect; in setup_medium() 610 fs->secpertrack = g->sect; in setup_medium() 735 geo->sectors = g->sect; in floppy_getgeo()
|
D | sx8.c | 397 __le16 sect; member 977 port->dev_geom_sect = le16_to_cpu(desc->sect); in carm_handle_array_info()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | feature-fixups.h | 40 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument 43 .pushsection sect,"a"; \ 179 #define MAKE_LWSYNC_SECTION_ENTRY(label, sect) \ argument 181 .pushsection sect,"a"; \
|
D | rtas.h | 290 inline uint16_t pseries_errorlog_id(struct pseries_errorlog *sect) in pseries_errorlog_id() argument 292 return be16_to_cpu(sect->id); in pseries_errorlog_id() 296 inline uint16_t pseries_errorlog_length(struct pseries_errorlog *sect) in pseries_errorlog_length() argument 298 return be16_to_cpu(sect->length); in pseries_errorlog_length()
|
/linux-4.4.14/drivers/scsi/ |
D | scsicam.c | 40 Sector sect; in scsi_bios_ptable() local 41 void *data = read_dev_sector(bdev, 0, §); in scsi_bios_ptable() 44 put_dev_sector(sect); in scsi_bios_ptable()
|
/linux-4.4.14/drivers/ide/ |
D | ide.c | 241 u8 sect; member 272 ide_disks_chs[i].sect = s; in ide_set_disk_chs() 317 drive->sect = drive->bios_sect = ide_disks_chs[i].sect; in ide_dev_apply_params() 321 drive->cyl, drive->head, drive->sect); in ide_dev_apply_params()
|
D | ide-disk.c | 133 unsigned int sect, head, cyl, track; in __ide_do_rw_disk() local 135 track = (int)block / drive->sect; in __ide_do_rw_disk() 136 sect = (int)block % drive->sect + 1; in __ide_do_rw_disk() 140 pr_debug("%s: CHS=%u/%u/%u\n", drive->name, cyl, head, sect); in __ide_do_rw_disk() 143 tf->lbal = sect; in __ide_do_rw_disk() 370 drive->capacity64 = drive->cyl * drive->head * drive->sect; in ide_disk_get_capacity()
|
D | ide-probe.c | 57 id[ATA_ID_CUR_SECTORS] = id[ATA_ID_SECTORS] = drive->sect; in generic_id() 65 if (!drive->cyl || !drive->head || !drive->sect) { in ide_disk_init_chs() 68 drive->sect = drive->bios_sect = id[ATA_ID_SECTORS]; in ide_disk_init_chs() 75 drive->sect = id[ATA_ID_CUR_SECTORS]; in ide_disk_init_chs() 82 drive->sect = id[ATA_ID_SECTORS]; in ide_disk_init_chs() 503 drive->head, drive->sect); in probe_for_drive()
|
D | ide-io.c | 157 tf->nsect = drive->sect; in ide_tf_set_specify_cmd() 158 tf->lbal = drive->sect; in ide_tf_set_specify_cmd() 167 tf->nsect = drive->sect; in ide_tf_set_restore_cmd()
|
D | ide-proc.c | 469 drive->cyl, drive->head, drive->sect); in ide_geometry_proc_show()
|
/linux-4.4.14/fs/hfs/ |
D | mdb.c | 73 int off2, len, size, sect; in hfs_mdb_get() local 112 sect = be16_to_cpu(mdb->drAlBlSt) + part_start; in hfs_mdb_get() 114 while (sect & ((size - 1) >> HFS_SECTOR_SIZE_BITS)) in hfs_mdb_get() 154 sect = part_start + part_size - 2; in hfs_mdb_get() 155 bh = sb_bread512(sb, sect, mdb2); in hfs_mdb_get()
|
/linux-4.4.14/include/linux/ |
D | fd.h | 11 compat_uint_t sect; member
|
D | ide.h | 538 u8 sect; /* "real" sectors per track */ member
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 57 struct sect { struct 100 static void combine(struct sect *base, struct sect *new, int pad) in combine() 272 struct sect text, data, bss; in main() 360 struct sect ndata, nbss; in main() 370 struct sect ntxt; in main()
|
/linux-4.4.14/include/linux/mtd/ |
D | nftl.h | 47 int head,sect,cyl; member
|
D | inftl.h | 41 int head,sect,cyl; member
|
/linux-4.4.14/drivers/md/ |
D | raid1.c | 1806 sector_t sect = r1_bio->sector; in fix_sync_read_error() local 1826 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error() 1855 if (!rdev_set_badblocks(rdev, sect, s, 0)) in fix_sync_read_error() 1868 sect += s; in fix_sync_read_error() 1882 if (r1_sync_page_io(rdev, sect, s, in fix_sync_read_error() 1897 if (r1_sync_page_io(rdev, sect, s, in fix_sync_read_error() 1903 sect += s; in fix_sync_read_error() 2063 sector_t sect, int sectors) in fix_read_error() argument 2089 rdev->recovery_offset >= sect + s)) && in fix_read_error() 2090 is_badblock(rdev, sect, s, in fix_read_error() [all …]
|
D | raid10.c | 2060 sector_t sect = 0; in fix_recovery_read_error() local 2076 addr = r10_bio->devs[0].addr + sect, in fix_recovery_read_error() 2084 addr = r10_bio->devs[1].addr + sect; in fix_recovery_read_error() 2108 addr = r10_bio->devs[1].addr + sect; in fix_recovery_read_error() 2127 sect += s; in fix_recovery_read_error() 2241 int sect = 0; /* Offset from r10_bio->sector */ in fix_read_error() local 2294 is_badblock(rdev, r10_bio->devs[sl].addr + sect, s, in fix_read_error() 2300 sect, in fix_read_error() 2325 + sect, in fix_read_error() 2353 sect, in fix_read_error() [all …]
|
D | raid5.c | 87 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash() argument 89 int hash = (sect >> STRIPE_SHIFT) & HASH_MASK; in stripe_hash() 93 static inline int stripe_hash_locks_hash(sector_t sect) in stripe_hash_locks_hash() argument 95 return (sect >> STRIPE_SHIFT) & STRIPE_HASH_LOCKS_MASK; in stripe_hash_locks_hash()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vectors.S | 45 .sect ".vectors","ax"
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 2628 struct ppb_lock *sect; in cfi_ppb_unlock() local 2643 sect = kzalloc(MAX_SECTORS * sizeof(struct ppb_lock), GFP_KERNEL); in cfi_ppb_unlock() 2644 if (!sect) in cfi_ppb_unlock() 2667 sect[sectors].chip = &cfi->chips[chipnum]; in cfi_ppb_unlock() 2668 sect[sectors].offset = offset; in cfi_ppb_unlock() 2669 sect[sectors].locked = do_ppb_xxlock( in cfi_ppb_unlock() 2693 kfree(sect); in cfi_ppb_unlock() 2702 kfree(sect); in cfi_ppb_unlock() 2711 if (sect[i].locked) in cfi_ppb_unlock() 2712 do_ppb_xxlock(map, sect[i].chip, sect[i].offset, 0, in cfi_ppb_unlock() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | fd.h | 15 sect, /* sectors per track */ member
|
/linux-4.4.14/block/ |
D | compat_ioctl.c | 335 err |= __get_user(f->sect, &uf->sect); in compat_fd_ioctl() 419 err |= __put_user(f->sect, &uf->sect); in compat_fd_ioctl()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca_drv.c | 220 #define LOG_INDEX_ADD_SECT_PTR(sect, ptr) \ argument 223 list_add(&hl->list, &(sect)); \
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v7_0.c | 2834 const struct cs_section_def *sect = NULL; in gfx_v7_0_cp_gfx_start() local 2865 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_cp_gfx_start() 2866 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_cp_gfx_start() 2867 if (sect->id == SECT_CONTEXT) { in gfx_v7_0_cp_gfx_start() 4542 const struct cs_section_def *sect = NULL; in gfx_v7_0_get_csb_size() local 4553 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_get_csb_size() 4554 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_get_csb_size() 4555 if (sect->id == SECT_CONTEXT) in gfx_v7_0_get_csb_size() 4575 const struct cs_section_def *sect = NULL; in gfx_v7_0_get_csb_buffer() local 4590 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_get_csb_buffer() [all …]
|
D | gfx_v8_0.c | 3187 const struct cs_section_def *sect = NULL; in gfx_v8_0_get_csb_size() local 3195 for (sect = vi_cs_data; sect->section != NULL; ++sect) { in gfx_v8_0_get_csb_size() 3196 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v8_0_get_csb_size() 3197 if (sect->id == SECT_CONTEXT) in gfx_v8_0_get_csb_size() 3216 const struct cs_section_def *sect = NULL; in gfx_v8_0_cp_gfx_start() local 3241 for (sect = vi_cs_data; sect->section != NULL; ++sect) { in gfx_v8_0_cp_gfx_start() 3242 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v8_0_cp_gfx_start() 3243 if (sect->id == SECT_CONTEXT) { in gfx_v8_0_cp_gfx_start()
|
/linux-4.4.14/drivers/mtd/ |
D | ftl.c | 984 u_long sect; in ftl_getgeo() local 987 sect = le32_to_cpu(part->header.FormattedSize)/SECTOR_SIZE; in ftl_getgeo() 991 geo->cylinders = sect >> 3; in ftl_getgeo()
|
/linux-4.4.14/drivers/ata/ |
D | libata-core.c | 713 u32 cyl, head, sect; in ata_tf_read_block() local 717 sect = tf->lbal; in ata_tf_read_block() 719 if (!sect) { in ata_tf_read_block() 722 sect = 1; /* oh well */ in ata_tf_read_block() 725 block = (cyl * dev->heads + head) * dev->sectors + sect - 1; in ata_tf_read_block() 819 u32 sect, head, cyl, track; in ata_build_rw_tf() local 832 sect = (u32)block % dev->sectors + 1; in ata_build_rw_tf() 835 (u32)block, track, cyl, head, sect); in ata_build_rw_tf() 841 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_build_rw_tf() 845 tf->lbal = sect; in ata_build_rw_tf()
|
D | libata-scsi.c | 1611 u32 sect, head, cyl, track; in ata_scsi_verify_xlat() local 1620 sect = (u32)block % dev->sectors + 1; in ata_scsi_verify_xlat() 1623 (u32)block, track, cyl, head, sect); in ata_scsi_verify_xlat() 1629 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_scsi_verify_xlat() 1634 tf->lbal = sect; in ata_scsi_verify_xlat()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | si.c | 5673 const struct cs_section_def *sect = NULL; in si_get_csb_size() local 5684 for (sect = rdev->rlc.cs_data; sect->section != NULL; ++sect) { in si_get_csb_size() 5685 for (ext = sect->section; ext->extent != NULL; ++ext) { in si_get_csb_size() 5686 if (sect->id == SECT_CONTEXT) in si_get_csb_size() 5705 const struct cs_section_def *sect = NULL; in si_get_csb_buffer() local 5720 for (sect = rdev->rlc.cs_data; sect->section != NULL; ++sect) { in si_get_csb_buffer() 5721 for (ext = sect->section; ext->extent != NULL; ++ext) { in si_get_csb_buffer() 5722 if (sect->id == SECT_CONTEXT) { in si_get_csb_buffer()
|
D | cik.c | 7115 const struct cs_section_def *sect = NULL; in cik_get_csb_size() local 7126 for (sect = rdev->rlc.cs_data; sect->section != NULL; ++sect) { in cik_get_csb_size() 7127 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_size() 7128 if (sect->id == SECT_CONTEXT) in cik_get_csb_size() 7147 const struct cs_section_def *sect = NULL; in cik_get_csb_buffer() local 7162 for (sect = rdev->rlc.cs_data; sect->section != NULL; ++sect) { in cik_get_csb_buffer() 7163 for (ext = sect->section; ext->extent != NULL; ++ext) { in cik_get_csb_buffer() 7164 if (sect->id == SECT_CONTEXT) { in cik_get_csb_buffer()
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 142 Volume 1", W. Richard Stevens, sect 21.3, "Round-Trip Time Measurement",
|
/linux-4.4.14/kernel/ |
D | module.c | 1455 static inline bool sect_empty(const Elf_Shdr *sect) in sect_empty() argument 1457 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1294 Format: <cyl>,<head>,<sect>
|