Searched refs:GFP_NOFS (Results 226 - 250 of 328) sorted by relevance

1234567891011>>

/linux-master/net/ceph/
H A Dmessenger.c452 sock->sk->sk_allocation = GFP_NOFS;
2044 msg->middle = ceph_buffer_new(middle_len, GFP_NOFS);
/linux-master/fs/ocfs2/
H A Djournal.c1342 item = kmalloc(sizeof(struct ocfs2_la_recovery_item), GFP_NOFS);
1428 rm_quota = kcalloc(osb->max_slots, sizeof(int), GFP_NOFS);
H A Dextent_map.c249 new_emi = kmalloc(sizeof(*new_emi), GFP_NOFS);
H A Dquota_global.c1008 kmem_cache_zalloc(ocfs2_dquot_cachep, GFP_NOFS);
/linux-master/fs/gfs2/
H A Dinode.c288 mapping_set_gfp_mask(inode->i_mapping, GFP_NOFS);
1842 buf = kzalloc(size + 1, GFP_NOFS);
H A Dops_fstype.c119 mapping_set_gfp_mask(mapping, GFP_NOFS);
651 kmalloc(sizeof(struct local_statfs_inode), GFP_NOFS);
/linux-master/fs/ubifs/
H A Dlpt_commit.c1599 buf = p = __vmalloc(c->leb_size, GFP_NOFS);
1847 buf = p = __vmalloc(c->leb_size, GFP_NOFS);
H A Drecovery.c511 ucleb = kzalloc(sizeof(struct ubifs_unclean_leb), GFP_NOFS);
H A Dsb.c526 sup = kmalloc(ALIGN(UBIFS_SB_NODE_SZ, c->min_io_size), GFP_NOFS);
/linux-master/fs/jfs/
H A Djfs_logmgr.c1975 bio = bio_alloc(file_bdev(log->bdev_file), 1, REQ_OP_READ, GFP_NOFS);
2121 GFP_NOFS);
H A Dxattr.c1008 strlen(xattr->name) + 1, GFP_NOFS);
/linux-master/fs/btrfs/
H A Dtransaction.c310 cur_trans = kmalloc(sizeof(*cur_trans), GFP_NOFS);
677 h = kmem_cache_zalloc(btrfs_trans_handle_cachep, GFP_NOFS);
H A Dvolumes.c921 name = rcu_string_strdup(path, GFP_NOFS);
4662 bctl = kzalloc(sizeof(*bctl), GFP_NOFS);
5634 map = btrfs_alloc_chunk_map(ctl->num_stripes, GFP_NOFS);
5723 GFP_NOFS);
5800 chunk = kzalloc(item_size, GFP_NOFS);
6104 GFP_NOFS);
6219 stripes = kcalloc(*num_stripes, sizeof(*stripes), GFP_NOFS);
7097 map = btrfs_alloc_chunk_map(num_stripes, GFP_NOFS);
H A Dsubpage.c167 ret = kzalloc(real_size, GFP_NOFS);
H A Dblock-group.c928 caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_NOFS);
2086 buf = kcalloc(map->num_stripes, sizeof(u64), GFP_NOFS);
2197 cache = kzalloc(sizeof(*cache), GFP_NOFS);
2202 GFP_NOFS);
/linux-master/fs/smb/client/
H A Dtransport.c53 temp = mempool_alloc(cifs_mid_poolp, GFP_NOFS);
446 vars = kzalloc(sizeof(*vars), GFP_NOFS);
/linux-master/fs/f2fs/
H A Dcheckpoint.c532 GFP_NOFS, true, NULL);
534 radix_tree_preload(GFP_NOFS | __GFP_NOFAIL);
H A Ddir.c55 GFP_NOFS, false, F2FS_SB(sb));
/linux-master/fs/fuse/
H A Dvirtio_fs.c703 w = kzalloc(sizeof(*w), GFP_NOFS | __GFP_NOFAIL);
1110 forget = kmalloc(sizeof(*forget), GFP_NOFS | __GFP_NOFAIL);
/linux-master/fs/iomap/
H A Dbuffered-io.c195 gfp = GFP_NOFS | __GFP_NOFAIL;
1704 GFP_NOFS, &iomap_ioend_bioset);
/linux-master/fs/fat/
H A Dnamei_vfat.c668 slots = kmalloc_array(MSDOS_SLOTS, sizeof(*slots), GFP_NOFS);
/linux-master/fs/reiserfs/
H A Dxattr.c440 * and an unlink/rmdir has just occurred - GFP_NOFS avoids this
442 mapping_set_gfp_mask(mapping, GFP_NOFS);
/linux-master/security/
H A Dcommoncap.c403 sizeof(struct vfs_ns_cap_data), GFP_NOFS);
/linux-master/fs/exfat/
H A Dsuper.c174 ei = alloc_inode_sb(sb, exfat_inode_cachep, GFP_NOFS);
/linux-master/fs/notify/fanotify/
H A Dfanotify.c683 fee = mempool_alloc(&group->fanotify_data.error_events_pool, GFP_NOFS);

Completed in 393 milliseconds

1234567891011>>