Searched refs:should_be (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c3837 __u32 should_be; local
3854 should_be = header->h_refcount + adjust_sign * count;
3855 pctx.num = should_be;
3857 header->h_refcount = should_be;
5794 int should_be = EXT2_FT_UNKNOWN; local
5807 should_be = EXT2_FT_DIR;
5810 should_be = EXT2_FT_REG_FILE;
5814 should_be = 0;
5818 should_be = ext2_file_type(inode.i_mode);
5820 if (filetype == should_be)
11675 blk_t should_be; local
[all...]

Completed in 67 milliseconds