Searched refs:NETFS_ICTX_ODIRECT (Results 1 – 2 of 2) sorted by relevance
39 if (!test_bit(NETFS_ICTX_ODIRECT, &ictx->flags)) in netfs_block_o_direct()41 clear_bit(NETFS_ICTX_ODIRECT, &ictx->flags); in netfs_block_o_direct()69 if (test_bit(NETFS_ICTX_ODIRECT, &ictx->flags) == 0) in netfs_start_io_read()142 if (!test_bit(NETFS_ICTX_ODIRECT, &ictx->flags)) { in netfs_block_buffered()143 set_bit(NETFS_ICTX_ODIRECT, &ictx->flags); in netfs_block_buffered()148 clear_bit(NETFS_ICTX_ODIRECT, &ictx->flags); in netfs_block_buffered()181 if (test_bit(NETFS_ICTX_ODIRECT, &ictx->flags) != 0) in netfs_start_io_direct()
71 #define NETFS_ICTX_ODIRECT 0 /* The file has DIO in progress */ macro