Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\cleancache.h Create Date:2022-07-28 14:00:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cleancache_invalidate_inode

Proto:static inline void cleancache_invalidate_inode(struct address_space *mapping)

Type:void

Parameter:

TypeParameterName
struct address_space *mapping
114  If cleancache_enabled && cleancache_fs_enabled_mapping(mapping) Then __cleancache_invalidate_inode(mapping)
Caller
NameDescribe
truncate_inode_pages_rangeruncate_inode_pages_range - truncate range of pages specified by start & end byte offsets*@mapping: mapping to truncate*@lstart: offset from which to truncate*@lend: offset to which to truncate (inclusive)* Truncate the page cache, removing the pages that
invalidate_inode_pages2_rangevalidate_inode_pages2_range - remove range of pages from an address_space*@mapping: the address_space*@start: the page offset 'from' which to invalidate*@end: the page offset 'to' which to invalidate (inclusive)* Any pages which are found to be mapped
invalidate_bdevInvalidate clean unused buffers and pagecache.