Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dfsck.c202 if (need_fix && f2fs_dev_is_writable()) { in is_valid_ssa_node_blk()
328 if (need_fix && f2fs_dev_is_writable()) { in is_valid_ssa_data_blk()
1083 if (need_fix && f2fs_dev_is_writable()) in fsck_chk_inode_blk()
1106 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_inode_blk()
1150 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_dnode_blk()
1187 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_idnode_blk()
1230 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_didnode_blk()
1674 if (dentries < 0 && f2fs_dev_is_writable()) { in fsck_chk_dentry_blk()
1789 if (f2fs_dev_is_writable() && c.fix_on && in fsck_chk_orphan_node()
3152 if (force || (c.fix_on && f2fs_dev_is_writable())) { in fsck_verify()
/third_party/f2fs-tools/lib/
Dlibf2fs.c702 int f2fs_dev_is_writable(void) in f2fs_dev_is_writable() function
/third_party/f2fs-tools/include/
Df2fs_fs.h1219 extern int f2fs_dev_is_writable(void);