Home
last modified time | relevance | path

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

/linux-6.12.1/fs/netfs/
Dlocking.c34 if (!test_bit(NETFS_ICTX_ODIRECT, &ictx->flags)) in netfs_block_o_direct()
36 clear_bit(NETFS_ICTX_ODIRECT, &ictx->flags); in netfs_block_o_direct()
64 if (test_bit(NETFS_ICTX_ODIRECT, &ictx->flags) == 0) in netfs_start_io_read()
137 if (!test_bit(NETFS_ICTX_ODIRECT, &ictx->flags)) { in netfs_block_buffered()
138 set_bit(NETFS_ICTX_ODIRECT, &ictx->flags); in netfs_block_buffered()
143 clear_bit(NETFS_ICTX_ODIRECT, &ictx->flags); in netfs_block_buffered()
176 if (test_bit(NETFS_ICTX_ODIRECT, &ictx->flags) != 0) in netfs_start_io_direct()
/linux-6.12.1/include/linux/
Dnetfs.h70 #define NETFS_ICTX_ODIRECT 0 /* The file has DIO in progress */ macro