Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Ddata.c485 seg = CURSEG_DIRECT_IO; in __allocate_data_block()
Df2fs.h585 CURSEG_DIRECT_IO, /* to use for the direct IO path */ enumerator
Dsegment.c1248 bool direct_io = (type == CURSEG_DIRECT_IO); in allocate_data_block()