Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Df2fs.h478 CURSEG_DIRECT_IO, /* to use for the direct IO path */ enumerator
Ddata.c1140 seg = CURSEG_DIRECT_IO; in __allocate_data_block()
Dsegment.c1167 bool direct_io = (type == CURSEG_DIRECT_IO); in allocate_data_block()