Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dbuffered_read.c873 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags))) in netfs_buffered_read_iter()
911 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags)) in netfs_file_read_iter()
/linux/include/linux/
H A Dnetfs.h71 #define NETFS_ICTX_UNBUFFERED 1 /* I/O should not use the pagecache */ macro