HomeSort by relevance Sort by last modified time
    Searched refs:F2FS_FT_SYMLINK (Results 1 - 5 of 5) sorted by null

  /external/f2fs-tools/fsck/
sload.c 54 else if (de[i].file_type == F2FS_FT_SYMLINK)
148 de->file_type = F2FS_FT_SYMLINK;
231 } else if (dentries[i].file_type == F2FS_FT_SYMLINK) {
f2fs.h 434 [S_IFLNK >> S_SHIFT] = F2FS_FT_SYMLINK,
dir.c 407 } else if (de->file_type == F2FS_FT_SYMLINK) {
fsck.c 337 if (S_ISLNK(mode) && ftype != F2FS_FT_SYMLINK)
903 if (ftype == F2FS_FT_SYMLINK && i_blocks && i_size == 0) {
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 1066 F2FS_FT_SYMLINK,
    [all...]

Completed in 428 milliseconds