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

  /external/f2fs-tools/fsck/
sload.c 52 else if (de[i].file_type == F2FS_FT_REG_FILE)
136 de->file_type = F2FS_FT_REG_FILE;
214 if (dentries[i].file_type == F2FS_FT_REG_FILE) {
f2fs.h 428 [S_IFREG >> S_SHIFT] = F2FS_FT_REG_FILE,
dir.c 404 } else if (de->file_type == F2FS_FT_REG_FILE) {
589 if (de->file_type == F2FS_FT_REG_FILE)
fsck.c 339 if (S_ISREG(mode) && ftype != F2FS_FT_REG_FILE)
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 1060 F2FS_FT_REG_FILE,
    [all...]

Completed in 104 milliseconds