函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namespace.c Create Date:2022-07-29 10:39:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sb_prepare_remount_readonly

函数原型:int sb_prepare_remount_readonly(struct super_block *sb)

返回类型:int

参数:

类型参数名称
struct super_block *sb
515  err等于0
518  如果atomic_long_read( & s_remove_count)则返回:负EBUSY
521  lock_mount_hash()
523  如果非mnt_flags按位与does the user want this to be r/o? 的值则
524  mnt_flags或等于MNT_WRITE_HOLD
525  smp_mb()
526  如果mnt_get_writers(mnt)大于0则
527  err等于负EBUSY
528  退出
532  如果非erratomic_long_read( & s_remove_count)则err等于负EBUSY
535  如果非err
536  s_readonly_remount等于1
537  smp_wmb()
540  如果mnt_flags按位与MNT_WRITE_HOLDmnt_flags与等于MNT_WRITE_HOLD的反
543  unlock_mount_hash()
545  返回:err