Searched refs:gl_flags (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/fs/gfs2/ |
| D | glock.c | 217 if (!test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_add_to_lru() 218 set_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_add_to_lru() 231 if (test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_remove_from_lru() 234 clear_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_remove_from_lru() 485 set_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_set_demote() 493 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake() 495 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake() 518 if (test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags) && in finish_xmote() 524 if (gh && !test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)) { in finish_xmote() 562 if (test_and_clear_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)) in finish_xmote() [all …]
|
| D | glops.c | 196 if (!test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in rgrp_go_sync() 310 if (!test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in inode_go_sync() 333 clear_bit(GLF_DIRTY, &gl->gl_flags); in inode_go_sync() 679 if (!test_bit(GLF_FREEING, &gl->gl_flags)) in inode_go_free() 681 clear_bit_unlock(GLF_FREEING, &gl->gl_flags); in inode_go_free() 682 wake_up_bit(&gl->gl_flags, GLF_FREEING); in inode_go_free() 703 clear_bit(GLF_DEMOTE, &gl->gl_flags); in nondisk_go_callback() 704 clear_bit(GLF_PENDING_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
|
| 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() 261 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta() 262 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()
|
| D | util.c | 191 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, in signal_our_withdraw() 213 set_bit(GLF_FREEING, &i_gl->gl_flags); in signal_our_withdraw() 214 wait_on_bit(&i_gl->gl_flags, GLF_FREEING, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
|
| D | dentry.c | 97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
| D | lock_dlm.c | 79 unsigned index = test_bit(GLF_BLOCKING, &gl->gl_flags) ? in gfs2_update_reply_times() 161 set_bit(GLF_INITIAL, &gl->gl_flags); in gdlm_ast() 165 if (!test_bit(GLF_INITIAL, &gl->gl_flags)) in gdlm_ast() 241 if (test_bit(GLF_BLOCKING, &gl->gl_flags)) in make_flags() 297 clear_bit(GLF_BLOCKING, &gl->gl_flags); in gdlm_put_lock()
|
| D | trace_gfs2.h | 115 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 148 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 183 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0);
|
| D | super.c | 933 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode() 1082 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_final_release_pages() 1083 clear_bit(GLF_DIRTY, &gl->gl_flags); in gfs2_final_release_pages() 1193 test_bit(GLF_DEMOTE, &ip->i_gl->gl_flags), in gfs2_upgrade_iopen_glock() 1324 if (test_bit(GLF_DIRTY, &ip->i_gl->gl_flags)) { in evict_linked_inode()
|
| D | log.c | 777 set_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_add_revoke() 784 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_glock_remove_revoke() 1047 if (gl && !test_bit(GLF_LFLUSH, &gl->gl_flags)) in gfs2_log_flush()
|
| D | incore.h | 335 unsigned long gl_flags; /* GLF_... */ member
|
| D | lops.c | 130 clear_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_unpin()
|
| D | rgrp.c | 2033 !test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags) && in fast_to_acquire() 2034 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
|
| D | file.c | 463 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_page_mkwrite()
|
| D | bmap.c | 1226 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_iomap_end()
|