Searched refs:lockflags (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_exchrange.c | 848 const unsigned int lockflags = XFS_IOLOCK_SHARED | in xfs_ioc_start_commit() local 859 xfs_ilock(ip2, lockflags); in xfs_ioc_start_commit() 869 xfs_iunlock(ip2, lockflags); in xfs_ioc_start_commit()
|
| /linux/fs/xfs/scrub/ |
| H A D | repair.h | 114 # define xrep_rtgroup_init(sc, rtg, sr, lockflags) (-ENOSYS) argument
|
| H A D | common.h | 159 # define xchk_rtgroup_lock(sc, sr, lockflags) (-EFSCORRUPTED) argument
|
| /linux/drivers/usb/musb/ |
| H A D | musb_gadget.c | 1196 unsigned long lockflags; in musb_gadget_queue() local 1233 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue() 1260 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
|
| /linux/drivers/net/usb/ |
| H A D | usbnet.c | 499 unsigned long lockflags; in rx_submit() local 527 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit() 561 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()
|
| H A D | lan78xx.c | 4030 unsigned long lockflags; in rx_submit() local 4036 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit() 4069 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()
|