Searched refs:lockflags (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_qm.c | 1641 uint lockflags; in xfs_qm_vop_dqalloc() local 1646 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc() 1647 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() 1659 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1676 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1687 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc() 1688 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() 1701 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc() 1709 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc() 1710 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc() [all …]
|
| D | xfs_file.c | 1025 int lockflags = 0; in xfs_file_fadvise() local 1032 lockflags = XFS_IOLOCK_SHARED; in xfs_file_fadvise() 1033 xfs_ilock(ip, lockflags); in xfs_file_fadvise() 1036 if (lockflags) in xfs_file_fadvise() 1037 xfs_iunlock(ip, lockflags); in xfs_file_fadvise()
|
| /Linux-v5.10/drivers/usb/musb/ |
| D | musb_gadget_ep0.c | 909 unsigned long lockflags; in musb_g_ep0_queue() local 925 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue() 980 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
|
| D | musb_gadget.c | 1194 unsigned long lockflags; in musb_gadget_queue() local 1231 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue() 1256 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
|
| /Linux-v5.10/drivers/net/usb/ |
| D | usbnet.c | 470 unsigned long lockflags; in rx_submit() local 498 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit() 531 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
|
| D | lan78xx.c | 3113 unsigned long lockflags; in rx_submit() local 3131 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit() 3161 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()
|