Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dlocking.c223 if (test_and_set_bit_lock(NETFS_ICTX_WB_LOCK, &ictx->flags)) { in netfs_wb_begin_wait()
261 if (!test_and_set_bit_lock(NETFS_ICTX_WB_LOCK, &ictx->flags)) in netfs_wb_begin()
282 WARN_ON_ONCE(!test_bit(NETFS_ICTX_WB_LOCK, &ictx->flags)); in netfs_wb_end()
295 clear_bit_unlock(NETFS_ICTX_WB_LOCK, &ictx->flags); in netfs_wb_end()
/linux/include/linux/
H A Dnetfs.h73 #define NETFS_ICTX_WB_LOCK 2 /* Writeback serialisation lock */ macro