Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\block_dev.c Create Date:2022-07-28 20:14:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bd_init_fs_context

Proto:static int bd_init_fs_context(struct fs_context *fc)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
827  ctx = Common helper for pseudo-filesystems (sockfs, pipefs, bdev - stuff that* will never be mountable)
828  If Not ctx Then Return -ENOMEM
830  s_iflags |= cgroup-aware writeback enabled
831  ops = bdev_sops
832  Return 0