Searched refs:NETFS_ICTX_UNBUFFERED (Results 1 – 4 of 4) sorted by relevance
854 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags))) in netfs_buffered_read_iter()892 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags)) in netfs_file_read_iter()
475 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags)) in netfs_file_write_iter()
71 #define NETFS_ICTX_UNBUFFERED 1 /* I/O should not use the pagecache */ macro
50 set_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags); in cifs_set_ops()