Searched refs:ghs (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | inode.c | 1052 gfs2_glock_dq(ghs + 1); in gfs2_link() 1054 gfs2_glock_dq(ghs); in gfs2_link() 1057 gfs2_holder_uninit(ghs); in gfs2_link() 1203 gfs2_glock_dq(ghs + 2); in gfs2_unlink() 1205 gfs2_glock_dq(ghs + 1); in gfs2_unlink() 1207 gfs2_glock_dq(ghs); in gfs2_unlink() 1212 gfs2_holder_uninit(ghs); in gfs2_unlink() 1444 ghs + num_gh); in gfs2_rename() 1452 ghs + num_gh); in gfs2_rename() 1617 gfs2_glock_dq(ghs + x); in gfs2_rename() [all …]
|
A D | glock.h | 216 extern int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs); 224 extern int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs); 225 extern void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
|
A D | glock.c | 1347 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) in glocks_pending() 1364 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait() 1374 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait() 1377 !glocks_pending(num_gh, ghs), timeout)) { in gfs2_glock_async_wait() 1383 struct gfs2_holder *gh = &ghs[i]; in gfs2_glock_async_wait() 1398 struct gfs2_holder *gh = &ghs[i]; in gfs2_glock_async_wait() 1787 p[x] = &ghs[x]; in nq_m_sync() 1812 int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs) in gfs2_glock_nq_m() argument 1822 return gfs2_glock_nq(ghs); in gfs2_glock_nq_m() 1832 error = nq_m_sync(num_gh, ghs, pph); in gfs2_glock_nq_m() [all …]
|
A D | quota.c | 886 struct gfs2_holder *ghs, i_gh; in do_sync() local 901 ghs = kmalloc_array(num_qd, sizeof(struct gfs2_holder), GFP_NOFS); in do_sync() 902 if (!ghs) { in do_sync() 911 GL_NOCACHE, &ghs[qx]); in do_sync() 972 gfs2_glock_dq_uninit(&ghs[qx]); in do_sync() 974 kfree(ghs); in do_sync()
|
Completed in 16 milliseconds