/linux-2.4.37.9/fs/ntfs/ |
D | support.h | 49 return kmalloc(PAGE_SIZE, GFP_NOFS); in ntfs_vmalloc() 56 return __vmalloc(size, GFP_NOFS | __GFP_HIGHMEM, PAGE_KERNEL); in ntfs_vmalloc()
|
D | super.c | 645 buf = (char*)__get_free_page(GFP_NOFS); in ntfs_allocate_clusters()
|
D | inode.c | 1537 buf = (__u8*)__get_free_page(GFP_NOFS); in ntfs_alloc_mft_record()
|
/linux-2.4.37.9/fs/befs/ |
D | linuxvfs.c | 312 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()
|
D | btree.c | 264 GFP_NOFS); in befs_btree_find() 438 kmalloc(sizeof (befs_btree_node), GFP_NOFS)) == NULL) { in befs_btree_read()
|
D | ChangeLog | 146 filesystem code should be using GFP_NOFS instead of GFP_KERNEL as the
|
/linux-2.4.37.9/include/linux/ |
D | slab.h | 18 #define SLAB_NOFS GFP_NOFS
|
D | mm.h | 622 #define GFP_NOFS (__GFP_HIGH | __GFP_WAIT | __GFP_IO | __GFP_HIGHIO) macro
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_inode.c | 114 jfs_inode = kmem_cache_alloc(jfs_inode_cachep, GFP_NOFS); in alloc_jfs_inode()
|
D | jfs_unicode.c | 124 kmalloc((length + 1) * sizeof(wchar_t), GFP_NOFS); in get_UCSname()
|
D | jfs_metapage.c | 145 new = kmem_cache_alloc(metapage_cache, GFP_NOFS); in alloc_metapage() 186 mp = kmem_cache_alloc(metapage_cache, GFP_NOFS); in metapage_init()
|
D | jfs_dtree.c | 592 GFP_NOFS); in dtSearch() 956 GFP_NOFS); in dtSplitUp()
|
D | jfs_imap.c | 510 ip->i_mapping->gfp_mask = GFP_NOFS; in diReadSpecial()
|
/linux-2.4.37.9/fs/jbd/ |
D | transaction.c | 50 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()
|
D | journal.c | 441 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()
|
D | revoke.c | 126 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | dir.c | 119 local_buf = reiserfs_kmalloc(d_reclen, GFP_NOFS, inode->i_sb) ; in reiserfs_readdir()
|
D | journal.c | 123 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()
|
D | namei.c | 376 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()
|
D | fix_node.c | 2066 buf = reiserfs_kmalloc(size, GFP_NOFS, tb->tb_sb); in get_mem_for_virtual_node()
|
/linux-2.4.37.9/net/sunrpc/ |
D | sched.c | 34 #define GFP_RPC GFP_NOFS
|
/linux-2.4.37.9/fs/ |
D | buffer.c | 2540 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/ |
D | file.c | 94 char *ptr = (char *)get_zeroed_page(GFP_NOFS); in affs_grow_extcache()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_buf.c | 175 ((flags) & PBF_DONT_BLOCK) ? GFP_NOFS : GFP_KERNEL)
|
/linux-2.4.37.9/fs/ext3/ |
D | inode.c | 1430 page = find_or_create_page(mapping, index, GFP_NOFS); in ext3_block_truncate_page()
|