Searched refs:sb_rdonly (Results 1 – 1 of 1) sorted by relevance
2034 static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; } in sb_rdonly() function2035 #define IS_RDONLY(inode) sb_rdonly((inode)->i_sb)