Home
last modified time | relevance | path

Searched refs:j (Results 1 – 9 of 9) sorted by relevance

/fs/squashfs/
A Dsqfs_dir.c36 int j, offset; in sqfs_dir_offset() local
57 for (j = 0; j < m_count; j++) { in sqfs_dir_offset()
58 if (m_list[j] == start_block) in sqfs_dir_offset()
59 return (++j * SQFS_METADATA_BLOCK_SIZE) + offset; in sqfs_dir_offset()
A Dsqfs.c300 int i, j, ret = 0; in sqfs_tokenize() local
314 for (j = 0; j < count; j++) { in sqfs_tokenize()
317 if (!tokens[j]) { in sqfs_tokenize()
511 for (j = 0; j < token_count; j++) { in sqfs_search_dir()
565 j - 1); in sqfs_search_dir()
694 int j, ret = 0; in sqfs_get_metablk_pos() local
700 for (j = 0; j < metablks_count; j++) { in sqfs_get_metablk_pos()
770 for (j = 0; j < metablks_count; j++) { in sqfs_read_inode_table()
865 for (j = 0; j < metablks_count; j++) { in sqfs_read_directory_table()
991 for (j = 0; j < token_count; j++) in sqfs_opendir_nest()
[all …]
/fs/fat/
A Dfat_write.c152 int j; in set_name() local
156 j = i; in set_name()
158 j = 30 - fls(i); in set_name()
159 j = 10 + (rand() >> j); in set_name()
161 sprintf(buf, "~%d", j); in set_name()
321 int j, end_idx = 0; in str2slot() local
323 for (j = 0; j <= 8; j += 2) { in str2slot()
325 slotptr->name0_4[j] = 0; in str2slot()
334 for (j = 0; j <= 10; j += 2) { in str2slot()
336 slotptr->name5_10[j] = 0; in str2slot()
[all …]
A Dfat.c453 int j; in slot2str() local
455 for (j = 0; j <= 8; j += 2) { in slot2str()
456 l_name[*idx] = slotptr->name0_4[j]; in slot2str()
461 for (j = 0; j <= 10; j += 2) { in slot2str()
462 l_name[*idx] = slotptr->name5_10[j]; in slot2str()
467 for (j = 0; j <= 2; j += 2) { in slot2str()
468 l_name[*idx] = slotptr->name11_12[j]; in slot2str()
/fs/ext4/
A Dext4_common.c246 int j = 0; in _get_new_inode_no() local
257 for (j = 0; j < fs->blksz; j++) { in _get_new_inode_no()
1274 short j; in alloc_double_indirect_block() local
1344 for (j = 0; j < (fs->blksz / sizeof(int)); j++) { in alloc_double_indirect_block()
1381 short j; in alloc_triple_indirect_block() local
1430 for (j = 0; j < (fs->blksz / sizeof(int)); j++) { in alloc_triple_indirect_block()
A Dext4_write.c284 int i, j; in delete_triple_indirect_block() local
325 for (j = 0; j < fs->blksz / sizeof(int); j++) { in delete_triple_indirect_block()
/fs/ubifs/
A Dlprops.c960 int i = 0, j, err = 0; in dbg_check_heap() local
990 for (j = 0; j < i; j++) { in dbg_check_heap()
991 lp = heap->arr[j]; in dbg_check_heap()
A Dlpt.c608 int lnum, err = 0, node_sz, iopos, i, j, cnt, len, alen, row; in ubifs_create_dflt_lpt() local
743 for (j = 0; j < UBIFS_LPT_FANOUT; j++) { in ubifs_create_dflt_lpt()
749 nnode->nbranch[j].lnum = blnum; in ubifs_create_dflt_lpt()
750 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt()
754 nnode->nbranch[j].lnum = 0; in ubifs_create_dflt_lpt()
755 nnode->nbranch[j].offs = 0; in ubifs_create_dflt_lpt()
/fs/zfs/
A Dzfs.c733 int i, j; in zap_hash() local
735 for (ct = table + i, *ct = i, j = 8; j > 0; j--) in zap_hash()

Completed in 27 milliseconds