Searched refs:i_iopen_gh (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddentry.c117 if (!ginode->i_iopen_gh.gh_gl)
120 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags))
H A Dsuper.c1184 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;
1328 gfs2_glock_dq_uninit(&ip->i_iopen_gh);
1336 gfs2_glock_dq_wait(&ip->i_iopen_gh);
1337 gfs2_holder_reinit(LM_ST_EXCLUSIVE, LM_FLAG_TRY_1CB | GL_NOCACHE, &ip->i_iopen_gh);
1338 error = gfs2_glock_nq(&ip->i_iopen_gh);
1374 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags))
1375 gfs2_glock_dq(&ip->i_iopen_gh);
1376 gfs2_holder_uninit(&ip->i_iopen_gh);
1387 if (ip->i_iopen_gh.gh_gl) {
1388 ip->i_iopen_gh
[all...]
H A Dinode.c195 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh);
198 ip->i_iopen_gh.gh_gl->gl_object = ip;
230 gfs2_glock_dq(&ip->i_iopen_gh);
292 &ip->i_iopen_gh);
296 ip->i_iopen_gh.gh_gl->gl_object = ip;
323 gfs2_glock_dq(&ip->i_iopen_gh);
H A Dincore.h273 struct gfs2_holder i_iopen_gh; member in struct:gfs2_inode

Completed in 193 milliseconds