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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dmalloc.h30 * __ntfs_malloc - allocate memory in multiples of pages
42 static inline void *__ntfs_malloc(unsigned long size, gfp_t gfp_mask) function
66 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM);
83 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dmalloc.h30 * __ntfs_malloc - allocate memory in multiples of pages
42 static inline void *__ntfs_malloc(unsigned long size, gfp_t gfp_mask) function
66 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM);
83 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL);

Completed in 57 milliseconds