Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dax.c Create Date:2022-07-28 20:23:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Delete DAX entry at @index from @mapping. Wait for it* to be unlocked before deleting it.

Proto:int dax_delete_mapping_entry(struct address_space *mapping, unsigned long index)

Type:int

Parameter:

TypeParameterName
struct address_space *mapping
unsigned longindex
661  ret = __dax_invalidate_entry(mapping, index, true)
670  WARN_ON_ONCE(!ret)
671  Return ret