Home
last modified time | relevance | path

Searched refs:XFS_IOLOCK_EXCL (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_pnfs.c41 *iolock |= XFS_IOLOCK_EXCL; in xfs_break_leased_layouts()
120 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_fs_map_blocks()
174 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_fs_map_blocks()
180 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_fs_map_blocks()
236 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_fs_commit_blocks()
296 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_fs_commit_blocks()
Dxfs_inode.c177 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_ilock()
178 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)); in xfs_ilock()
185 if (lock_flags & XFS_IOLOCK_EXCL) { in xfs_ilock()
228 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_ilock_nowait()
229 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)); in xfs_ilock_nowait()
236 if (lock_flags & XFS_IOLOCK_EXCL) { in xfs_ilock_nowait()
267 if (lock_flags & XFS_IOLOCK_EXCL) in xfs_ilock_nowait()
297 ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) != in xfs_iunlock()
298 (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)); in xfs_iunlock()
306 if (lock_flags & XFS_IOLOCK_EXCL) in xfs_iunlock()
[all …]
Dxfs_file.c341 *iolock = XFS_IOLOCK_EXCL; in xfs_file_aio_write_checks()
367 *iolock = XFS_IOLOCK_EXCL; in xfs_file_aio_write_checks()
546 iolock = XFS_IOLOCK_EXCL; in xfs_file_dio_aio_write()
575 } else if (iolock == XFS_IOLOCK_EXCL) { in xfs_file_dio_aio_write()
576 xfs_ilock_demote(ip, XFS_IOLOCK_EXCL); in xfs_file_dio_aio_write()
606 int iolock = XFS_IOLOCK_EXCL; in xfs_file_dax_write()
662 iolock = XFS_IOLOCK_EXCL; in xfs_file_buffered_aio_write()
799 ASSERT(xfs_isilocked(XFS_I(inode), XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)); in xfs_break_layouts()
837 uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xfs_file_fallocate()
Dxfs_inode.h245 #define XFS_IOLOCK_EXCL (1<<0) macro
252 #define XFS_LOCK_MASK (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED \
257 { XFS_IOLOCK_EXCL, "IOLOCK_EXCL" }, \
Dxfs_qm_syscalls.c285 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_qm_scall_trunc_qfile()
289 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_qm_scall_trunc_qfile()
311 xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); in xfs_qm_scall_trunc_qfile()
Dxfs_icache.c623 ASSERT((lock_flags & (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED)) == 0); in xfs_iget()
1378 if (!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) { in xfs_inode_free_eofblocks()
1385 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_inode_free_eofblocks()
1624 xfs_ilock(ip, XFS_IOLOCK_EXCL); in xfs_inode_free_cowblocks()
1635 xfs_iunlock(ip, XFS_IOLOCK_EXCL); in xfs_inode_free_cowblocks()
Dxfs_iops.c864 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL)); in xfs_setattr_size()
1080 iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xfs_vn_setattr()
Dxfs_bmap_util.c1075 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL)); in xfs_collapse_file_space()
1145 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL)); in xfs_insert_file_space()
Dxfs_ioctl.c638 uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xfs_ioc_space()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dparent.c221 error = xchk_ilock_inverted(sc->ip, XFS_IOLOCK_EXCL); in xchk_parent_validate()
224 sc->ilock_flags = XFS_IOLOCK_EXCL; in xchk_parent_validate()
Dinode.c52 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode()
Dcommon.c747 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode_contents()
Dbmap.c38 sc->ilock_flags = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; in xchk_setup_inode_bmap()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_bmap.c5666 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL)); in xfs_bmse_merge()
5795 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL)); in xfs_bmap_collapse_extents()
5870 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL)); in xfs_bmap_can_insert_extents()
5912 ASSERT(xfs_isilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL)); in xfs_bmap_insert_extents()