Home
last modified time | relevance | path

Searched refs:lockflags (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_qm.c1615 uint lockflags; in xfs_qm_vop_dqalloc() local
1620 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1621 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1633 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1649 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1663 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1664 xfs_ilock(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()
[all …]
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget_ep0.c934 unsigned long lockflags; in musb_g_ep0_queue() local
950 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue()
1005 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
Dmusb_gadget.c1247 unsigned long lockflags; in musb_gadget_queue() local
1273 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1292 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/linux-4.4.14/drivers/net/usb/
Dusbnet.c473 unsigned long lockflags; in rx_submit() local
498 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit()
530 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
Dlan78xx.c2454 unsigned long lockflags; in rx_submit() local
2472 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
2502 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()