Home
last modified time | relevance | path

Searched refs:ntfs_malloc_nofs (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dmalloc.h64 static inline void *ntfs_malloc_nofs(unsigned long size) in ntfs_malloc_nofs() function
Dupcase.c71 uc = ntfs_malloc_nofs(default_upcase_len * sizeof(ntfschar)); in generate_default_upcase()
Drunlist.c84 new_rl = ntfs_malloc_nofs(new_size); in ntfs_rl_realloc()
788 rl = ntfs_malloc_nofs(rlsize = PAGE_SIZE); in ntfs_mapping_pairs_decompress()
807 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE); in ntfs_mapping_pairs_decompress()
1521 rl = ntfs_malloc_nofs(PAGE_SIZE); in ntfs_rl_truncate_nolock()
Dlogfile.c374 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
Dlcnalloc.c343 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE); in ntfs_cluster_alloc()
Dinode.c728 ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); in ntfs_read_locked_inode()
1819 m = (MFT_RECORD*)ntfs_malloc_nofs(i); in ntfs_read_inode_mount()
1920 ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); in ntfs_read_inode_mount()
Dsuper.c1614 vol->attrdef = (ATTR_DEF*)ntfs_malloc_nofs(i_size); in load_and_init_attrdef()
1683 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()