Searched refs:nsegments (Results 1 – 7 of 7) sorted by relevance
427 u64 nsegments, nblocks; in nilfs_store_disk_layout() local478 nsegments = le64_to_cpu(sbp->s_nsegments); in nilfs_store_disk_layout()479 if (nsegments > nilfs_max_segment_count(nilfs)) { in nilfs_store_disk_layout()482 (unsigned long long)nsegments, in nilfs_store_disk_layout()489 u64 min_block_count = nsegments * nilfs->ns_blocks_per_segment; in nilfs_store_disk_layout()505 nilfs_set_nsegments(nilfs, nsegments); in nilfs_store_disk_layout()547 u64 nsegments = le64_to_cpu(sbp->s_nsegments); in nilfs_sb2_bad_offset() local556 return index < nsegments; in nilfs_sb2_bad_offset()
317 unsigned long nsegments, nsus, cnt; in nilfs_sufile_alloc() local330 nsegments = nilfs_sufile_get_nsegments(sufile); in nilfs_sufile_alloc()336 for (cnt = 0; cnt < nsegments; cnt += nsus) { in nilfs_sufile_alloc()347 sui->allocmax + 1 < nsegments) { in nilfs_sufile_alloc()349 maxsegnum = nsegments - 1; in nilfs_sufile_alloc()
82 int nsegments; member
116 for (i = 0;i < module->nsegments; ++i) { in get_segment_desc()535 for (j = 0; j < ins->modules[i].nsegments; ++ j) { in cs46xx_dsp_proc_modules_read()
359 for (i = 0; i < module->nsegments; i++) in free_module_desc()433 nums = module->nsegments = le32_to_cpu(fwdat[fwlen++]); in load_firmware()
821 bus_size_t maxsize, int nsegments, in ahc_dma_tag_create() argument
921 bus_size_t maxsize, int nsegments, in ahd_dma_tag_create() argument
Completed in 31 milliseconds