Searched refs:F2fsPinBeforeAllocate (Results 1 – 3 of 3) sorted by relevance
42 bool F2fsPinBeforeAllocate(int file_fd, bool* supported);
99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate() function167 return F2fsPinBeforeAllocate(fd, supported); in FilesystemHasReliablePinning()
441 if (!F2fsPinBeforeAllocate(file_fd, &supported)) { in AllocateFile()