lock_type        1866 drivers/block/rbd.c 	u8 lock_type;
lock_type        1887 drivers/block/rbd.c 				 RBD_LOCK_NAME, &lock_type, &lock_tag,
lock_type        3991 drivers/block/rbd.c 	u8 lock_type;
lock_type        3999 drivers/block/rbd.c 				 &lock_type, &lock_tag, lockers, num_lockers);
lock_type        4015 drivers/block/rbd.c 	if (lock_type == CEPH_CLS_LOCK_SHARED) {
lock_type          92 fs/afs/flock.c 	bool exclusive = (vnode->lock_type == AFS_LOCK_WRITE);
lock_type         118 fs/afs/flock.c 	if (vnode->lock_type == AFS_LOCK_WRITE)
lock_type         529 fs/afs/flock.c 		if (vnode->lock_type == AFS_LOCK_WRITE) {
lock_type         563 fs/afs/flock.c 	vnode->lock_type = type;
lock_type         679 fs/afs/internal.h 	afs_lock_type_t		lock_type : 8;
lock_type          63 fs/ceph/locks.c static int ceph_lock_message(u8 lock_type, u16 operation, struct inode *inode,
lock_type         102 fs/ceph/locks.c 	     "start: %llu, length: %llu, wait: %d, type: %d\n", (int)lock_type,
lock_type         106 fs/ceph/locks.c 	req->r_args.filelock_change.rule = lock_type;
lock_type         138 fs/ceph/locks.c 	     "length: %llu, wait: %d, type: %d, err code %d\n", (int)lock_type,
lock_type         149 fs/ceph/locks.c 	int err, lock_type;
lock_type         153 fs/ceph/locks.c 		lock_type = CEPH_LOCK_FCNTL_INTR;
lock_type         155 fs/ceph/locks.c 		lock_type = CEPH_LOCK_FLOCK_INTR;
lock_type         200 fs/ceph/locks.c 	intr_req->r_args.filelock_change.rule = lock_type;
lock_type        1140 fs/cifs/cifspdu.h 	__le16  lock_type;  /* 0 = Read, 1 = Write, 2 = Unlock */
lock_type         447 fs/cifs/cifsproto.h 		      const __u16 netfid, const __u8 lock_type,
lock_type         458 fs/cifs/cifsproto.h 			struct file_lock *, const __u16 lock_type,
lock_type        2463 fs/cifs/cifssmb.c 	       const __u16 netfid, const __u8 lock_type, const __u32 num_unlock,
lock_type        2483 fs/cifs/cifssmb.c 	pSMB->LockType = lock_type;
lock_type        2580 fs/cifs/cifssmb.c 		struct file_lock *pLockData, const __u16 lock_type,
lock_type        2629 fs/cifs/cifssmb.c 	parm_data->lock_type = cpu_to_le16(lock_type);
lock_type        2679 fs/cifs/cifssmb.c 		if (parm_data->lock_type == cpu_to_le16(CIFS_UNLCK))
lock_type        2682 fs/cifs/cifssmb.c 			if (parm_data->lock_type ==
lock_type        2685 fs/cifs/cifssmb.c 			else if (parm_data->lock_type ==
lock_type          36 lib/xarray.c   static inline void xas_lock_type(struct xa_state *xas, unsigned int lock_type)
lock_type          38 lib/xarray.c   	if (lock_type == XA_LOCK_IRQ)
lock_type          40 lib/xarray.c   	else if (lock_type == XA_LOCK_BH)
lock_type          46 lib/xarray.c   static inline void xas_unlock_type(struct xa_state *xas, unsigned int lock_type)
lock_type          48 lib/xarray.c   	if (lock_type == XA_LOCK_IRQ)
lock_type          50 lib/xarray.c   	else if (lock_type == XA_LOCK_BH)
lock_type         325 lib/xarray.c   	unsigned int lock_type = xa_lock_type(xas->xa);
lock_type         334 lib/xarray.c   		xas_unlock_type(xas, lock_type);
lock_type         336 lib/xarray.c   		xas_lock_type(xas, lock_type);