Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dsload.c59 else if (de[i].file_type == F2FS_FT_SYMLINK) in f2fs_make_directory()
177 de->file_type = F2FS_FT_SYMLINK; in set_inode_metadata()
271 } else if (dentries[i].file_type == F2FS_FT_SYMLINK) { in build_directory()
Df2fs.h600 [S_IFLNK >> S_SHIFT] = F2FS_FT_SYMLINK,
Ddir.c483 } else if (de->file_type == F2FS_FT_SYMLINK) { in init_inode_block()
Dfsck.c368 if (S_ISLNK(mode) && ftype != F2FS_FT_SYMLINK) in __check_inode_mode()
1147 if (ftype == F2FS_FT_SYMLINK && i_size == 0 && in fsck_chk_inode_blk()
/third_party/f2fs-tools/include/
Df2fs_fs.h1363 F2FS_FT_SYMLINK, enumerator