Searched refs:thp_get_unmapped_area (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | huge_mm.h | 339 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, 537 #define thp_get_unmapped_area NULL macro
|
/linux/fs/ext2/ |
H A D | file.c | 325 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/fs/erofs/ |
H A D | data.c | 479 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/fs/xfs/ |
H A D | xfs_file.c | 1956 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/mm/ |
H A D | huge_memory.c | 1150 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, in thp_get_unmapped_area() function 1155 EXPORT_SYMBOL_GPL(thp_get_unmapped_area);
|
/linux/fs/bcachefs/ |
H A D | fs.c | 1743 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/fs/fuse/ |
H A D | file.c | 3077 .get_unmapped_area = thp_get_unmapped_area,
|
/linux/fs/btrfs/ |
H A D | file.c | 3828 .get_unmapped_area = thp_get_unmapped_area,
|