Searched refs:nr_words (Results 1 – 2 of 2) sorted by relevance
111 unsigned long nr_words; member221 unsigned int i, nr_words; in __superblock_all_zeroes() local240 nr_words = dm_bm_block_size(bm) / sizeof(__le64); in __superblock_all_zeroes()241 for (i = 0; i < nr_words; i++) { in __superblock_all_zeroes()467 cmd->dmap[0].dirty_words = kvzalloc(bitmap_size(cmd->nr_words), GFP_KERNEL); in dirty_map_init()475 cmd->dmap[1].dirty_words = kvzalloc(bitmap_size(cmd->nr_words), GFP_KERNEL); in dirty_map_init()546 cmd->nr_words = BITS_TO_LONGS(cmd->nr_regions); in dm_clone_metadata_open()719 word = find_next_bit(dmap->dirty_words, cmd->nr_words, word); in __flush_dmap()721 if (word == cmd->nr_words) in __flush_dmap()731 } while (word < cmd->nr_words); in __flush_dmap()
11607 static u16 drx_u_code_compute_crc(u8 *block_data, u16 nr_words) in drx_u_code_compute_crc() argument11614 while (i < nr_words) { in drx_u_code_compute_crc()