Searched refs:GL_NOCACHE (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | super.c | 198 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init() 303 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync() 1206 gh->gh_flags |= GL_NOCACHE; in gfs2_upgrade_iopen_glock() 1226 gfs2_holder_reinit(LM_ST_EXCLUSIVE, LM_FLAG_TRY_1CB | GL_NOCACHE, gh); in gfs2_upgrade_iopen_glock() 1231 gfs2_holder_reinit(LM_ST_EXCLUSIVE, GL_ASYNC | GL_NOCACHE, gh); in gfs2_upgrade_iopen_glock() 1280 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete() 1462 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
|
H A D | recovery.c | 431 LM_FLAG_NOEXP | LM_FLAG_TRY | GL_NOCACHE, in gfs2_recover_func() 446 LM_FLAG_NOEXP | GL_NOCACHE, &ji_gh); in gfs2_recover_func()
|
H A D | util.c | 60 GL_EXACT | GL_NOCACHE, &j_gh); in check_journal_clean() 181 sdp->sd_jinode_gh.gh_flags |= GL_NOCACHE; in signal_our_withdraw()
|
H A D | glock.h | 88 #define GL_NOCACHE 0x0400 macro
|
H A D | ops_fstype.c | 409 LM_ST_EXCLUSIVE, LM_FLAG_NOEXP | GL_NOCACHE, in init_locking() 761 LM_FLAG_NOEXP | GL_NOCACHE, in init_journal() 771 LM_FLAG_NOEXP | GL_EXACT | GL_NOCACHE, in init_journal()
|
H A D | glock.c | 1484 if (gh->gh_flags & GL_NOCACHE) in gfs2_glock_dq() 2066 if (flags & GL_NOCACHE) in hflags2str()
|
H A D | quota.c | 922 GL_NOCACHE, &ghs[qx]); in do_sync() 1039 GL_NOCACHE, q_gh); in do_glock()
|
H A D | bmap.c | 1001 GL_NOCACHE, &m_ip->i_gh); in gfs2_write_lock()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | super.c | 190 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init() 280 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync() 1283 gh->gh_flags |= GL_NOCACHE; in gfs2_upgrade_iopen_glock() 1311 gfs2_holder_reinit(LM_ST_EXCLUSIVE, LM_FLAG_TRY_1CB | GL_NOCACHE, gh); in gfs2_upgrade_iopen_glock() 1316 gfs2_holder_reinit(LM_ST_EXCLUSIVE, GL_ASYNC | GL_NOCACHE, gh); in gfs2_upgrade_iopen_glock() 1364 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete() 1546 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
|
H A D | util.c | 62 GL_EXACT | GL_NOCACHE, &j_gh); in check_journal_clean() 186 sdp->sd_jinode_gh.gh_flags |= GL_NOCACHE; in signal_our_withdraw()
|
H A D | recovery.c | 430 LM_FLAG_NOEXP | LM_FLAG_TRY | GL_NOCACHE, in gfs2_recover_func() 446 LM_FLAG_NOEXP | GL_NOCACHE, &ji_gh); in gfs2_recover_func()
|
H A D | glock.h | 86 #define GL_NOCACHE 0x0400 macro
|
H A D | ops_fstype.c | 409 LM_FLAG_NOEXP | GL_NOCACHE | GL_NOPID, in init_locking() 782 LM_FLAG_NOEXP | GL_NOCACHE | GL_NOPID, in init_journal() 793 GL_NOCACHE | GL_NOPID, in init_journal()
|
H A D | quota.c | 933 GL_NOCACHE, &ghs[qx]); in do_sync() 1052 GL_NOCACHE, q_gh); in do_glock()
|
H A D | glock.c | 1614 if (gh->gh_flags & GL_NOCACHE) in __gfs2_glock_dq() 2231 if (flags & GL_NOCACHE) in hflags2str()
|
H A D | file.c | 1053 GL_NOCACHE, statfs_gh); in gfs2_file_buffered_write()
|
Completed in 29 milliseconds