bitlock            35 arch/s390/include/asm/airq.h 	unsigned long *bitlock;	/* Lock bit mask for the bit vector */
bitlock            75 arch/s390/include/asm/airq.h 	bit_spin_lock(bit ^ be_to_le, iv->bitlock);
bitlock            81 arch/s390/include/asm/airq.h 	bit_spin_unlock(bit ^ be_to_le, iv->bitlock);
bitlock           167 drivers/s390/cio/airq.c 		iv->bitlock = kzalloc(size, GFP_KERNEL);
bitlock           168 drivers/s390/cio/airq.c 		if (!iv->bitlock)
bitlock           188 drivers/s390/cio/airq.c 	kfree(iv->bitlock);
bitlock           208 drivers/s390/cio/airq.c 	kfree(iv->bitlock);
bitlock          5132 fs/ext4/mballoc.c __releases(bitlock)
bitlock          5133 fs/ext4/mballoc.c __acquires(bitlock)
bitlock           770 fs/ext4/super.c __releases(bitlock)
bitlock           771 fs/ext4/super.c __acquires(bitlock)
bitlock          1252 fs/nfs/inode.c 	unsigned long *bitlock = &nfsi->flags;
bitlock          1262 fs/nfs/inode.c 	if (test_bit(NFS_INO_INVALIDATING, bitlock) ||
bitlock          1279 fs/nfs/inode.c 	unsigned long *bitlock = &nfsi->flags;
bitlock          1305 fs/nfs/inode.c 		ret = wait_on_bit_action(bitlock, NFS_INO_INVALIDATING,
bitlock          1310 fs/nfs/inode.c 		if (test_bit(NFS_INO_INVALIDATING, bitlock)) {
bitlock          1320 fs/nfs/inode.c 	set_bit(NFS_INO_INVALIDATING, bitlock);
bitlock          1329 fs/nfs/inode.c 	clear_bit_unlock(NFS_INO_INVALIDATING, bitlock);
bitlock          1331 fs/nfs/inode.c 	wake_up_bit(bitlock, NFS_INO_INVALIDATING);
bitlock          1852 fs/nfs/pnfs.c  	unsigned long *bitlock = &lo->plh_flags;
bitlock          1854 fs/nfs/pnfs.c  	clear_bit_unlock(NFS_LAYOUT_FIRST_LAYOUTGET, bitlock);
bitlock          1856 fs/nfs/pnfs.c  	wake_up_bit(bitlock, NFS_LAYOUT_FIRST_LAYOUTGET);
bitlock          2877 fs/nfs/pnfs.c  	unsigned long *bitlock = &NFS_I(inode)->flags;
bitlock          2879 fs/nfs/pnfs.c  	clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock);
bitlock          2881 fs/nfs/pnfs.c  	wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING);
bitlock           273 fs/orangefs/file.c 	unsigned long *bitlock = &orangefs_inode->bitlock;
bitlock           277 fs/orangefs/file.c 		ret = wait_on_bit(bitlock, 1, TASK_KILLABLE);
bitlock           281 fs/orangefs/file.c 		if (test_bit(1, bitlock)) {
bitlock           291 fs/orangefs/file.c 	set_bit(1, bitlock);
bitlock           303 fs/orangefs/file.c 	clear_bit(1, bitlock);
bitlock           305 fs/orangefs/file.c 	wake_up_bit(bitlock, 1);
bitlock           724 fs/orangefs/inode.c 	unsigned long *bitlock = &orangefs_inode->bitlock;
bitlock           730 fs/orangefs/inode.c 	if (wait_on_bit(bitlock, 1, TASK_KILLABLE)) {
bitlock          1062 fs/orangefs/inode.c 	ORANGEFS_I(inode)->bitlock = 0;
bitlock           200 fs/orangefs/orangefs-kernel.h 	unsigned long bitlock;
bitlock            35 include/linux/bit_spinlock.h 	__acquire(bitlock);
bitlock            50 include/linux/bit_spinlock.h 	__acquire(bitlock);
bitlock            66 include/linux/bit_spinlock.h 	__release(bitlock);
bitlock            83 include/linux/bit_spinlock.h 	__release(bitlock);
bitlock           410 include/linux/rhashtable.h 	__release(bitlock);