Home
last modified time | relevance | path

Searched refs:F2fsPinBeforeAllocate (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libfiemap/
Dutility.h42 bool F2fsPinBeforeAllocate(int file_fd, bool* supported);
Dutility.cpp99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate() function
167 return F2fsPinBeforeAllocate(fd, supported); in FilesystemHasReliablePinning()
Dfiemap_writer.cpp441 if (!F2fsPinBeforeAllocate(file_fd, &supported)) { in AllocateFile()