Searched refs:ghs (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | inode.c | 604 struct gfs2_holder ghs[2]; in gfs2_create_inode() local 625 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_EXCLUSIVE, 0, ghs); in gfs2_create_inode() 628 gfs2_holder_mark_uninitialized(ghs + 1); in gfs2_create_inode() 650 gfs2_glock_dq_uninit(ghs); in gfs2_create_inode() 734 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_SKIP, ghs + 1); in gfs2_create_inode() 793 gfs2_glock_dq_uninit(ghs); in gfs2_create_inode() 795 gfs2_glock_dq_uninit(ghs + 1); in gfs2_create_inode() 821 gfs2_glock_dq_uninit(ghs); in gfs2_create_inode() 830 if (gfs2_holder_initialized(ghs + 1)) in gfs2_create_inode() 831 gfs2_glock_dq_uninit(ghs + 1); in gfs2_create_inode() [all …]
|
| H A D | glock.c | 1192 static int glocks_pending(unsigned int num_gh, struct gfs2_holder *ghs) in glocks_pending() argument 1197 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) in glocks_pending() 1212 int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs) in gfs2_glock_async_wait() argument 1214 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait() 1225 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait() 1229 !glocks_pending(num_gh, ghs), timeout)) in gfs2_glock_async_wait() 1249 if (!gfs2_holder_queued(&ghs[i])) in gfs2_glock_async_wait() 1252 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) { in gfs2_glock_async_wait() 1257 if (test_bit(HIF_HOLDER, &ghs[i].gh_iflags)) { in gfs2_glock_async_wait() 1259 gfs2_glock_dq(&ghs[i]); in gfs2_glock_async_wait() [all …]
|
| H A D | glock.h | 193 extern int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs); 201 extern int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs); 202 extern void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
|
| H 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()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0015-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch | 39 } else: gcc|ghs {
|