Home
last modified time | relevance | path

Searched refs:SLAB_NOFS (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/
Dslab.h18 #define SLAB_NOFS GFP_NOFS macro
/linux-2.4.37.9/fs/nfs/
Dpagelist.c35 p = kmem_cache_alloc(nfs_page_cachep, SLAB_NOFS); in nfs_page_alloc()
Dread.c63 p = kmem_cache_alloc(nfs_rdata_cachep, SLAB_NOFS); in nfs_readdata_alloc()
Dwrite.c105 p = kmem_cache_alloc(nfs_wdata_cachep, SLAB_NOFS); in nfs_writedata_alloc()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c1673 bh = kmem_cache_alloc(bh_cachep, SLAB_NOFS); in _pagebuf_page_io()
/linux-2.4.37.9/fs/
Dbuffer.c1256 if((bh = kmem_cache_alloc(bh_cachep, SLAB_NOFS)) != NULL) { in get_unused_buffer_head()