Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dbuffered_read.c854 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()
Dbuffered_write.c475 test_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags)) in netfs_file_write_iter()
/linux-6.12.1/include/linux/
Dnetfs.h71 #define NETFS_ICTX_UNBUFFERED 1 /* I/O should not use the pagecache */ macro
/linux-6.12.1/fs/smb/client/
Dinode.c50 set_bit(NETFS_ICTX_UNBUFFERED, &ictx->flags); in cifs_set_ops()