Searched refs:GFP_NOFS (Results 151 - 175 of 328) sorted by relevance

1234567891011>>

/linux-master/fs/gfs2/
H A Dfile.c639 fp = kzalloc(sizeof(struct gfs2_file), GFP_NOFS);
1031 statfs_gh = kmalloc(sizeof(*statfs_gh), GFP_NOFS);
1206 GFP_NOFS);
/linux-master/fs/jbd2/
H A Drevoke.c141 gfp_t gfp_mask = GFP_NOFS;
/linux-master/fs/afs/
H A Dsecurity.c222 new = kzalloc(struct_size(new, permits, size), GFP_NOFS);
/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c456 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS);
H A Dfastmap.c23 ret = bitmap_zalloc(ubi->peb_count, GFP_NOFS);
109 new = ubi_alloc_vid_buf(ubi, GFP_NOFS);
1419 fm = kzalloc(sizeof(*fm), GFP_NOFS);
1504 new_fm = kzalloc(sizeof(*new_fm), GFP_NOFS);
/linux-master/fs/ceph/
H A Dmetric.c53 msg = ceph_msg_new(CEPH_MSG_CLIENT_METRICS, len, GFP_NOFS, true);
/linux-master/fs/ntfs3/
H A Dattrlist.c313 void *ptr = kmalloc(new_asize, GFP_NOFS);
/linux-master/fs/ufs/
H A Dsuper.c520 base = space = kmalloc(size, GFP_NOFS);
546 GFP_NOFS);
565 if (!(sbi->s_ucpi[i] = kmalloc (sizeof(struct ufs_cg_private_info), GFP_NOFS)))
1447 ei = alloc_inode_sb(sb, ufs_inode_cachep, GFP_NOFS);
/linux-master/fs/btrfs/
H A Dverity.c749 ret = filemap_add_folio(inode->i_mapping, folio, index, GFP_NOFS);
H A Dblock-rsv.c197 block_rsv = kmalloc(sizeof(*block_rsv), GFP_NOFS);
H A Dtree-log.c416 dst_copy = kmalloc(item_size, GFP_NOFS);
417 src_copy = kmalloc(item_size, GFP_NOFS);
584 buf = kmalloc(len, GFP_NOFS);
2219 name = kmalloc(name_len, GFP_NOFS);
3609 count * sizeof(struct btrfs_key), GFP_NOFS);
4378 nr * sizeof(u32), GFP_NOFS);
5313 new_name = krealloc(name, this_name_len, GFP_NOFS);
5522 dir_elem = kmalloc(sizeof(*dir_elem), GFP_NOFS);
5690 ino_elem = kmalloc(sizeof(*ino_elem), GFP_NOFS);
5743 ino_elem = kmalloc(sizeof(*ino_elem), GFP_NOFS);
[all...]
/linux-master/fs/nilfs2/
H A Dsegbuf.c38 segbuf = kmem_cache_alloc(nilfs_segbuf_cachep, GFP_NOFS);
H A Dpage.c335 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS);
/linux-master/fs/ubifs/
H A Ddir.c218 dent = kmalloc(UBIFS_MAX_DENT_NODE_SZ, GFP_NOFS);
1077 dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS);
1190 ui->data = kmalloc(disk_link.len, GFP_NOFS);
1375 dev = kmalloc(sizeof(union ubifs_dev_desc), GFP_NOFS);
/linux-master/fs/vboxsf/
H A Dsuper.c245 sf_i = alloc_inode_sb(sb, vboxsf_inode_cachep, GFP_NOFS);
/linux-master/include/linux/
H A Df2fs_fs.h45 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO)
/linux-master/kernel/
H A Daudit_watch.c233 ab = audit_log_start(audit_context(), GFP_NOFS, AUDIT_CONFIG_CHANGE);
/linux-master/security/tomoyo/
H A Dcondition.c125 checked = kzalloc(argc + envc, GFP_NOFS);
669 entry = kzalloc(e.size, GFP_NOFS);
/linux-master/fs/fat/
H A Dfatent.c591 GFP_NOFS, 0);
759 nr_clus * sbi->sec_per_clus, GFP_NOFS, 0);
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c584 res = kmem_cache_zalloc(dlm_lockres_cache, GFP_NOFS);
588 res->lockname.name = kmem_cache_zalloc(dlm_lockname_cache, GFP_NOFS);
786 alloc_mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);
1567 mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);
2317 item = kzalloc(sizeof(*item), GFP_NOFS);
2563 mres = (struct dlm_migratable_lockres *) __get_free_page(GFP_NOFS);
2569 mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);
3118 mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c77 rv = kmalloc(sizeof(*rv), GFP_NOFS);
602 be = kzalloc(sizeof(*be), GFP_NOFS);
/linux-master/fs/f2fs/
H A Dxattr.c34 return f2fs_kzalloc(sbi, size, GFP_NOFS);
399 inline_size + size + XATTR_PADDING_SIZE, GFP_NOFS);
/linux-master/fs/befs/
H A Dlinuxvfs.c526 *out = result = kmalloc(maxlen, GFP_NOFS);
605 *out = result = kmalloc(maxlen, GFP_NOFS);
/linux-master/fs/
H A Dposix_acl.c656 clone = posix_acl_clone(p, GFP_NOFS);
789 acl = posix_acl_alloc(count, GFP_NOFS);
1271 * Note that posix_acl_from_xattr() uses GFP_NOFS when it
/linux-master/fs/jfs/
H A Dsuper.c105 jfs_inode = alloc_inode_sb(sb, jfs_inode_cachep, GFP_NOFS);
552 mapping_set_gfp_mask(inode->i_mapping, GFP_NOFS);

Completed in 253 milliseconds

1234567891011>>