Searched refs:thp_get_unmapped_area (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ ! |
| H A D | huge_mm.h | 361 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 D | ishare.c | 170 .get_unmapped_area = thp_get_unmapped_area,
|
| H A D | data.c | 519 .get_unmapped_area = thp_get_unmapped_area,
|
| /linux/fs/ext2/ ! |
| H A D | file.c | 326 .get_unmapped_area = thp_get_unmapped_area,
|
| /linux/drivers/char/ ! |
| H A D | mem.c | 559 return thp_get_unmapped_area(file, addr, len, pgoff, flags); in get_unmapped_area_zero()
|
| /linux/fs/ext4/ ! |
| H A D | file.c | 971 .get_unmapped_area = thp_get_unmapped_area,
|
| /linux/mm/ ! |
| H A D | mremap.c | 1649 if (file->f_op->get_unmapped_area == thp_get_unmapped_area) in vma_multi_allowed()
|
| H A D | huge_memory.c | 1249 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 D | xfs_file.c | 2039 .get_unmapped_area = thp_get_unmapped_area,
|
| /linux/fs/btrfs/ ! |
| H A D | file.c | 3859 .get_unmapped_area = thp_get_unmapped_area,
|
| /linux/fs/fuse/ ! |
| H A D | file.c | 3171 .get_unmapped_area = thp_get_unmapped_area,
|