Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_qm.c1733 uint lockflags; in xfs_qm_vop_dqalloc()
1738 lockflags = XFS_ILOCK_EXCL; in xfs_qm_vop_dqalloc()
1739 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1751 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1768 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1779 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1780 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1793 xfs_iunlock(ip, lockflags); in xfs_qm_vop_dqalloc()
1801 lockflags = XFS_ILOCK_SHARED; in xfs_qm_vop_dqalloc()
1802 xfs_ilock(ip, lockflags); in xfs_qm_vop_dqalloc()
1699 uint lockflags; xfs_qm_vop_dqalloc() local
[all...]
H A Dxfs_icache.c1166 unsigned int *lockflags) in xfs_inode_free_eofblocks()
1194 *lockflags |= XFS_IOLOCK_EXCL; in xfs_blockgc_set_iflag()
1328 unsigned int *lockflags) in xfs_inode_free_cowblocks()
1348 if (!(*lockflags & XFS_IOLOCK_EXCL) && in xfs_inode_clear_cowblocks_tag()
1354 *lockflags |= XFS_IOLOCK_EXCL; in xfs_blockgc_stop()
1361 *lockflags |= XFS_MMAPLOCK_EXCL; in xfs_blockgc_stop()
1469 unsigned int lockflags = 0;
1472 error = xfs_inode_free_eofblocks(ip, icw, &lockflags); in xfs_blockgc_free_space()
1476 error = xfs_inode_free_cowblocks(ip, icw, &lockflags); in xfs_blockgc_free_space()
1478 if (lockflags) in xfs_blockgc_free_space()
1129 xfs_inode_free_eofblocks(struct xfs_inode * ip,struct xfs_icwalk * icw,unsigned int * lockflags) xfs_inode_free_eofblocks() argument
1291 xfs_inode_free_cowblocks(struct xfs_inode * ip,struct xfs_icwalk * icw,unsigned int * lockflags) xfs_inode_free_cowblocks() argument
1433 unsigned int lockflags = 0; xfs_blockgc_scan_inode() local
[all...]
H A Dxfs_file.c1122 int lockflags = 0; in xfs_file_fadvise() local
1129 lockflags = XFS_IOLOCK_SHARED; in xfs_file_fadvise()
1130 xfs_ilock(ip, lockflags); in xfs_file_fadvise()
1133 if (lockflags) in xfs_file_fadvise()
1134 xfs_iunlock(ip, lockflags); in xfs_file_fadvise()
/linux/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.c1188 unsigned long lockflags; in musb_ep_restart_resume_work()
1225 spin_lock_irqsave(&musb->lock, lockflags); in musb_gadget_queue()
1252 spin_unlock_irqrestore(&musb->lock, lockflags); in musb_gadget_queue()
1197 unsigned long lockflags; musb_gadget_queue() local
/linux/drivers/net/usb/
H A Dusbnet.c483 unsigned long lockflags; in rx_submit() local
511 spin_lock_irqsave (&dev->rxq.lock, lockflags); in rx_submit()
544 spin_unlock_irqrestore (&dev->rxq.lock, lockflags); in rx_submit()
H A Dlan78xx.c3717 unsigned long lockflags; in rx_submit() local
3723 spin_lock_irqsave(&dev->rxq.lock, lockflags); in rx_submit()
3756 spin_unlock_irqrestore(&dev->rxq.lock, lockflags); in rx_submit()