fs/gfs2/acl.c
123
ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/aops.c
135
if (gfs2_assert_withdraw(sdp, ip->i_gl->gl_state == LM_ST_EXCLUSIVE))
fs/gfs2/bmap.c
1512
ret = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/dir.c
2021
gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE, LM_FLAG_NODE_SCOPE);
fs/gfs2/file.c
1037
gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, gh);
fs/gfs2/file.c
1054
ret = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE,
fs/gfs2/file.c
1384
gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/file.c
1496
state = lock_is_write(fl) ? LM_ST_EXCLUSIVE : LM_ST_SHARED;
fs/gfs2/file.c
228
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/file.c
433
gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/glock.c
1128
gl->gl_demote_state = LM_ST_EXCLUSIVE;
fs/gfs2/glock.c
1371
if (gl->gl_demote_state == LM_ST_EXCLUSIVE) {
fs/gfs2/glock.c
2183
case LM_ST_EXCLUSIVE:
fs/gfs2/glock.c
320
case LM_ST_EXCLUSIVE:
fs/gfs2/glock.c
328
return gh->gh_state == LM_ST_EXCLUSIVE &&
fs/gfs2/glock.c
345
if (gl->gl_state == LM_ST_EXCLUSIVE) {
fs/gfs2/glock.c
551
gl->gl_demote_state = LM_ST_EXCLUSIVE;
fs/gfs2/glock.c
781
GLOCK_BUG_ON(gl, gl->gl_demote_state == LM_ST_EXCLUSIVE);
fs/gfs2/glock.c
997
gl->gl_demote_state != LM_ST_EXCLUSIVE) {
fs/gfs2/glops.c
200
GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE);
fs/gfs2/glops.c
318
GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE);
fs/gfs2/glops.c
528
(gl->gl_state == LM_ST_EXCLUSIVE) &&
fs/gfs2/glops.c
529
(gh->gh_state == LM_ST_EXCLUSIVE))
fs/gfs2/inode.c
1058
gfs2_holder_init(dip->i_gl, LM_ST_EXCLUSIVE, 0, &d_gh);
fs/gfs2/inode.c
1059
gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/inode.c
1258
gfs2_holder_init(dip->i_gl, LM_ST_EXCLUSIVE, 0, &d_gh);
fs/gfs2/inode.c
1259
gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/inode.c
1265
gfs2_holder_init(rgd->rd_gl, LM_ST_EXCLUSIVE, LM_FLAG_NODE_SCOPE, &r_gh);
fs/gfs2/inode.c
1518
error = gfs2_glock_nq_init(sdp->sd_rename_gl, LM_ST_EXCLUSIVE,
fs/gfs2/inode.c
1533
gfs2_holder_init(odip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs);
fs/gfs2/inode.c
1535
gfs2_holder_init(ndip->i_gl, LM_ST_EXCLUSIVE,GL_ASYNC,
fs/gfs2/inode.c
1539
gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs + num_gh);
fs/gfs2/inode.c
1543
gfs2_holder_init(nip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC,
fs/gfs2/inode.c
1572
error = gfs2_glock_nq_init(nrgd->rd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/inode.c
1758
error = gfs2_glock_nq_init(sdp->sd_rename_gl, LM_ST_EXCLUSIVE,
fs/gfs2/inode.c
1779
gfs2_holder_init(odip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs);
fs/gfs2/inode.c
1781
gfs2_holder_init(ndip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC,
fs/gfs2/inode.c
1785
gfs2_holder_init(oip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs + num_gh);
fs/gfs2/inode.c
1788
gfs2_holder_init(nip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs + num_gh);
fs/gfs2/inode.c
181
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE,
fs/gfs2/inode.c
2109
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &i_gh);
fs/gfs2/inode.c
2283
if (gh && gl->gl_state != LM_ST_EXCLUSIVE) {
fs/gfs2/inode.c
2285
gfs2_holder_reinit(LM_ST_EXCLUSIVE, 0, gh);
fs/gfs2/inode.c
499
error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/inode.c
729
error = gfs2_glock_nq_init(dip->i_gl, LM_ST_EXCLUSIVE, 0, &d_gh);
fs/gfs2/inode.c
850
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, &gh);
fs/gfs2/lock_dlm.c
211
case LM_ST_EXCLUSIVE:
fs/gfs2/lock_dlm.c
351
(!gl->gl_lksb.sb_lvbptr || gl->gl_state != LM_ST_EXCLUSIVE)) {
fs/gfs2/ops_fstype.c
373
LM_ST_EXCLUSIVE,
fs/gfs2/ops_fstype.c
658
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_NOPID,
fs/gfs2/ops_fstype.c
744
LM_ST_EXCLUSIVE,
fs/gfs2/ops_fstype.c
922
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_NOPID,
fs/gfs2/quota.c
1046
error = gfs2_glock_nq_init(qd->qd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/quota.c
1733
error = gfs2_glock_nq_init(qd->qd_gl, LM_ST_EXCLUSIVE, 0, &q_gh);
fs/gfs2/quota.c
1736
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &i_gh);
fs/gfs2/quota.c
918
error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/quota.c
924
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &i_gh);
fs/gfs2/recovery.c
426
LM_ST_EXCLUSIVE,
fs/gfs2/rgrp.c
1434
ret = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/rgrp.c
2094
LM_ST_EXCLUSIVE, flags,
fs/gfs2/super.c
1205
gfs2_holder_reinit(LM_ST_EXCLUSIVE, GL_ASYNC | GL_NOCACHE, gh);
fs/gfs2/super.c
1253
ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, gh);
fs/gfs2/super.c
186
error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE,
fs/gfs2/super.c
276
error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE,
fs/gfs2/super.c
355
error = gfs2_glock_nq_init(sdp->sd_freeze_gl, LM_ST_EXCLUSIVE,
fs/gfs2/super.c
499
ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/super.c
506
} else if (WARN_ON_ONCE(ip->i_gl->gl_state != LM_ST_EXCLUSIVE))
fs/gfs2/trace_gfs2.h
78
case LM_ST_EXCLUSIVE:
fs/gfs2/xattr.c
1248
ret = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &gh);
fs/gfs2/xattr.c
1252
if (WARN_ON_ONCE(ip->i_gl->gl_state != LM_ST_EXCLUSIVE)) {
fs/gfs2/xattr.c
1320
gfs2_rlist_alloc(&rlist, LM_ST_EXCLUSIVE, LM_FLAG_NODE_SCOPE);
fs/gfs2/xattr.c
1404
error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,
fs/gfs2/xattr.c
272
error = gfs2_glock_nq_init(rgd->rd_gl, LM_ST_EXCLUSIVE,