Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dquot_initialize_needed

Proto:bool dquot_initialize_needed(struct inode *inode)

Type:bool

Parameter:

TypeParameterName
struct inode *inode
1545  If Not dquot_active(inode) Then Return false
1548  dquots = i_dquot(inode)
1549  When i < MAXQUOTAS cycle If Not dquots[i] && sb_has_quota_active(i_sb, i) Then
1551  Return true
1552  Return false