Symbol: XFS_IOLOCK_EXCL
fs/xfs/libxfs/xfs_bmap.c
5544
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_bmap.c
5681
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_bmap.c
5754
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL);
fs/xfs/libxfs/xfs_bmap.c
5797
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
fs/xfs/scrub/bmap.c
46
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/common.c
1284
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dir_repair.c
1858
if (!xrep_orphanage_ilock_nowait(sc, XFS_IOLOCK_EXCL)) {
fs/xfs/scrub/dir_repair.c
1903
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
350
ASSERT(sc->ilock_flags & XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
352
if (xfs_ilock_nowait(dp, XFS_IOLOCK_EXCL))
fs/xfs/scrub/dirtree_repair.c
355
xchk_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
357
xfs_ilock(dp, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
358
if (xchk_ilock_nowait(sc, XFS_IOLOCK_EXCL))
fs/xfs/scrub/dirtree_repair.c
360
xfs_iunlock(dp, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
363
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
494
xfs_iunlock(dp, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
623
ASSERT(sc->ilock_flags & XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
625
if (xrep_orphanage_ilock_nowait(sc, XFS_IOLOCK_EXCL))
fs/xfs/scrub/dirtree_repair.c
628
xchk_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
630
xrep_orphanage_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
631
if (xchk_ilock_nowait(sc, XFS_IOLOCK_EXCL))
fs/xfs/scrub/dirtree_repair.c
633
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
636
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/dirtree_repair.c
712
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/inode.c
37
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/inode_repair.c
1602
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/nlinks_repair.c
122
xchk_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/nlinks_repair.c
123
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/nlinks_repair.c
135
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/nlinks_repair.c
140
xchk_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/nlinks_repair.c
268
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/nlinks_repair.c
270
xchk_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/orphanage.c
256
if (xrep_orphanage_ilock_nowait(sc, XFS_IOLOCK_EXCL)) {
fs/xfs/scrub/orphanage.c
257
if (xchk_ilock_nowait(sc, XFS_IOLOCK_EXCL))
fs/xfs/scrub/orphanage.c
259
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/orphanage.c
322
ASSERT(sc->ilock_flags & XFS_IOLOCK_EXCL);
fs/xfs/scrub/orphanage.c
323
ASSERT(sc->orphanage_ilock_flags & XFS_IOLOCK_EXCL);
fs/xfs/scrub/parent_repair.c
809
if (!xrep_orphanage_ilock_nowait(sc, XFS_IOLOCK_EXCL)) {
fs/xfs/scrub/parent_repair.c
859
xrep_orphanage_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/readdir.c
356
if (!xchk_ilock_nowait(sc, XFS_IOLOCK_EXCL))
fs/xfs/scrub/readdir.c
372
xchk_iunlock(sc, XFS_IOLOCK_EXCL);
fs/xfs/scrub/tempfile.c
218
xfs_ilock(sc->tempip, XFS_IOLOCK_EXCL);
fs/xfs/scrub/tempfile.c
219
sc->temp_ilock_flags |= XFS_IOLOCK_EXCL;
fs/xfs/scrub/tempfile.c
262
xfs_ilock(sc->tempip, XFS_IOLOCK_EXCL);
fs/xfs/scrub/tempfile.c
263
sc->temp_ilock_flags |= XFS_IOLOCK_EXCL;
fs/xfs/scrub/tempfile.c
299
if (xfs_ilock_nowait(sc->tempip, XFS_IOLOCK_EXCL)) {
fs/xfs/scrub/tempfile.c
300
sc->temp_ilock_flags |= XFS_IOLOCK_EXCL;
fs/xfs/scrub/tempfile.c
332
xfs_iunlock(sc->tempip, XFS_IOLOCK_EXCL);
fs/xfs/scrub/tempfile.c
333
sc->temp_ilock_flags &= ~XFS_IOLOCK_EXCL;
fs/xfs/scrub/tempfile.h
44
xchk_ilock(sc, XFS_IOLOCK_EXCL);
fs/xfs/xfs_bmap_util.c
1067
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_bmap_util.c
518
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_bmap_util.c
998
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_dir2_readdir.c
529
xfs_assert_ilocked(dp, XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL);
fs/xfs/xfs_file.c
1003
iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
1063
unsigned int iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
1426
uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
fs/xfs/xfs_file.c
1748
xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_file.c
1752
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_file.c
221
*lock_mode = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
423
*iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
490
*iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
730
if (iolock == XFS_IOLOCK_EXCL) {
fs/xfs/xfs_file.c
731
xfs_ilock_demote(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_file.c
805
if (iolock == XFS_IOLOCK_EXCL) {
fs/xfs/xfs_file.c
806
xfs_ilock_demote(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_file.c
872
iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
957
unsigned int iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_icache.c
1254
if (!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_icache.c
1259
*lockflags |= XFS_IOLOCK_EXCL;
fs/xfs/xfs_icache.c
1422
if (!(*lockflags & XFS_IOLOCK_EXCL) &&
fs/xfs/xfs_icache.c
1423
!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_icache.c
1428
*lockflags |= XFS_IOLOCK_EXCL;
fs/xfs/xfs_icache.c
779
ASSERT((lock_flags & (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED)) == 0);
fs/xfs/xfs_inode.c
100
(XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL));
fs/xfs/xfs_inode.c
1050
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_inode.c
148
if (lock_flags & XFS_IOLOCK_EXCL) {
fs/xfs/xfs_inode.c
191
if (lock_flags & XFS_IOLOCK_EXCL) {
fs/xfs/xfs_inode.c
222
if (lock_flags & XFS_IOLOCK_EXCL)
fs/xfs/xfs_inode.c
249
if (lock_flags & XFS_IOLOCK_EXCL)
fs/xfs/xfs_inode.c
276
ASSERT(lock_flags & (XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL));
fs/xfs/xfs_inode.c
278
~(XFS_IOLOCK_EXCL|XFS_MMAPLOCK_EXCL|XFS_ILOCK_EXCL)) == 0);
fs/xfs/xfs_inode.c
284
if (lock_flags & XFS_IOLOCK_EXCL)
fs/xfs/xfs_inode.c
3030
xfs_assert_ilocked(XFS_I(inode), XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL);
fs/xfs/xfs_inode.c
311
else if (lock_flags & XFS_IOLOCK_EXCL)
fs/xfs/xfs_inode.c
348
if (lock_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_inode.c
401
ASSERT(lock_mode & (XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL |
fs/xfs/xfs_inode.c
410
if (lock_mode & XFS_IOLOCK_EXCL) {
fs/xfs/xfs_inode.c
494
ASSERT(!(ip0_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)));
fs/xfs/xfs_inode.c
495
ASSERT(!(ip1_mode & (XFS_IOLOCK_SHARED|XFS_IOLOCK_EXCL)));
fs/xfs/xfs_inode.c
99
ASSERT((lock_flags & (XFS_IOLOCK_SHARED | XFS_IOLOCK_EXCL)) !=
fs/xfs/xfs_inode.h
446
#define XFS_LOCK_MASK (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED \
fs/xfs/xfs_inode.h
451
{ XFS_IOLOCK_EXCL, "IOLOCK_EXCL" }, \
fs/xfs/xfs_iomap.c
2285
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_iops.c
1163
iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
fs/xfs/xfs_iops.c
925
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_pnfs.c
152
xfs_ilock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
209
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
215
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
271
xfs_ilock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
332
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
41
*iolock |= XFS_IOLOCK_EXCL;
fs/xfs/xfs_qm_syscalls.c
68
xfs_ilock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_qm_syscalls.c
72
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_qm_syscalls.c
94
xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
fs/xfs/xfs_reflink.c
1724
xfs_ilock_demote(src, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_rtalloc.c
704
xfs_ilock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_rtalloc.c
719
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_zone_gc.c
833
uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;