Searched refs:GL_NOCACHE (Results 1 – 8 of 8) sorted by relevance
/fs/gfs2/ |
D | super.c | 443 freeze_gh.gh_flags |= GL_NOCACHE; in gfs2_make_fs_rw() 479 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init() 585 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync() 668 GL_NOCACHE, freeze_gh); in gfs2_lock_fs_check_clean() 833 error = gfs2_glock_nq_init(sdp->sd_freeze_gl, LM_ST_SHARED, GL_NOCACHE, in gfs2_make_fs_ro() 968 freeze_gh.gh_flags |= GL_NOCACHE; in gfs2_freeze_func() 1528 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode() 1545 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode() 1547 gfs2_holder_reinit(LM_ST_EXCLUSIVE, LM_FLAG_TRY_1CB | GL_NOCACHE, &ip->i_iopen_gh); in gfs2_evict_inode() 1600 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode() [all …]
|
D | recovery.c | 473 LM_FLAG_NOEXP | LM_FLAG_TRY | GL_NOCACHE, in gfs2_recover_func() 488 LM_FLAG_NOEXP | GL_NOCACHE, &ji_gh); in gfs2_recover_func()
|
D | glock.h | 90 #define GL_NOCACHE 0x00000400 macro
|
D | ops_fstype.c | 406 LM_ST_EXCLUSIVE, LM_FLAG_NOEXP | GL_NOCACHE, in init_locking() 626 GL_EXACT | GL_NOCACHE, &j_gh); in check_journal_clean() 712 LM_FLAG_NOEXP | GL_EXACT | GL_NOCACHE, in init_journal()
|
D | quota.c | 861 GL_NOCACHE, &ghs[qx]); in do_sync() 975 GL_NOCACHE, q_gh); in do_glock()
|
D | glock.c | 1031 if (gh->gh_flags & GL_NOCACHE) in gfs2_glock_dq() 1576 if (flags & GL_NOCACHE) in hflags2str()
|
D | aops.c | 664 GL_NOCACHE, &m_ip->i_gh); in gfs2_write_begin()
|
D | inode.c | 192 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_inode_lookup()
|