Searched refs:s_readonly_remount (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dinternal.h136 WRITE_ONCE(sb->s_readonly_remount, 1);
140 * cleared, it will see s_readonly_remount set.
144 * already cleared, it will see s_readonly_remount set.
160 * 0 for sb->s_readonly_remount, it will also see all the
165 WRITE_ONCE(sb->s_readonly_remount, 0);
H A Dnamespace.c317 if (READ_ONCE(mnt->mnt_sb->s_readonly_remount))
321 * making sure if we don't see s_readonly_remount set yet, we also will
324 * assuring that if we see s_readonly_remount already cleared, we will
381 * s_readonly_remount set (or even SB_RDONLY / MNT_READONLY flags) in
/linux-master/security/integrity/evm/
H A Devm_main.c262 !(inode->i_sb->s_readonly_remount) &&
/linux-master/include/linux/
H A Dfs.h1314 int s_readonly_remount; member in struct:super_block

Completed in 2129 milliseconds