函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:iomap_file_unshare

函数原型:int iomap_file_unshare(struct inode *inode, loff_t pos, loff_t len, const struct iomap_ops *ops)

返回类型:int

参数:

类型参数名称
struct inode *inode
loff_tpos
loff_tlen
const struct iomap_ops *ops
948 len循环
949  ret等于Execute a iomap write on a segment of the mapping that spans a* contiguous range of pages that have identical block mapping state
951  如果ret小于等于0则返回:ret
953  pos加等于ret
954  len减等于ret
957  返回:0