Lines Matching refs:lockflags
1122 unsigned int *lockflags)
1150 *lockflags |= XFS_IOLOCK_EXCL;
1284 unsigned int *lockflags)
1304 if (!(*lockflags & XFS_IOLOCK_EXCL) &&
1310 *lockflags |= XFS_IOLOCK_EXCL;
1317 *lockflags |= XFS_MMAPLOCK_EXCL;
1426 unsigned int lockflags = 0;
1429 error = xfs_inode_free_eofblocks(ip, icw, &lockflags);
1433 error = xfs_inode_free_cowblocks(ip, icw, &lockflags);
1435 if (lockflags)
1436 xfs_iunlock(ip, lockflags);