Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Free a logging structure.

Proto:static void put_fc_log(struct fs_context *fc)

Type:void

Parameter:

TypeParameterName
struct fs_context *fc
471  log = log
474  If log Then
476  log = NULL
477  When i <= 7 cycle If Mask of kfree'able items in buffer[] & 1 << i Then
479  kfree(buffer[i])
480  kfree(log)
Caller
NameDescribe
put_fs_contextput_fs_context - Dispose of a superblock configuration context.*@fc: The context to dispose of.