Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dfs_operation.c74 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()
H A Dinternal.h700 #define AFS_VNODE_IO_LOCK 0 /* Set if the I/O serialisation lock is held */ macro