Searched refs:nommu_shrink_inode_mappings (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ramfs/ |
H A D | file-nommu.c | 147 ret = nommu_shrink_inode_mappings(inode, size, newsize); in ramfs_nommu_resize()
|
/kernel/linux/linux-6.6/fs/ramfs/ |
H A D | file-nommu.c | 147 ret = nommu_shrink_inode_mappings(inode, size, newsize); in ramfs_nommu_resize()
|
/kernel/linux/linux-5.10/mm/ |
H A D | nommu.c | 1752 * nommu_shrink_inode_mappings - Shrink the shared mappings on an inode 1762 int nommu_shrink_inode_mappings(struct inode *inode, size_t size, in nommu_shrink_inode_mappings() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | nommu.c | 1728 * nommu_shrink_inode_mappings - Shrink the shared mappings on an inode 1738 int nommu_shrink_inode_mappings(struct inode *inode, size_t size, in nommu_shrink_inode_mappings() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 2532 extern int nommu_shrink_inode_mappings(struct inode *, size_t, size_t);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 3207 extern int nommu_shrink_inode_mappings(struct inode *, size_t, size_t);
|
Completed in 19 milliseconds