Home
last modified time | relevance | path

Searched refs:nsegments (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.c440 u64 nsegments, nblocks; in nilfs_store_disk_layout() local
491 nsegments = le64_to_cpu(sbp->s_nsegments); in nilfs_store_disk_layout()
492 if (nsegments > nilfs_max_segment_count(nilfs)) { in nilfs_store_disk_layout()
495 (unsigned long long)nsegments, in nilfs_store_disk_layout()
502 u64 min_block_count = nsegments * nilfs->ns_blocks_per_segment; in nilfs_store_disk_layout()
518 nilfs_set_nsegments(nilfs, nsegments); in nilfs_store_disk_layout()
560 u64 nsegments = le64_to_cpu(sbp->s_nsegments); in nilfs_sb2_bad_offset() local
569 return index < nsegments; in nilfs_sb2_bad_offset()
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h82 int nsegments; member
H A Ddsp_spos.c116 for (i = 0;i < module->nsegments; ++i) { in get_segment_desc()
532 for (j = 0; j < ins->modules[i].nsegments; ++ j) { in cs46xx_dsp_proc_modules_read()
H A Dcs46xx_lib.c359 for (i = 0; i < module->nsegments; i++) in free_module_desc()
433 nums = module->nsegments = le32_to_cpu(fwdat[fwlen++]); in load_firmware()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c821 bus_size_t maxsize, int nsegments, in ahc_dma_tag_create() argument
H A Daic79xx_osm.c921 bus_size_t maxsize, int nsegments, in ahd_dma_tag_create() argument