Searched refs:AFS_VNODE_IO_LOCK (Results 1 – 2 of 2) sorted by relevance
74 clear_bit(AFS_VNODE_IO_LOCK, &vnode->flags); in afs_unlock_for_io()89 if (!test_and_set_bit(AFS_VNODE_IO_LOCK, &vnode->flags)) { in afs_lock_for_io()117 if (!test_and_set_bit(AFS_VNODE_IO_LOCK, &vnode->flags)) { in afs_lock_for_io_interruptible()
698 #define AFS_VNODE_IO_LOCK 0 /* Set if the I/O serialisation lock is held */ macro
Completed in 12 milliseconds