函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:simple_empty

函数原型:int simple_empty(struct dentry *dentry)

返回类型:int

参数:

类型参数名称
struct dentry *dentry
337  ret等于0
339  加自旋锁
341  spin_lock_nested( & d_lock, DENTRY_D_LOCK_NESTED)
342  如果simple_positive(child)则
343  自旋锁解锁
344  转到:out
346  自旋锁解锁
348  ret等于1
349  out :
350  自旋锁解锁
351  返回:ret
调用者
名称描述
simple_rmdir
simple_rename