Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A 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 …]
H A Dxfs_file.c1044 int lockflags = 0; in xfs_file_fadvise() local
1051 lockflags = XFS_IOLOCK_SHARED; in xfs_file_fadvise()
1052 xfs_ilock(ip, lockflags); in xfs_file_fadvise()
1055 if (lockflags) in xfs_file_fadvise()
1056 xfs_iunlock(ip, lockflags); in xfs_file_fadvise()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A 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()
H A Dmusb_gadget.c1197 unsigned long lockflags; in musb_gadget_queue() local
1234 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1261 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c916 unsigned long lockflags; in musb_g_ep0_queue() local
932 spin_lock_irqsave(&musb->lock, lockflags); in musb_g_ep0_queue()
987 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_g_ep0_queue()
H A Dmusb_gadget.c1323 unsigned long lockflags; in musb_gadget_queue() local
1349 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1367 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A 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()
H A Dlan78xx.c3123 unsigned long lockflags; in rx_submit() local
3141 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
3171 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()