函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Relationship between i_mode and the DT_xxx types

函数原型:static inline unsigned char dt_type(struct inode *inode)

返回类型:unsigned char

参数:

类型参数名称
struct inode *inode
175  返回:i_mode右移12位按位与15
调用者
名称描述
dcache_readdirDirectory is locked and all positive dentries in it are safe, since* for ramfs-type trees they can't go away without unlink() or rmdir(),* both impossible due to the lock on directory.