Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode.h215 #define __XFS_IFLOCK_BIT 7 /* inode is being flushed right now */ macro
216 #define XFS_IFLOCK (1 << __XFS_IFLOCK_BIT)
251 wake_up_bit(&ip->i_flags, __XFS_IFLOCK_BIT); in xfs_ifunlock()
Dxfs_inode.c599 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IFLOCK_BIT); in __xfs_iflock()
600 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IFLOCK_BIT); in __xfs_iflock()