Home
last modified time | relevance | path

Searched refs:thp_get_unmapped_area (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dhuge_mm.h361 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr,
600 #define thp_get_unmapped_area NULL macro
/linux/fs/erofs/
H A Dishare.c170 .get_unmapped_area = thp_get_unmapped_area,
H A Ddata.c519 .get_unmapped_area = thp_get_unmapped_area,
/linux/fs/ext2/
H A Dfile.c326 .get_unmapped_area = thp_get_unmapped_area,
/linux/drivers/char/
H A Dmem.c559 return thp_get_unmapped_area(file, addr, len, pgoff, flags); in get_unmapped_area_zero()
/linux/fs/ext4/
H A Dfile.c971 .get_unmapped_area = thp_get_unmapped_area,
/linux/mm/
H A Dmremap.c1649 if (file->f_op->get_unmapped_area == thp_get_unmapped_area) in vma_multi_allowed()
H A Dhuge_memory.c1249 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, in thp_get_unmapped_area() function
1254 EXPORT_SYMBOL_GPL(thp_get_unmapped_area);
/linux/fs/xfs/
H A Dxfs_file.c2039 .get_unmapped_area = thp_get_unmapped_area,
/linux/fs/btrfs/
H A Dfile.c3859 .get_unmapped_area = thp_get_unmapped_area,
/linux/fs/fuse/
H A Dfile.c3172 .get_unmapped_area = thp_get_unmapped_area,