Searched refs:thp_get_unmapped_area (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/include/linux/ |
D | huge_mm.h | 343 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, 515 #define thp_get_unmapped_area NULL macro
|
/linux-6.12.1/fs/ext2/ |
D | file.c | 323 .get_unmapped_area = thp_get_unmapped_area,
|
/linux-6.12.1/fs/erofs/ |
D | data.c | 480 .get_unmapped_area = thp_get_unmapped_area,
|
/linux-6.12.1/fs/ext4/ |
D | file.c | 942 .get_unmapped_area = thp_get_unmapped_area,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_file.c | 1593 .get_unmapped_area = thp_get_unmapped_area,
|
/linux-6.12.1/mm/ |
D | huge_memory.c | 1133 unsigned long thp_get_unmapped_area(struct file *filp, unsigned long addr, in thp_get_unmapped_area() function 1138 EXPORT_SYMBOL_GPL(thp_get_unmapped_area);
|
/linux-6.12.1/fs/bcachefs/ |
D | fs.c | 1405 .get_unmapped_area = thp_get_unmapped_area,
|
/linux-6.12.1/fs/btrfs/ |
D | file.c | 3797 .get_unmapped_area = thp_get_unmapped_area,
|
/linux-6.12.1/fs/fuse/ |
D | file.c | 3322 .get_unmapped_area = thp_get_unmapped_area,
|