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

/linux-4.4.14/fs/xfs/
H A Dxfs_inode.h214 #define __XFS_IFLOCK_BIT 7 /* inode is being flushed right now */ macro
215 #define XFS_IFLOCK (1 << __XFS_IFLOCK_BIT)
250 wake_up_bit(&ip->i_flags, __XFS_IFLOCK_BIT); xfs_ifunlock()
H A Dxfs_inode.c599 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IFLOCK_BIT); __xfs_iflock()
600 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IFLOCK_BIT); __xfs_iflock()

Completed in 89 milliseconds