Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_qm.c1640 uint lockflags; in xfs_qm_vop_dqalloc() local
1645 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1646 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1658 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1675 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1687 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1700 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1709 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1718 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1727 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
[all …]
A Dxfs_icache.c1114 unsigned int *lockflags) in xfs_inode_free_eofblocks() argument
1142 *lockflags |= XFS_IOLOCK_EXCL; in xfs_inode_free_eofblocks()
1276 unsigned int *lockflags) in xfs_inode_free_cowblocks() argument
1296 if (!(*lockflags & XFS_IOLOCK_EXCL) && in xfs_inode_free_cowblocks()
1302 *lockflags |= XFS_IOLOCK_EXCL; in xfs_inode_free_cowblocks()
1309 *lockflags |= XFS_MMAPLOCK_EXCL; in xfs_inode_free_cowblocks()
1418 unsigned int lockflags = 0; in xfs_blockgc_scan_inode() local
1421 error = xfs_inode_free_eofblocks(ip, icw, &lockflags); in xfs_blockgc_scan_inode()
1425 error = xfs_inode_free_cowblocks(ip, icw, &lockflags); in xfs_blockgc_scan_inode()
1427 if (lockflags) in xfs_blockgc_scan_inode()
[all …]
A Dxfs_file.c1104 int lockflags = 0; in xfs_file_fadvise() local
1111 lockflags = XFS_IOLOCK_SHARED; in xfs_file_fadvise()
1112 xfs_ilock(ip, lockflags); in xfs_file_fadvise()
1115 if (lockflags) in xfs_file_fadvise()
1116 xfs_iunlock(ip, lockflags); in xfs_file_fadvise()
/linux/drivers/usb/musb/
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()
A Dmusb_gadget.c1194 unsigned long lockflags; in musb_gadget_queue() local
1231 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1258 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
/linux/drivers/net/usb/
A Dusbnet.c489 unsigned long lockflags; in rx_submit() local
517 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit()
550 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
A Dlan78xx.c3478 unsigned long lockflags; in rx_submit() local
3496 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
3527 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()

Completed in 26 milliseconds