Home
last modified time | relevance | path

Searched refs:gl_flags (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c218 if (!test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_add_to_lru()
219 set_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_add_to_lru()
232 if (test_bit(GLF_LRU, &gl->gl_flags)) { in gfs2_glock_remove_from_lru()
235 clear_bit(GLF_LRU, &gl->gl_flags); in gfs2_glock_remove_from_lru()
473 set_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_set_demote()
481 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake()
483 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake()
506 if (test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags) && in finish_xmote()
512 if (gh && !test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)) { in finish_xmote()
550 if (test_and_clear_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)) in finish_xmote()
[all …]
H A Dglops.c207 if (!test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) in rgrp_go_sync()
321 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()
689 if (!test_bit(GLF_FREEING, &gl->gl_flags)) in inode_go_free()
691 clear_bit_unlock(GLF_FREEING, &gl->gl_flags); in inode_go_free()
692 wake_up_bit(&gl->gl_flags, GLF_FREEING); in inode_go_free()
713 clear_bit(GLF_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
714 clear_bit(GLF_PENDING_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
H A Dtrans.c183 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_data()
184 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_data()
226 set_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()
227 set_bit(GLF_DIRTY, &bd->bd_gl->gl_flags); in gfs2_trans_add_meta()
H A Dutil.c189 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, in signal_our_withdraw()
211 set_bit(GLF_FREEING, &i_gl->gl_flags); in signal_our_withdraw()
212 wait_on_bit(&i_gl->gl_flags, GLF_FREEING, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
H A Ddentry.c97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
H A Dlock_dlm.c76 unsigned index = test_bit(GLF_BLOCKING, &gl->gl_flags) ? in gfs2_update_reply_times()
158 set_bit(GLF_INITIAL, &gl->gl_flags); in gdlm_ast()
162 if (!test_bit(GLF_INITIAL, &gl->gl_flags)) in gdlm_ast()
238 if (test_bit(GLF_BLOCKING, &gl->gl_flags)) in make_flags()
294 clear_bit(GLF_BLOCKING, &gl->gl_flags); in gdlm_put_lock()
H A Dsuper.c971 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode()
1120 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_final_release_pages()
1121 clear_bit(GLF_DIRTY, &gl->gl_flags); in gfs2_final_release_pages()
1230 test_bit(GLF_DEMOTE, &ip->i_gl->gl_flags), in gfs2_upgrade_iopen_glock()
1360 if (test_bit(GLF_DIRTY, &ip->i_gl->gl_flags)) { in evict_linked_inode()
H A Dtrace_gfs2.h115 __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);
H A Dlog.c688 set_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_add_revoke()
695 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_glock_remove_revoke()
975 if (gl && !test_bit(GLF_LFLUSH, &gl->gl_flags)) in gfs2_log_flush()
H A Dinode.c749 BUG_ON(test_and_set_bit(GLF_INODE_CREATING, &io_gl->gl_flags)); in gfs2_create_inode()
796 clear_bit(GLF_INODE_CREATING, &io_gl->gl_flags); in gfs2_create_inode()
805 clear_bit(GLF_INODE_CREATING, &io_gl->gl_flags); in gfs2_create_inode()
H A Dincore.h357 unsigned long gl_flags; /* GLF_... */ member
H A Dlops.c127 clear_bit(GLF_LFLUSH, &bd->bd_gl->gl_flags); in gfs2_unpin()
H A Drgrp.c1983 !test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags) && in fast_to_acquire()
1984 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
H A Dfile.c484 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_page_mkwrite()
H A Dbmap.c1252 set_bit(GLF_DIRTY, &ip->i_gl->gl_flags); in gfs2_iomap_end()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dglob.h87 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member
116 int gl_flags; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dglob.h87 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member
116 int gl_flags; member
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c2090 pglob->gl_pathc, pglob->gl_pathv, pglob->gl_offs, pglob->gl_flags);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-44522gl_flags
4606gl_flags
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-44522gl_flags
4606gl_flags