Home
last modified time | relevance | path

Searched refs:ntfs_malloc_nofs (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dmalloc.h20 * Internal function. You probably want ntfs_malloc_nofs()...
42 * ntfs_malloc_nofs - allocate memory in multiples of pages
50 static inline void *ntfs_malloc_nofs(unsigned long size) in ntfs_malloc_nofs() function
H A Dupcase.c57 uc = ntfs_malloc_nofs(default_upcase_len * sizeof(ntfschar)); in generate_default_upcase()
H A Drunlist.c70 new_rl = ntfs_malloc_nofs(new_size); in ntfs_rl_realloc()
774 rl = ntfs_malloc_nofs(rlsize = PAGE_SIZE); in ntfs_mapping_pairs_decompress()
787 * not-mapped and terminator elements. ntfs_malloc_nofs() in ntfs_mapping_pairs_decompress()
793 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE); in ntfs_mapping_pairs_decompress()
1507 rl = ntfs_malloc_nofs(PAGE_SIZE); in ntfs_rl_truncate_nolock()
H A Dlogfile.c360 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
H A Dlcnalloc.c318 * ntfs_malloc_nofs() operates on whole pages only. in ntfs_cluster_alloc()
329 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE); in ntfs_cluster_alloc()
H A Dinode.c703 ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); in ntfs_read_locked_inode()
1794 m = (MFT_RECORD*)ntfs_malloc_nofs(i); in ntfs_read_inode_mount()
1895 ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); in ntfs_read_inode_mount()
H A Dsuper.c1600 vol->attrdef = (ATTR_DEF*)ntfs_malloc_nofs(i_size); in load_and_init_attrdef()
1669 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dmalloc.h20 * Internal function. You probably want ntfs_malloc_nofs()...
42 * ntfs_malloc_nofs - allocate memory in multiples of pages
50 static inline void *ntfs_malloc_nofs(unsigned long size) in ntfs_malloc_nofs() function
H A Dupcase.c57 uc = ntfs_malloc_nofs(default_upcase_len * sizeof(ntfschar)); in generate_default_upcase()
H A Drunlist.c70 new_rl = ntfs_malloc_nofs(new_size); in ntfs_rl_realloc()
774 rl = ntfs_malloc_nofs(rlsize = PAGE_SIZE); in ntfs_mapping_pairs_decompress()
787 * not-mapped and terminator elements. ntfs_malloc_nofs() in ntfs_mapping_pairs_decompress()
793 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE); in ntfs_mapping_pairs_decompress()
1507 rl = ntfs_malloc_nofs(PAGE_SIZE); in ntfs_rl_truncate_nolock()
H A Dlogfile.c360 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
H A Dlcnalloc.c318 * ntfs_malloc_nofs() operates on whole pages only. in ntfs_cluster_alloc()
329 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE); in ntfs_cluster_alloc()
H A Dinode.c703 ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); in ntfs_read_locked_inode()
1794 m = (MFT_RECORD*)ntfs_malloc_nofs(i); in ntfs_read_inode_mount()
1895 ni->attr_list = ntfs_malloc_nofs(ni->attr_list_size); in ntfs_read_inode_mount()
H A Dsuper.c1608 vol->attrdef = (ATTR_DEF*)ntfs_malloc_nofs(i_size); in load_and_init_attrdef()
1677 vol->upcase = (ntfschar*)ntfs_malloc_nofs(i_size); in load_and_init_upcase()

Completed in 23 milliseconds