Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dunix_io.c475 int f_nocache = 0; in unix_open() local
519 f_nocache = F_NOCACHE; in unix_open()
530 if (f_nocache) { in unix_open()
531 if (fcntl(data->dev, f_nocache, 1) < 0) { in unix_open()