| /linux/fs/gfs2/ |
| H A D | glock.c | 198 if (!test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_add_to_lru() 199 set_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_add_to_lru() 209 if (test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_remove_from_lru() 212 clear_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_remove_from_lru() 422 if (!test_bit(GLF_INSTANTIATE_NEEDED, &gl->gl_flags)) in gfs2_instantiate() 429 if (test_and_set_bit(GLF_INSTANTIATE_IN_PROG, &gl->gl_flags)) { in gfs2_instantiate() 430 wait_on_bit(&gl->gl_flags, GLF_INSTANTIATE_IN_PROG, in gfs2_instantiate() 444 clear_bit(GLF_INSTANTIATE_NEEDED, &gl->gl_flags); in gfs2_instantiate() 445 clear_and_wake_up_bit(GLF_INSTANTIATE_IN_PROG, &gl->gl_flags); in gfs2_instantiate() 544 set_bit(nr, &gl->gl_flags); in gfs2_set_demote() [all …]
|
| H A D | trans.c | 223 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_data() 224 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_data() 287 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta() 288 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()
|
| H A D | lock_dlm.c | 124 blocking = test_bit(GLF_BLOCKING, &gl->gl_flags); in gdlm_ast() 126 clear_bit(GLF_BLOCKING, &gl->gl_flags); in gdlm_ast() 172 clear_bit(GLF_INITIAL, &gl->gl_flags); in gdlm_ast() 176 if (test_bit(GLF_INITIAL, &gl->gl_flags)) in gdlm_ast() 252 if (!test_bit(GLF_INITIAL, &gl->gl_flags)) { in make_flags() 294 set_bit(GLF_BLOCKING, &gl->gl_flags); in gdlm_lock() 297 if (test_bit(GLF_INITIAL, &gl->gl_flags)) { in gdlm_lock() 334 if (test_bit(GLF_INITIAL, &gl->gl_flags)) { in gdlm_put_lock()
|
| H A D | glock.h | 305 return (test_bit(GLF_DEMOTE, &gl->gl_flags) || in glock_needs_demote() 306 test_bit(GLF_PENDING_DEMOTE, &gl->gl_flags)); in glock_needs_demote()
|
| H A D | glops.c | 198 if (!rgd || !test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in rgrp_go_sync() 315 if (!test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in inode_go_sync() 340 clear_bit(GLF_DIRTY, &gl->gl_flags); in inode_go_sync() 368 set_bit(GLF_INSTANTIATE_NEEDED, &gl->gl_flags); in inode_go_inval()
|
| H A D | dentry.c | 92 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
| H A D | trace_gfs2.h | 121 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 154 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 189 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0);
|
| H A D | log.c | 774 set_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_add_revoke() 781 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_glock_remove_revoke() 1049 if (gl && !test_bit(GLF_LFLUSH, &gl->gl_flags)) in gfs2_log_flush()
|
| H A D | inode.c | 199 set_bit(GLF_INSTANTIATE_NEEDED, &ip->i_gl->gl_flags); in gfs2_inode_lookup() 469 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_final_release_pages() 470 clear_bit(GLF_DIRTY, &gl->gl_flags); in gfs2_final_release_pages() 853 clear_bit(GLF_INSTANTIATE_NEEDED, &ip->i_gl->gl_flags); in gfs2_create_inode()
|
| H A D | rgrp.c | 1266 if (!test_bit(GLF_INSTANTIATE_NEEDED, &gh->gh_gl->gl_flags)) in update_rgrp_lvb() 1306 set_bit(GLF_INSTANTIATE_NEEDED, &rgd->rd_gl->gl_flags); in gfs2_rgrp_brelse() 2020 !test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags) && in fast_to_acquire() 2021 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
|
| H A D | super.c | 1245 test_bit(GLF_DEFER_DELETE, &ip->i_iopen_gh.gh_gl->gl_flags)) in evict_should_delete() 1342 if (test_bit(GLF_DIRTY, &ip->i_gl->gl_flags)) { in evict_linked_inode()
|
| H A D | incore.h | 335 unsigned long gl_flags; /* GLF_... */ member
|
| H A D | lops.c | 130 clear_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_unpin()
|
| H A D | file.c | 458 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_page_mkwrite()
|
| H A D | bmap.c | 1198 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_iomap_end()
|