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
118 int nopad = FALSE; variable328 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad);414 write_filesystem_tables(&sBlk, nopad); in restorefs()4883 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad) in write_filesystem_tables() argument4912 if(!nopad && (i = bytes & (4096 - 1))) { in write_filesystem_tables()5702 nopad = TRUE; in main()6272 write_filesystem_tables(&sBlk, nopad); in main()
431 add_test(TJUnitTest-yuv-nopad443 add_test(TJUnitTest-bi-yuv-nopad469 add_test(tjunittest${suffix}-yuv-nopad tjunittest${suffix} -yuv -noyuvpad)