Home
last modified time | relevance | path

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

/linux/fs/hugetlbfs/
H A Dinode.c552 * remove_inode_hugepages handles two distinct cases: truncation and hole in remove_inode_single_folio()
571 static void remove_inode_hugepages(struct inode *inode, loff_t lstart,
617 remove_inode_hugepages(inode, 0, LLONG_MAX);
641 remove_inode_hugepages(inode, offset, LLONG_MAX); in hugetlb_vmtruncate()
713 remove_inode_hugepages(inode, hole_start, hole_end); in hugetlbfs_punch_hole()
577 static void remove_inode_hugepages(struct inode *inode, loff_t lstart, remove_inode_hugepages() function