Home
last modified time | relevance | path

Searched refs:GFP_NOFS (Results 1 – 25 of 25) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dsupport.h49 return kmalloc(PAGE_SIZE, GFP_NOFS); in ntfs_vmalloc()
56 return __vmalloc(size, GFP_NOFS | __GFP_HIGHMEM, PAGE_KERNEL); in ntfs_vmalloc()
Dsuper.c645 buf = (char*)__get_free_page(GFP_NOFS); in ntfs_allocate_clusters()
Dinode.c1537 buf = (__u8*)__get_free_page(GFP_NOFS); in ntfs_alloc_mft_record()
/linux-2.4.37.9/fs/befs/
Dlinuxvfs.c312 inode->u.generic_ip = kmem_cache_alloc(befs_inode_cachep, GFP_NOFS); in befs_read_inode()
477 link = kmalloc(linklen, GFP_NOFS); in befs_follow_link()
512 link = kmalloc(linklen, GFP_NOFS); in befs_readlink()
558 *out = result = kmalloc(maxlen, GFP_NOFS); in befs_utf2nls()
634 *out = result = kmalloc(maxlen, GFP_NOFS); in befs_nls2utf()
730 char *buffer = kmalloc(len + 1, GFP_NOFS); in parse_options()
792 sb->u.generic_sbp = kmalloc(sizeof (struct befs_sb_info), GFP_NOFS); in befs_read_super()
Dbtree.c264 GFP_NOFS); in befs_btree_find()
438 kmalloc(sizeof (befs_btree_node), GFP_NOFS)) == NULL) { in befs_btree_read()
DChangeLog146 filesystem code should be using GFP_NOFS instead of GFP_KERNEL as the
/linux-2.4.37.9/include/linux/
Dslab.h18 #define SLAB_NOFS GFP_NOFS
Dmm.h622 #define GFP_NOFS (__GFP_HIGH | __GFP_WAIT | __GFP_IO | __GFP_HIGHIO) macro
/linux-2.4.37.9/fs/jfs/
Djfs_inode.c114 jfs_inode = kmem_cache_alloc(jfs_inode_cachep, GFP_NOFS); in alloc_jfs_inode()
Djfs_unicode.c124 kmalloc((length + 1) * sizeof(wchar_t), GFP_NOFS); in get_UCSname()
Djfs_metapage.c145 new = kmem_cache_alloc(metapage_cache, GFP_NOFS); in alloc_metapage()
186 mp = kmem_cache_alloc(metapage_cache, GFP_NOFS); in metapage_init()
Djfs_dtree.c592 GFP_NOFS); in dtSearch()
956 GFP_NOFS); in dtSplitUp()
Djfs_imap.c510 ip->i_mapping->gfp_mask = GFP_NOFS; in diReadSpecial()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c50 transaction = jbd_kmalloc (sizeof (transaction_t), GFP_NOFS); in get_transaction()
217 handle_t *handle = jbd_kmalloc(sizeof (handle_t), GFP_NOFS); in new_handle()
701 GFP_NOFS); in do_get_write_access()
921 GFP_NOFS); in journal_get_undo_access()
Djournal.c441 tmp = jbd_rep_kmalloc(jh2bh(jh_in)->b_size, GFP_NOFS); in journal_write_metadata_buffer()
1720 ret = kmem_cache_alloc(journal_head_cache, GFP_NOFS); in journal_alloc_journal_head()
1730 ret = kmem_cache_alloc(journal_head_cache, GFP_NOFS); in journal_alloc_journal_head()
Drevoke.c126 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
/linux-2.4.37.9/fs/reiserfs/
Ddir.c119 local_buf = reiserfs_kmalloc(d_reclen, GFP_NOFS, inode->i_sb) ; in reiserfs_readdir()
Djournal.c123 bn = reiserfs_kmalloc(sizeof(struct reiserfs_bitmap_node), GFP_NOFS, p_s_sb) ; in allocate_bitmap_node()
127 bn->data = reiserfs_kmalloc(p_s_sb->s_blocksize, GFP_NOFS, p_s_sb) ; in allocate_bitmap_node()
1518 …log_blocks = reiserfs_kmalloc(le32_to_cpu(desc->j_len) * sizeof(struct buffer_head *), GFP_NOFS, p… in journal_read_transaction()
1519 …real_blocks = reiserfs_kmalloc(le32_to_cpu(desc->j_len) * sizeof(struct buffer_head *), GFP_NOFS, … in journal_read_transaction()
1866 ct = reiserfs_kmalloc(sizeof(struct reiserfs_journal_commit_task), GFP_NOFS, p_s_sb) ; in commit_flush_async()
Dnamei.c376 buffer = reiserfs_kmalloc (buflen, GFP_NOFS, dir->i_sb); in reiserfs_add_entry()
886 name = reiserfs_kmalloc (item_len, GFP_NOFS, parent_dir->i_sb); in reiserfs_symlink()
Dfix_node.c2066 buf = reiserfs_kmalloc(size, GFP_NOFS, tb->tb_sb); in get_mem_for_virtual_node()
/linux-2.4.37.9/net/sunrpc/
Dsched.c34 #define GFP_RPC GFP_NOFS
/linux-2.4.37.9/fs/
Dbuffer.c2540 page = find_or_create_page(bdev->bd_inode->i_mapping, index, GFP_NOFS); in grow_dev_page()
2551 if (!try_to_free_buffers(page, GFP_NOFS)) in grow_dev_page()
/linux-2.4.37.9/fs/affs/
Dfile.c94 char *ptr = (char *)get_zeroed_page(GFP_NOFS); in affs_grow_extcache()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c175 ((flags) & PBF_DONT_BLOCK) ? GFP_NOFS : GFP_KERNEL)
/linux-2.4.37.9/fs/ext3/
Dinode.c1430 page = find_or_create_page(mapping, index, GFP_NOFS); in ext3_block_truncate_page()