Searched refs:SB_RDONLY (Results 1 – 2 of 2) sorted by relevance
79 …2_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RDONLY))
1362 #define SB_RDONLY 1 /* Mount read-only */ macro2034 static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; } in sb_rdonly()2041 #define IS_NOATIME(inode) __IS_FLG(inode, SB_RDONLY|SB_NOATIME)