Symbol: XFS_IOLOCK_EXCL
fs/xfs/libxfs/xfs_bmap.c
5542
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_bmap.c
5679
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL);
fs/xfs/libxfs/xfs_bmap.c
5752
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL);
fs/xfs/libxfs/xfs_bmap.c
5795
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
1295
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
1606
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
1000
unsigned int iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
1046
iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
1106
unsigned int iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_file.c
1486
uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
fs/xfs/xfs_file.c
1808
xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_file.c
1812
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
773
if (iolock == XFS_IOLOCK_EXCL) {
fs/xfs/xfs_file.c
774
xfs_ilock_demote(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_file.c
848
if (iolock == XFS_IOLOCK_EXCL) {
fs/xfs/xfs_file.c
849
xfs_ilock_demote(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_file.c
915
iolock = XFS_IOLOCK_EXCL;
fs/xfs/xfs_icache.c
1256
if (!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_icache.c
1261
*lockflags |= XFS_IOLOCK_EXCL;
fs/xfs/xfs_icache.c
1424
if (!(*lockflags & XFS_IOLOCK_EXCL) &&
fs/xfs/xfs_icache.c
1425
!xfs_ilock_nowait(ip, XFS_IOLOCK_EXCL)) {
fs/xfs/xfs_icache.c
1430
*lockflags |= XFS_IOLOCK_EXCL;
fs/xfs/xfs_icache.c
778
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
1044
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
3035
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
450
#define XFS_LOCK_MASK (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED \
fs/xfs/xfs_inode.h
455
{ XFS_IOLOCK_EXCL, "IOLOCK_EXCL" }, \
fs/xfs/xfs_iomap.c
2366
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_iops.c
1146
iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;
fs/xfs/xfs_iops.c
923
xfs_assert_ilocked(ip, XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL);
fs/xfs/xfs_pnfs.c
163
xfs_ilock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
224
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
230
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
285
xfs_ilock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
348
xfs_iunlock(ip, XFS_IOLOCK_EXCL);
fs/xfs/xfs_pnfs.c
42
*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
1760
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
871
uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL;