Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dbuffered_read.c858 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags))) in netfs_buffered_read_iter()
896 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags)) in netfs_file_read_iter()
H A Dbuffered_write.c475 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags)) in netfs_file_write_iter()
/linux/include/linux/
H A Dnetfs.h71 #define NETFS_ICTX_UNBUFFERED 1 /* I/O should not use the pagecache */ macro
/linux/fs/smb/client/
H A Dinode.c50 set_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags); in cifs_set_ops()