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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs.h94 #define SQUASHFS_NO_FRAGMENTS(flags) SQUASHFS_BIT(flags, \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dread_fs.c406 printf("\tFragments are %spresent in the filesystem\n", SQUASHFS_NO_FRAGMENTS(sBlk->flags) ? "not " : "");
H A Dunsquashfs.c1296 TRACE("\tFragments are %s present in the filesystem\n", SQUASHFS_NO_FRAGMENTS(sBlk.flags) ? "not" : "");
H A Dmksquashfs.c3129 no_fragments = SQUASHFS_NO_FRAGMENTS(sBlk.flags);

Completed in 105 milliseconds