函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dax.c Create Date:2022-07-29 10:56:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:MAP_SYNC on a dax mapping guarantees dirty metadata is* flushed on write-faults (non-cow), but not read-faults.

函数原型:static bool dax_fault_is_synchronous(unsigned long flags, struct vm_area_struct *vma, struct iomap *iomap)

返回类型:bool

参数:

类型参数名称
unsigned longflags
struct vm_area_struct *vma
struct iomap *iomap
1241  返回:flags按位与writing, must allocate blocks Flags, see mm.h. 按位与Synchronous page faults flags for mapping 按位与IOMAP_F_DIRTY
调用者
名称描述
dax_iomap_pte_fault