Searched refs:nopad (Results 1 – 5 of 5) sorted by relevance
103 padding to a 4K boundary. This prompted the addition of the -nopad option.
126 -nopad do not pad filesystem to a multiple of 4K725 The -nopad option informs mksquashfs to not pad the filesystem to a 4K multiple.
603 specified. A nopad option has also been added, which
456 add_test(TJUnitTest-yuv-nopad468 add_test(TJUnitTest-bi-yuv-nopad501 add_test(tjunittest${suffix}-yuv-nopad tjunittest${suffix} -yuv -noyuvpad)
119 int nopad = FALSE; variable335 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad);439 write_filesystem_tables(&sBlk, nopad); in restorefs()5080 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad) in write_filesystem_tables() argument5109 if(!nopad && (i = bytes & (4096 - 1))) { in write_filesystem_tables()5923 nopad = TRUE; in main()6501 write_filesystem_tables(&sBlk, nopad); in main()