函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\super.c Create Date:2022-07-29 10:32:22
Last Modify:2022-05-24 06:42:17 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_super_exclusive_thawed - get thawed superblock of a device*@bdev: device to get the superblock for* Scans the superblock list and finds the superblock of the file system* mounted on the device

函数原型:struct super_block *get_super_exclusive_thawed(struct block_device *bdev)

返回类型:struct super_block

参数:

类型参数名称
struct block_device *bdev
835  返回:__get_super_thawed(bdev, true)
调用者
名称描述
quotactl_blocklook up a superblock on which quota ops will be performed* - use the name of a block device to find the superblock thereon