Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dos-linux.h63 #define jffs2_is_readonly(c) (OFNI_BS_2SFFJ(c)->s_flags & SB_RDONLY) macro
H A Dnodemgmt.c605 if (jffs2_can_mark_obsolete(c) && !jffs2_is_readonly(c) && in jffs2_mark_node_obsolete()
745 if (!jffs2_can_mark_obsolete(c) || jffs2_is_readonly(c) || in jffs2_mark_node_obsolete()
H A Dscan.c907 if (!(jffs2_is_readonly(c))) in jffs2_scan_eraseblock()