Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\quotaops.h Create Date:2022-07-28 20:10:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dquot_prealloc_block

Proto:static inline int dquot_prealloc_block(struct inode *inode, qsize_t nr)

Type:int

Parameter:

TypeParameterName
struct inode *inode
qsize_tnr
349  ret = dquot_prealloc_block_nodirty(inode, nr)
350  If Not ret Then mark_inode_dirty_sync(inode)
352  Return ret