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.c206 if (need_fix && f2fs_dev_is_writable()) { in is_valid_ssa_node_blk()
340 if (need_fix && f2fs_dev_is_writable()) { in is_valid_ssa_data_blk()
1167 if (need_fix && f2fs_dev_is_writable()) in fsck_chk_inode_blk()
1190 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_inode_blk()
1254 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_dnode_blk()
1292 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_idnode_blk()
1335 if (need_fix && f2fs_dev_is_writable()) { in fsck_chk_didnode_blk()
1824 if (dentries < 0 && f2fs_dev_is_writable()) { in fsck_chk_dentry_blk()
1949 if (f2fs_dev_is_writable() && c.fix_on && in fsck_chk_orphan_node()
3341 if (force || (c.fix_on && f2fs_dev_is_writable())) { in fsck_verify()
/third_party/f2fs-tools/lib/
Dlibf2fs.c712 int f2fs_dev_is_writable(void) in f2fs_dev_is_writable() function
/third_party/f2fs-tools/include/
Df2fs_fs.h1406 extern int f2fs_dev_is_writable(void);