i_filelock_ref    499 fs/ceph/inode.c 	atomic_set(&ci->i_filelock_ref, 0);
i_filelock_ref     37 fs/ceph/locks.c 	atomic_inc(&ceph_inode(inode)->i_filelock_ref);
i_filelock_ref     47 fs/ceph/locks.c 	if (atomic_dec_and_test(&ci->i_filelock_ref)) {
i_filelock_ref   1450 fs/ceph/mds_client.c 		if (atomic_read(&ci->i_filelock_ref) > 0) {
i_filelock_ref   1752 fs/ceph/mds_client.c 		if (atomic_read(&ci->i_filelock_ref) > 0)
i_filelock_ref    379 fs/ceph/super.h 	atomic_t i_filelock_ref;