Home
last modified time | relevance | path

Searched refs:GL_NOCACHE (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/fs/gfs2/
Dsuper.c407 t_gh.gh_flags |= GL_NOCACHE; in gfs2_make_fs_rw()
441 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_init()
546 error = gfs2_glock_nq_init(m_ip->i_gl, LM_ST_EXCLUSIVE, GL_NOCACHE, in gfs2_statfs_sync()
627 GL_NOCACHE, t_gh); in gfs2_lock_fs_check_clean()
767 error = gfs2_glock_nq_init(sdp->sd_trans_gl, LM_ST_SHARED, GL_NOCACHE, in gfs2_make_fs_ro()
1347 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1349 gfs2_holder_reinit(LM_ST_EXCLUSIVE, LM_FLAG_TRY_1CB | GL_NOCACHE, &ip->i_iopen_gh); in gfs2_evict_inode()
Drecovery.c469 LM_FLAG_NOEXP | LM_FLAG_TRY | GL_NOCACHE, in gfs2_recover_func()
484 LM_FLAG_NOEXP | GL_NOCACHE, &ji_gh); in gfs2_recover_func()
511 GL_NOCACHE, &t_gh); in gfs2_recover_func()
Dglock.h90 #define GL_NOCACHE 0x00000400 macro
Daops.c629 GL_NOCACHE, &m_ip->i_gh); in gfs2_write_begin()
813 ip->i_gh.gh_flags |= GL_NOCACHE; in gfs2_stuffed_write_end()
883 ip->i_gh.gh_flags |= GL_NOCACHE; in gfs2_write_end()
Dops_fstype.c381 LM_ST_EXCLUSIVE, LM_FLAG_NOEXP | GL_NOCACHE, in init_locking()
702 LM_FLAG_NOEXP | GL_EXACT | GL_NOCACHE, in init_journal()
Dglock.c1068 if (gh->gh_flags & GL_NOCACHE) in gfs2_glock_dq()
1565 if (flags & GL_NOCACHE) in hflags2str()
Dquota.c783 GL_NOCACHE, &ghs[qx]); in do_sync()
902 GL_NOCACHE, q_gh); in do_glock()
Dfile.c986 flags = (IS_SETLKW(cmd) ? 0 : LM_FLAG_TRY) | GL_EXACT | GL_NOCACHE; in do_flock()