Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v4.19/fs/dlm/
Dmemory.c51 p = kzalloc(ls->ls_lvblen, GFP_NOFS); in dlm_allocate_lvb()
64 r = kmem_cache_zalloc(rsb_cache, GFP_NOFS); in dlm_allocate_rsb()
79 lkb = kmem_cache_zalloc(lkb_cache, GFP_NOFS); in dlm_allocate_lkb()
Dconfig.c351 cl = kzalloc(sizeof(struct dlm_cluster), GFP_NOFS); in make_cluster()
352 sps = kzalloc(sizeof(struct dlm_spaces), GFP_NOFS); in make_cluster()
353 cms = kzalloc(sizeof(struct dlm_comms), GFP_NOFS); in make_cluster()
415 sp = kzalloc(sizeof(struct dlm_space), GFP_NOFS); in make_space()
416 nds = kzalloc(sizeof(struct dlm_nodes), GFP_NOFS); in make_space()
457 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm()
495 nd = kzalloc(sizeof(struct dlm_node), GFP_NOFS); in make_node()
604 addr = kzalloc(sizeof(*addr), GFP_NOFS); in comm_addr_store()
798 nodes = kcalloc(count, sizeof(struct dlm_config_node), GFP_NOFS); in dlm_config_nodes()
/Linux-v4.19/fs/ntfs/
Dmalloc.h66 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM); in ntfs_malloc_nofs()
83 return __ntfs_malloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_NOFAIL); in ntfs_malloc_nofs_nofail()
Dunistr.c269 ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS); in ntfs_nlstoucs()
353 ns = kmalloc(ns_len + 1, GFP_NOFS); in ntfs_ucstonls()
369 ~63, GFP_NOFS); in ntfs_ucstonls()
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst19 the gfp mask when calling an allocator. GFP_NOFS respectively GFP_NOIO can be
23 of GFP_NOFS/GFP_NOIO can lead to memory over-reclaim or other memory
53 What about __vmalloc(GFP_NOFS)
56 vmalloc doesn't support GFP_NOFS semantic because there are hardcoded
58 to fix up. That means that calling ``vmalloc`` with GFP_NOFS/GFP_NOIO is
/Linux-v4.19/fs/ceph/
Dmdsmap.c115 m = kzalloc(sizeof(*m), GFP_NOFS); in ceph_mdsmap_decode()
141 m->m_info = kcalloc(m->m_num_mds, sizeof(*m->m_info), GFP_NOFS); in ceph_mdsmap_decode()
219 GFP_NOFS | __GFP_ZERO); in ceph_mdsmap_decode()
235 sizeof(u32), GFP_NOFS); in ceph_mdsmap_decode()
257 m->m_data_pg_pools = kcalloc(n, sizeof(u64), GFP_NOFS); in ceph_mdsmap_decode()
304 GFP_NOFS | __GFP_ZERO); in ceph_mdsmap_decode()
/Linux-v4.19/fs/quota/
Dnetlink.c50 skb = genlmsg_new(msg_size, GFP_NOFS); in quota_send_warning()
87 genlmsg_multicast(&quota_genl_family, skb, 0, 0, GFP_NOFS); in quota_send_warning()
/Linux-v4.19/net/ceph/
Dmsgpool.c67 return ceph_msg_new(pool->type, front_len, GFP_NOFS, false); in ceph_msgpool_get()
70 msg = mempool_alloc(pool->pool, GFP_NOFS); in ceph_msgpool_get()
Dauth_none.c97 au = kmalloc(sizeof(*au), GFP_NOFS); in ceph_auth_none_create_authorizer()
134 xi = kzalloc(sizeof(*xi), GFP_NOFS); in ceph_auth_none_init()
Dosdmap.c71 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_list_bucket()
74 b->sum_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_list_bucket()
93 b->node_weights = kcalloc(b->num_nodes, sizeof(u32), GFP_NOFS); in crush_decode_tree_bucket()
109 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
112 b->straws = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
130 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw2_bucket()
353 c = kzalloc(sizeof(*c), GFP_NOFS); in crush_decode()
376 c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS); in crush_decode()
379 c->rules = kcalloc(c->max_rules, sizeof(*c->rules), GFP_NOFS); in crush_decode()
417 b = c->buckets[i] = kzalloc(size, GFP_NOFS); in crush_decode()
[all …]
Dpagelist.c39 page = __page_cache_alloc(GFP_NOFS); in ceph_pagelist_addpage()
90 struct page *page = __page_cache_alloc(GFP_NOFS); in ceph_pagelist_reserve()
/Linux-v4.19/fs/btrfs/
Dbackref.c52 e = kmalloc(sizeof(*e), GFP_NOFS); in check_extent_in_eb()
428 ret = ulist_add(parents, eb->start, 0, GFP_NOFS); in add_all_parents()
473 eie, (void **)&old, GFP_NOFS); in add_all_parents()
620 parents = ulist_alloc(GFP_NOFS); in resolve_indirect_refs()
682 GFP_NOFS); in resolve_indirect_refs()
936 bytenr, 1, NULL, GFP_NOFS); in add_inline_refs()
946 bytenr, count, sc, GFP_NOFS); in add_inline_refs()
952 bytenr, 1, NULL, GFP_NOFS); in add_inline_refs()
975 sc, GFP_NOFS); in add_inline_refs()
1030 bytenr, 1, NULL, GFP_NOFS); in add_keyed_refs()
[all …]
Dextent_io.h308 GFP_NOFS, NULL); in unlock_extent_cached()
338 return set_extent_bit(tree, start, end, bits, NULL, NULL, GFP_NOFS); in set_extent_bits()
345 cached_state, GFP_NOFS, NULL); in clear_extent_uptodate()
373 NULL, cached_state, GFP_NOFS); in set_extent_delalloc()
381 NULL, cached_state, GFP_NOFS); in set_extent_defrag()
388 GFP_NOFS); in set_extent_new()
Ddelayed-ref.c729 ref = kmem_cache_alloc(btrfs_delayed_tree_ref_cachep, GFP_NOFS); in btrfs_add_delayed_tree_ref()
733 head_ref = kmem_cache_alloc(btrfs_delayed_ref_head_cachep, GFP_NOFS); in btrfs_add_delayed_tree_ref()
741 record = kmalloc(sizeof(*record), GFP_NOFS); in btrfs_add_delayed_tree_ref()
808 ref = kmem_cache_alloc(btrfs_delayed_data_ref_cachep, GFP_NOFS); in btrfs_add_delayed_data_ref()
824 head_ref = kmem_cache_alloc(btrfs_delayed_ref_head_cachep, GFP_NOFS); in btrfs_add_delayed_data_ref()
832 record = kmalloc(sizeof(*record), GFP_NOFS); in btrfs_add_delayed_data_ref()
879 head_ref = kmem_cache_alloc(btrfs_delayed_ref_head_cachep, GFP_NOFS); in btrfs_add_delayed_extent_op()
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c186 rc4salt = kmalloc_array(4, sizeof(*rc4salt), GFP_NOFS); in make_checksum_hmac_md5()
195 checksumdata = kmalloc(GSS_KRB5_MAX_CKSUM_LEN, GFP_NOFS); in make_checksum_hmac_md5()
208 req = ahash_request_alloc(md5, GFP_NOFS); in make_checksum_hmac_md5()
238 req = ahash_request_alloc(hmac_md5, GFP_NOFS); in make_checksum_hmac_md5()
298 checksumdata = kmalloc(GSS_KRB5_MAX_CKSUM_LEN, GFP_NOFS); in make_checksum()
306 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum()
394 checksumdata = kmalloc(GSS_KRB5_MAX_CKSUM_LEN, GFP_NOFS); in make_checksum_v2()
402 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum_v2()
689 data = kmalloc(GSS_KRB5_MAX_BLOCKSIZE * 2, GFP_NOFS); in gss_krb5_cts_crypt()
968 GFP_NOFS); in krb5_rc4_setup_seq_key()
[all …]
/Linux-v4.19/fs/crypto/
Dfname.c61 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_encrypt()
102 req = skcipher_request_alloc(tfm, GFP_NOFS); in fname_decrypt()
218 crypto_str->name = kmalloc(max_presented_len + 1, GFP_NOFS); in fscrypt_fname_alloc_buffer()
343 GFP_NOFS); in fscrypt_setup_filename()
Dkeyinfo.c45 req = skcipher_request_alloc(tfm, GFP_NOFS); in derive_key_aes()
84 description = kasprintf(GFP_NOFS, "%s%*phN", prefix, in find_and_lock_process_key()
325 crypt_info = kmem_cache_alloc(fscrypt_info_cachep, GFP_NOFS); in fscrypt_get_encryption_info()
348 raw_key = kmalloc(mode->keysize, GFP_NOFS); in fscrypt_get_encryption_info()
Dbio.c106 ctx = fscrypt_get_ctx(inode, GFP_NOFS); in fscrypt_zeroout_range()
119 PAGE_SIZE, 0, GFP_NOFS); in fscrypt_zeroout_range()
/Linux-v4.19/fs/ocfs2/
Dacl.c55 acl = posix_acl_alloc(count, GFP_NOFS); in ocfs2_acl_from_xattr()
95 ocfs2_acl = kmalloc(*size, GFP_NOFS); in ocfs2_acl_to_xattr()
144 value = kmalloc(retval, GFP_NOFS); in ocfs2_get_acl_nolock()
393 ret = __posix_acl_create(&acl, GFP_NOFS, &mode); in ocfs2_init_acl()
/Linux-v4.19/fs/afs/
Dfsclient.c459 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_fetch_file_status()
672 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_fetch_data64()
715 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_fetch_data()
822 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_create()
912 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_remove()
998 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_link()
1105 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_symlink()
1214 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_rename()
1317 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_store_data64()
1390 return afs_make_call(&fc->ac, call, GFP_NOFS, false); in afs_fs_store_data()
[all …]
/Linux-v4.19/fs/ubifs/
Dxattr.c146 ui->data = kmemdup(value, size, GFP_NOFS); in create_xattr()
224 buf = kmemdup(value, size, GFP_NOFS); in change_xattr()
302 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_set()
358 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_get()
546 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_remove()
588 strlen(xattr->name) + 1, GFP_NOFS); in init_xattrs()
/Linux-v4.19/fs/ext4/
Dacl.c37 acl = posix_acl_alloc(count, GFP_NOFS); in ext4_acl_from_disk()
99 sizeof(ext4_acl_entry), GFP_NOFS); in ext4_acl_to_disk()
164 value = kmalloc(retval, GFP_NOFS); in ext4_get_acl()
/Linux-v4.19/security/tomoyo/
Daudit.c26 char *buffer = kzalloc(tomoyo_buffer_len, GFP_NOFS); in tomoyo_print_bprm()
154 char *buffer = kmalloc(tomoyo_buffer_len, GFP_NOFS); in tomoyo_print_header()
271 buf = kzalloc(len, GFP_NOFS); in tomoyo_init_log()
371 entry = kzalloc(sizeof(*entry), GFP_NOFS); in tomoyo_write_log2()
Dmemory.c75 void *ptr = kzalloc(size, GFP_NOFS); in tomoyo_commit_ok()
169 ptr = kzalloc(sizeof(*ptr) + len, GFP_NOFS); in tomoyo_get_name()
/Linux-v4.19/fs/reiserfs/
Dxattr_acl.c84 acl = posix_acl_alloc(count, GFP_NOFS); in reiserfs_posix_acl_from_disk()
145 GFP_NOFS); in reiserfs_posix_acl_to_disk()
216 value = kmalloc(size, GFP_NOFS); in reiserfs_get_acl()

12345678910>>...13