Searched refs:ino2 (Results 1 – 25 of 29) sorted by relevance
12
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 286 if (pctx->ino == pctx->ino2) in print_bitmap_problem() 287 pctx->ino2 = 0; in print_bitmap_problem() 292 if (pctx->ino == pctx->ino2) in print_bitmap_problem() 293 pctx->ino2 = 0; in print_bitmap_problem() 300 pctx->ino = pctx->ino2 = 0; in print_bitmap_problem() 344 pctx.ino2 = ext2fs_get_block_bitmap_end2(ctx->block_found_map); in check_block_bitmaps() 359 pctx.ino2 = ext2fs_get_block_bitmap_end2(fs->block_map); in check_block_bitmaps() 596 pctx.ino2 = ext2fs_get_inode_bitmap_end2(ctx->inode_used_map); in check_inode_bitmaps() 609 pctx.ino2 = ext2fs_get_inode_bitmap_end2(fs->inode_map); in check_inode_bitmaps() 620 pctx.ino = pctx.ino2 = 0; in check_inode_bitmaps() [all …]
|
D | message.c | 440 fprintf(f, "%*u", width, ctx->ino2); in expand_percent_expression() 455 print_pathname(f, fs, ctx->ino2, in expand_percent_expression()
|
D | problem.h | 16 ext2_ino_t ino, ino2, dir; member
|
D | pass3.c | 362 if (e2fsck_dir_info_get_dotdot(ctx, dir, &pctx->ino2) || in check_directory() 367 if (pctx->ino2 != pctx->dir) { in check_directory()
|
D | pass2.c | 965 cd->pctx.ino2 = 0; in check_dir_block() 1455 cd->pctx.ino2 = subdir_parent; in check_dir_block() 1462 cd->pctx.ino2 = 0; in check_dir_block()
|
D | unix.c | 424 pctx.ino2 = ctx->free_inodes; in check_if_skip() 425 if ((pctx.ino != pctx.ino2) && in check_if_skip()
|
D | super.c | 683 pctx.ino2 = should_be; in check_super_block()
|
/external/python/cpython2/Lib/ |
D | posixpath.py | 197 ino2 = s2.st_ino 198 if ino1 == ino2:
|
/external/python/cpython3/Lib/ |
D | posixpath.py | 217 ino2 = s2.st_ino 218 if ino1 == ino2:
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 56 #. %j <ino2> inode number 60 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 62 #. then return the pathname of directory <ino2>)
|
D | fi.po | 54 #. %j <ino2> inode number 58 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 60 #. then return the pathname of directory <ino2>)
|
D | zh_CN.po | 55 #. %j <ino2> inode number 59 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 61 #. then return the pathname of directory <ino2>)
|
D | sr.po | 55 #. %j <ino2> inode number 59 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 61 #. then return the pathname of directory <ino2>)
|
D | uk.po | 57 #. %j <ino2> inode number 61 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 63 #. then return the pathname of directory <ino2>)
|
D | ms.po | 54 #. %j <ino2> inode number 58 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 60 #. then return the pathname of directory <ino2>)
|
D | eo.po | 58 #. %j <ino2> inode number 62 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 64 #. then return the pathname of directory <ino2>)
|
D | it.po | 56 #. %j <ino2> inode number 60 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 62 #. then return the pathname of directory <ino2>)
|
D | id.po | 58 #. %j <ino2> inode number 62 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 64 #. then return the pathname of directory <ino2>)
|
D | da.po | 57 #. %j <ino2> inode number 61 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 63 #. then return the pathname of directory <ino2>)
|
D | sv.po | 57 #. %j <ino2> inode number 61 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 63 #. then return the pathname of directory <ino2>)
|
D | nl.po | 73 #. %j <ino2> inode number 77 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 79 #. then return the pathname of directory <ino2>)
|
D | tr.po | 55 #. %j <ino2> inode number 59 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 61 #. then return the pathname of directory <ino2>)
|
D | pl.po | 54 #. %j <ino2> inode number 58 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 60 #. then return the pathname of directory <ino2>)
|
D | ca.po | 55 #. %j <ino2> inode number 59 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 61 #. then return the pathname of directory <ino2>)
|
D | cs.po | 56 #. %j <ino2> inode number 60 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 62 #. then return the pathname of directory <ino2>)
|
12