Home
last modified time | relevance | path

Searched refs:sb_rdonly (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dfs.h2034 static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; } in sb_rdonly() function
2035 #define IS_RDONLY(inode) sb_rdonly((inode)->i_sb)