Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dbuffer_head_io.c437 if (ocfs2_is_hard_readonly(osb) || ocfs2_is_soft_readonly(osb)) { in ocfs2_write_super_or_backup()
H A Docfs2.h672 static inline int ocfs2_is_soft_readonly(struct ocfs2_super *osb) in ocfs2_is_soft_readonly() function
H A Dsuper.c464 status = ocfs2_is_soft_readonly(osb) ? -EROFS : -EINVAL; in ocfs2_init_global_system_inodes()
494 status = ocfs2_is_soft_readonly(osb) ? -EROFS : -EINVAL; in ocfs2_init_local_system_inodes()
2490 if (sb_rdonly(sb) && (ocfs2_is_soft_readonly(osb) || ocfs2_is_hard_readonly(osb))) in ocfs2_handle_error()
H A Dmove_extents.c901 if (ocfs2_is_hard_readonly(osb) || ocfs2_is_soft_readonly(osb)) in ocfs2_move_extents()
H A Dinode.c1579 ocfs2_is_soft_readonly(OCFS2_SB(sb))) { in ocfs2_filecheck_repair_inode_block()