__XFS_IFLOCK_BIT  599 fs/xfs/xfs_inode.c 	wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_IFLOCK_BIT);
__XFS_IFLOCK_BIT  600 fs/xfs/xfs_inode.c 	DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_IFLOCK_BIT);
__XFS_IFLOCK_BIT  233 fs/xfs/xfs_inode.h #define XFS_IFLOCK		(1 << __XFS_IFLOCK_BIT)
__XFS_IFLOCK_BIT  282 fs/xfs/xfs_inode.h 	wake_up_bit(&ip->i_flags, __XFS_IFLOCK_BIT);