Home
last modified time | relevance | path

Searched refs:SQUASHFS_ALLOC (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h32 #define SQUASHFS_ALLOC(a) vmalloc(a) macro
35 #define SQUASHFS_ALLOC(a) kmalloc(a, GFP_KERNEL) macro
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c457 if (!(msblk->fragment[i].data = SQUASHFS_ALLOC in get_cached_fragment()