Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_qm.c1641 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 …]
Dxfs_file.c1025 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/
Dmusb_gadget_ep0.c909 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()
Dmusb_gadget.c1194 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/
Dusbnet.c470 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()
Dlan78xx.c3113 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()