Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:inode_get_bytes

Proto:loff_t inode_get_bytes(struct inode *inode)

Type:loff_t

Parameter:

TypeParameterName
struct inode *inode
724  spin_lock( & _blocks, i_bytes, maybe i_size )
725  ret = __inode_get_bytes(inode)
726  spin_unlock( & _blocks, i_bytes, maybe i_size )
727  Return ret
Caller
NameDescribe
do_vfs_ioctlWhen you add any new common ioctls to the switches above and below* please update compat_sys_ioctl() too.* do_vfs_ioctl() is not for drivers and not intended to be EXPORT_SYMBOL()'d.* It's just a simple helper for sys_ioctl and compat_sys_ioctl.