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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_super.c304 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;
329 if (ip->i_iopen_gh.gh_gl)
330 gfs2_glock_dq_uninit(&ip->i_iopen_gh);
427 gfs2_glock_dq_uninit(&ip->i_iopen_gh);
431 gfs2_glock_dq(&ip->i_iopen_gh);
432 gfs2_holder_reinit(LM_ST_EXCLUSIVE, LM_FLAG_TRY_1CB | GL_NOCACHE, &ip->i_iopen_gh);
433 error = gfs2_glock_nq(&ip->i_iopen_gh);
465 gfs2_glock_dq(&ip->i_iopen_gh);
467 gfs2_holder_uninit(&ip->i_iopen_gh);
H A Dincore.h223 struct gfs2_holder i_iopen_gh; member in struct:gfs2_inode
H A Dinode.c123 error = gfs2_glock_nq_init(io_gl, LM_ST_SHARED, GL_EXACT, &ip->i_iopen_gh);

Completed in 46 milliseconds