Home
last modified time | relevance | path

Searched refs:num_gh (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/gfs2/
A Dinode.c1440 num_gh = 1; in gfs2_rename()
1444 ghs + num_gh); in gfs2_rename()
1445 num_gh++; in gfs2_rename()
1448 num_gh++; in gfs2_rename()
1452 ghs + num_gh); in gfs2_rename()
1453 num_gh++; in gfs2_rename()
1681 num_gh = 1; in gfs2_exchange()
1685 ghs + num_gh); in gfs2_exchange()
1686 num_gh++; in gfs2_exchange()
1689 num_gh++; in gfs2_exchange()
[all …]
A Dglock.h216 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 Dglock.c1346 for (i = 0; i < num_gh; i++) in glocks_pending()
1373 for (i = 0; i < num_gh; i++) in gfs2_glock_async_wait()
1382 for (i = 0; i < num_gh; i++) { in gfs2_glock_async_wait()
1397 for (i = 0; i < num_gh; i++) { in gfs2_glock_async_wait()
1786 for (x = 0; x < num_gh; x++) in nq_m_sync()
1791 for (x = 0; x < num_gh; x++) { in nq_m_sync()
1818 switch(num_gh) { in gfs2_glock_nq_m()
1824 if (num_gh <= 4) in gfs2_glock_nq_m()
1832 error = nq_m_sync(num_gh, ghs, pph); in gfs2_glock_nq_m()
1849 while (num_gh--) in gfs2_glock_dq_m()
[all …]

Completed in 12 milliseconds