Searched refs:lockflags (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_qm.c | 1624 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 …]
|
| D | xfs_file.c | 952 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/ |
| D | musb_gadget_ep0.c | 913 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()
|
| D | musb_gadget.c | 1195 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/ |
| D | usbnet.c | 473 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()
|
| D | lan78xx.c | 3192 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()
|