Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfs.h2011 static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; } in sb_rdonly() function
/kernel/linux/linux-4.19/include/linux/
Dfs.h1930 static inline bool sb_rdonly(const struct super_block *sb) { return sb->s_flags & SB_RDONLY; } in sb_rdonly() function