Searched refs:feature_file (Results 1 – 1 of 1) sorted by relevance
113 std::string feature_file = "/sys/fs/f2fs/" + bdev + "/features"; in F2fsPinBeforeAllocate() local114 if (!android::base::ReadFileToString(feature_file, &contents)) { in F2fsPinBeforeAllocate()115 PLOG(ERROR) << "read failed: " << feature_file; in F2fsPinBeforeAllocate()