Searched refs:s_readonly_remount (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/ |
H A D | internal.h | 127 WRITE_ONCE(sb->s_readonly_remount, 1); in sb_start_ro_state_change() 131 * cleared, it will see s_readonly_remount set. in sb_start_ro_state_change() 135 * cleared, it will see s_readonly_remount set. in sb_start_ro_state_change() 151 * 0 for sb->s_readonly_remount, it will also see all the in sb_end_ro_state_change() 156 WRITE_ONCE(sb->s_readonly_remount, 0); in sb_end_ro_state_change()
|
H A D | namespace.c | 312 if (READ_ONCE(mnt->mnt_sb->s_readonly_remount)) in mnt_is_readonly() 316 * making sure if we don't see s_readonly_remount set yet, we also will in mnt_is_readonly() 319 * assuring that if we see s_readonly_remount already cleared, we will in mnt_is_readonly() 376 * s_readonly_remount set (or even SB_RDONLY / MNT_READONLY flags) in in __mnt_want_write()
|
/kernel/linux/linux-5.10/fs/ |
H A D | super.c | 949 sb->s_readonly_remount = 1; in reconfigure_super() 958 * We set s_readonly_remount here to protect filesystem's in reconfigure_super() 962 sb->s_readonly_remount = 1; in reconfigure_super() 981 sb->s_readonly_remount = 0; in reconfigure_super() 996 sb->s_readonly_remount = 0; in reconfigure_super()
|
H A D | namespace.c | 289 if (mnt->mnt_sb->s_readonly_remount) in mnt_is_readonly() 291 /* Order wrt setting s_flags/s_readonly_remount in do_remount() */ in mnt_is_readonly() 537 sb->s_readonly_remount = 1; in sb_prepare_remount_readonly()
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_main.c | 210 !(inode->i_sb->s_readonly_remount) && in evm_verify_hmac()
|
/kernel/linux/linux-6.6/security/integrity/evm/ |
H A D | evm_main.c | 251 !(inode->i_sb->s_readonly_remount) && in evm_verify_hmac()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_server.c | 177 "GRAPERR sb->s_readonly_remount %d sb_flag %lu", in hmdfs_open_path() 178 sbi->sb->s_readonly_remount, sbi->sb->s_flags); in hmdfs_open_path()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_server.c | 177 "GRAPERR sb->s_readonly_remount %d sb_flag %lu", in hmdfs_open_path() 178 sbi->sb->s_readonly_remount, sbi->sb->s_flags); in hmdfs_open_path()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1520 int s_readonly_remount; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1282 int s_readonly_remount; member
|
Completed in 34 milliseconds