Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_qm.c1624 uint lockflags; in xfs_qm_vop_dqalloc() local
1629 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1630 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1642 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1658 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1668 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1669 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1681 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1688 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1689 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
[all …]
Dxfs_file.c952 int lockflags = 0; in xfs_file_fadvise() local
959 lockflags = XFS_IOLOCK_SHARED; in xfs_file_fadvise()
960 xfs_ilock(ip, lockflags); in xfs_file_fadvise()
963 if (lockflags) in xfs_file_fadvise()
964 xfs_iunlock(ip, lockflags); in xfs_file_fadvise()
/Linux-v5.4/drivers/usb/musb/
Dmusb_gadget_ep0.c913 unsigned long lockflags; in musb_g_ep0_queue() local
929 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue()
984 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
Dmusb_gadget.c1195 unsigned long lockflags; in musb_gadget_queue() local
1232 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1257 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/Linux-v5.4/drivers/net/usb/
Dusbnet.c473 unsigned long lockflags; in rx_submit() local
501 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit()
534 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
Dlan78xx.c3192 unsigned long lockflags; in rx_submit() local
3210 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
3240 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()