Searched refs:gl_flags (Results 1 – 16 of 16) sorted by relevance
| /fs/gfs2/ |
| A D | glock.c | 225 set_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_add_to_lru() 238 clear_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_remove_from_lru() 570 set_bit(nr, &gl->gl_flags); in gfs2_set_demote() 578 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake() 667 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 714 &gl->gl_flags)) in do_xmote() 856 set_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 888 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 895 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 1204 gl->gl_flags = BIT(GLF_INITIAL); in gfs2_glock_get() [all …]
|
| A D | glops.c | 203 if (!rgd || !test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in rgrp_go_sync() 319 if (!test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in inode_go_sync() 344 clear_bit(GLF_DIRTY, &gl->gl_flags); in inode_go_sync() 370 set_bit(GLF_INSTANTIATE_NEEDED, &gl->gl_flags); in inode_go_inval() 657 if (!test_bit(GLF_UNLOCKED, &gl->gl_flags)) in inode_go_unlocked() 659 clear_bit_unlock(GLF_UNLOCKED, &gl->gl_flags); in inode_go_unlocked() 660 wake_up_bit(&gl->gl_flags, GLF_UNLOCKED); in inode_go_unlocked() 681 clear_bit(GLF_DEMOTE, &gl->gl_flags); in nondisk_go_callback() 682 clear_bit(GLF_PENDING_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
|
| A D | trans.c | 218 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_data() 219 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_data() 283 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta() 284 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()
|
| A D | lock_dlm.c | 79 unsigned index = test_bit(GLF_BLOCKING, &gl->gl_flags) ? in gfs2_update_reply_times() 179 clear_bit(GLF_INITIAL, &gl->gl_flags); in gdlm_ast() 183 if (test_bit(GLF_INITIAL, &gl->gl_flags)) in gdlm_ast() 268 if (!test_bit(GLF_INITIAL, &gl->gl_flags)) { in make_flags() 307 if (test_bit(GLF_INITIAL, &gl->gl_flags)) { in gdlm_lock() 339 if (test_bit(GLF_INITIAL, &gl->gl_flags)) { in gdlm_put_lock() 344 clear_bit(GLF_BLOCKING, &gl->gl_flags); in gdlm_put_lock()
|
| A D | util.c | 189 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in signal_our_withdraw() 210 set_bit(GLF_UNLOCKED, &i_gl->gl_flags); in signal_our_withdraw() 211 wait_on_bit(&i_gl->gl_flags, GLF_UNLOCKED, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
|
| A D | glock.h | 300 return (test_bit(GLF_DEMOTE, &gl->gl_flags) || in glock_needs_demote() 301 test_bit(GLF_PENDING_DEMOTE, &gl->gl_flags)); in glock_needs_demote()
|
| A D | dentry.c | 92 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
| A D | trace_gfs2.h | 123 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 156 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 191 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0);
|
| A D | log.c | 778 set_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_add_revoke() 785 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_glock_remove_revoke() 1058 if (gl && !test_bit(GLF_LFLUSH, &gl->gl_flags)) in gfs2_log_flush()
|
| A D | inode.c | 185 set_bit(GLF_INSTANTIATE_NEEDED, &ip->i_gl->gl_flags); in gfs2_inode_lookup() 455 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_final_release_pages() 456 clear_bit(GLF_DIRTY, &gl->gl_flags); in gfs2_final_release_pages() 838 clear_bit(GLF_INSTANTIATE_NEEDED, &ip->i_gl->gl_flags); in gfs2_create_inode()
|
| 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()
|
| A D | super.c | 1256 test_bit(GLF_DEFER_DELETE, &ip->i_iopen_gh.gh_gl->gl_flags)) in evict_should_delete() 1353 if (test_bit(GLF_DIRTY, &ip->i_gl->gl_flags)) { in evict_linked_inode()
|
| A D | incore.h | 339 unsigned long gl_flags; /* GLF_... */ member
|
| A D | lops.c | 130 clear_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_unpin()
|
| A D | file.c | 458 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_page_mkwrite()
|
| A D | bmap.c | 1187 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_iomap_end()
|
Completed in 58 milliseconds