Searched refs:thp_get_unmapped_area (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | huge_mm.h | 158 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, 305 #define thp_get_unmapped_area NULL macro
|
/openbmc/linux/fs/ext2/ |
H A D | file.c | 317 .get_unmapped_area = thp_get_unmapped_area,
|
/openbmc/linux/fs/erofs/ |
H A D | data.c | 452 .get_unmapped_area = thp_get_unmapped_area,
|
/openbmc/linux/fs/ext4/ |
H A D | file.c | 945 .get_unmapped_area = thp_get_unmapped_area,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_file.c | 1498 .get_unmapped_area = thp_get_unmapped_area,
|
/openbmc/linux/mm/ |
H A D | huge_memory.c | 625 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, in thp_get_unmapped_area() function 637 EXPORT_SYMBOL_GPL(thp_get_unmapped_area);
|
/openbmc/linux/fs/btrfs/ |
H A D | file.c | 3885 .get_unmapped_area = thp_get_unmapped_area,
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 3223 .get_unmapped_area = thp_get_unmapped_area,
|