Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.c214 if (need_fix && f2fs_dev_is_writable()) { in is_valid_ssa_node_blk()
348 if (need_fix && f2fs_dev_is_writable()) { in is_valid_ssa_data_blk()
1443 if (need_fix && f2fs_dev_is_writable() && !is_aliasing) in fsck_chk_inode_blk()
1466 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_inode_blk()
1530 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_dnode_blk()
1568 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_idnode_blk()
1610 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_didnode_blk()
2120 if (dentries < 0 && f2fs_dev_is_writable()) { in fsck_chk_dentry_blk()
2249 if (f2fs_dev_is_writable() && c.fix_on && in fsck_chk_orphan_node()
3729 if (force || (c.fix_on && f2fs_dev_is_writable())) { in fsck_verify()
/external/f2fs-tools/lib/
Dlibf2fs.c724 int f2fs_dev_is_writable(void) in f2fs_dev_is_writable() function
/external/f2fs-tools/include/
Df2fs_fs.h1633 extern int f2fs_dev_is_writable(void);