| /Linux-v6.6/drivers/md/ | 
| D | dm-raid.c | 234 	unsigned long runtime_flags;  member 2657 		set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags);  in rs_adjust_data_offsets() 2799 		set_bit(RT_FLAG_RESHAPE_RS, &rs->runtime_flags);  in rs_prepare_reshape() 2800 		set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags);  in rs_prepare_reshape() 2803 		set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags);  in rs_prepare_reshape() 3091 			set_bit(RT_FLAG_RS_GROW, &rs->runtime_flags);  in raid_ctr() 3117 		set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags);  in raid_ctr() 3160 		set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags);  in raid_ctr() 3166 		clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags);  in raid_ctr() 3201 			clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags);  in raid_ctr() [all …] 
 | 
| /Linux-v6.6/drivers/block/ | 
| D | nbd.c | 92 	unsigned long runtime_flags;  member 286 	return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) ||  in nbd_disconnected() 287 		test_bit(NBD_RT_DISCONNECT_REQUESTED, &config->runtime_flags);  in nbd_disconnected() 306 					       &nbd->config->runtime_flags)) {  in nbd_mark_nsock_dead() 308 					&nbd->config->runtime_flags);  in nbd_mark_nsock_dead() 371 	if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags))  in sock_shutdown() 482 	set_bit(NBD_RT_TIMEDOUT, &config->runtime_flags);  in nbd_xmit_timeout() 921 	if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags))  in find_fallback() 965 					 &config->runtime_flags) ||  in wait_for_reconnect() 970 	return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags);  in wait_for_reconnect() [all …] 
 | 
| /Linux-v6.6/fs/btrfs/ | 
| D | zoned.c | 1451 		set_bit(BLOCK_GROUP_FLAG_SEQUENTIAL_ZONE, &cache->runtime_flags);  in btrfs_load_block_group_zone_info() 1464 			set_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &cache->runtime_flags);  in btrfs_load_block_group_zone_info() 1481 			set_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &cache->runtime_flags);  in btrfs_load_block_group_zone_info() 1517 					&cache->runtime_flags);  in btrfs_load_block_group_zone_info() 1561 		if (test_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &cache->runtime_flags)) {  in btrfs_load_block_group_zone_info() 1648 	ret = !!test_bit(BLOCK_GROUP_FLAG_SEQUENTIAL_ZONE, &cache->runtime_flags);  in btrfs_use_zone_append() 1761 	if (test_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags))  in check_bg_is_active() 1979 	if (test_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags)) {  in btrfs_zone_activate() 2026 	set_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags);  in btrfs_zone_activate() 2085 	if (!test_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags)) {  in do_zone_finish() [all …] 
 | 
| D | props.c | 139 	set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags);  in btrfs_set_prop() 271 		set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags);  in inode_prop_iterator() 395 		      &BTRFS_I(parent)->runtime_flags))  in btrfs_inode_inherit_props() 446 					&BTRFS_I(inode)->runtime_flags);  in btrfs_inode_inherit_props()
  | 
| D | verity.c | 466 	clear_bit(BTRFS_INODE_VERITY_IN_PROGRESS, &inode->runtime_flags);  in rollback_verity() 563 	clear_bit(BTRFS_INODE_VERITY_IN_PROGRESS, &inode->runtime_flags);  in finish_verity() 591 	if (test_bit(BTRFS_INODE_VERITY_IN_PROGRESS, &inode->runtime_flags))  in btrfs_begin_enable_verity() 611 		set_bit(BTRFS_INODE_VERITY_IN_PROGRESS, &inode->runtime_flags);  in btrfs_begin_enable_verity()
  | 
| D | btrfs_inode.h | 117 	unsigned long runtime_flags;  member 319 	return test_bit(BTRFS_INODE_FREE_SPACE_INODE, &inode->runtime_flags);  in btrfs_is_free_space_inode() 360 	set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags);  in btrfs_set_inode_full_sync()
  | 
| D | defrag.c | 105 	set_bit(BTRFS_INODE_IN_DEFRAG, &inode->runtime_flags);  in __btrfs_add_inode_defrag() 137 	if (test_bit(BTRFS_INODE_IN_DEFRAG, &inode->runtime_flags))  in btrfs_add_inode_defrag() 155 	if (!test_bit(BTRFS_INODE_IN_DEFRAG, &inode->runtime_flags)) {  in btrfs_add_inode_defrag() 272 	clear_bit(BTRFS_INODE_IN_DEFRAG, &BTRFS_I(inode)->runtime_flags);  in __btrfs_run_defrag_inode() 1347 				     &BTRFS_I(inode)->runtime_flags))  in btrfs_defrag_file()
  | 
| D | xattr.c | 220 			&BTRFS_I(inode)->runtime_flags);  in btrfs_setxattr() 221 		clear_bit(BTRFS_INODE_NO_XATTRS, &BTRFS_I(inode)->runtime_flags);  in btrfs_setxattr()
  | 
| D | free-space-tree.c | 811 	if (test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) {  in __remove_from_free_space_tree() 1004 	if (test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) {  in __add_to_free_space_tree() 1358 	clear_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags);  in __add_block_group_free_space() 1380 	if (!test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags))  in add_block_group_free_space() 1413 	if (test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) {  in remove_block_group_free_space()
  | 
| D | block-group.h | 143 	unsigned long runtime_flags;  member
  | 
| D | dev-replace.c | 534 		set_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags);  in mark_block_group_to_copy() 563 	if (test_bit(BLOCK_GROUP_FLAG_REMOVED, &cache->runtime_flags)) {  in btrfs_finish_block_group_to_copy() 596 	clear_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags);  in btrfs_finish_block_group_to_copy()
  | 
| D | block-group.c | 1243 	set_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags);  in btrfs_remove_block_group() 1685 	} else if (!test_bit(BLOCK_GROUP_FLAG_NEW, &bg->runtime_flags)) {  in btrfs_mark_bg_unused() 2688 			      &block_group->runtime_flags)) {  in btrfs_create_pending_block_groups() 2714 		clear_bit(BLOCK_GROUP_FLAG_NEW, &block_group->runtime_flags);  in btrfs_create_pending_block_groups() 2759 	set_bit(BLOCK_GROUP_FLAG_NEW, &cache->runtime_flags);  in btrfs_make_block_group() 2768 		set_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &cache->runtime_flags);  in btrfs_make_block_group() 4271 				       &block_group->runtime_flags)) {  in btrfs_put_block_group_cache() 4429 		   test_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags));  in btrfs_unfreeze_block_group()
  | 
| D | reflink.c | 116 	set_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &inode->runtime_flags);  in copy_inline_to_page() 615 	clear_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &BTRFS_I(inode)->runtime_flags);  in btrfs_clone()
  | 
| D | scrub.c | 2029 		if (test_bit(BLOCK_GROUP_FLAG_REMOVED, &bg->runtime_flags)) {  in scrub_simple_mirror() 2318 		if (!test_bit(BLOCK_GROUP_FLAG_REMOVED, &bg->runtime_flags))  in scrub_chunk() 2476 			if (!test_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags)) {  in scrub_enumerate_chunks() 2491 		if (test_bit(BLOCK_GROUP_FLAG_REMOVED, &cache->runtime_flags)) {  in scrub_enumerate_chunks() 2625 		if (!test_bit(BLOCK_GROUP_FLAG_REMOVED, &cache->runtime_flags) &&  in scrub_enumerate_chunks()
  | 
| D | inode.c | 1630 	set_bit(BTRFS_INODE_HAS_ASYNC_EXTENT, &inode->runtime_flags);  in run_delalloc_compressed() 2386 		set_bit(BTRFS_INODE_IN_DELALLOC_LIST, &inode->runtime_flags);  in btrfs_add_delalloc_inodes() 2407 			  &inode->runtime_flags);  in __btrfs_del_delalloc_inode() 2464 					 &inode->runtime_flags))  in btrfs_set_delalloc_extent() 2531 					&inode->runtime_flags))  in btrfs_clear_delalloc_extent() 3797 			&BTRFS_I(inode)->runtime_flags);  in btrfs_read_locked_inode() 5008 				&BTRFS_I(inode)->runtime_flags);  in btrfs_setsize() 5510 			&BTRFS_I(inode)->runtime_flags);  in btrfs_init_locked_inode() 5592 	set_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags);  in new_simple_dir() 5996 	if (test_bit(BTRFS_INODE_DUMMY, &inode->runtime_flags))  in btrfs_dirty_inode() [all …] 
 | 
| D | tree-log.c | 4999 	if (test_bit(BTRFS_INODE_NO_XATTRS, &inode->runtime_flags))  in btrfs_log_all_xattrs() 5050 		set_bit(BTRFS_INODE_NO_XATTRS, &inode->runtime_flags);  in btrfs_log_all_xattrs() 5323 	    !test_bit(BTRFS_INODE_COPY_EVERYTHING, &inode->runtime_flags))  in need_log_inode() 6369 		       &inode->runtime_flags) &&  in btrfs_log_inode() 6457 		clear_bit(BTRFS_INODE_COPY_EVERYTHING, &inode->runtime_flags);  in btrfs_log_inode() 6481 			     &inode->runtime_flags)) {  in btrfs_log_inode() 6489 					  &inode->runtime_flags);  in btrfs_log_inode() 6491 					  &inode->runtime_flags);  in btrfs_log_inode() 6497 					      &inode->runtime_flags) ||  in btrfs_log_inode()
  | 
| D | free-space-cache.c | 156 	if (!test_and_set_bit(BLOCK_GROUP_FLAG_IREF, &block_group->runtime_flags))  in lookup_free_space_inode() 269 	if (test_and_clear_bit(BLOCK_GROUP_FLAG_IREF, &block_group->runtime_flags)) {  in btrfs_remove_free_space_inode() 2923 				    &block_group->runtime_flags));  in btrfs_dump_free_space() 4026 	if (test_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags)) {  in btrfs_trim_block_group() 4056 	if (test_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags)) {  in btrfs_trim_block_group_extents() 4078 	if (test_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags)) {  in btrfs_trim_block_group_bitmaps()
  | 
| D | file.c | 1721 			       &BTRFS_I(inode)->runtime_flags))  in btrfs_release_file() 1761 	    (test_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags) ||  in skip_inode_logging() 1854 			     &BTRFS_I(inode)->runtime_flags);  in btrfs_sync_file() 1897 			  &BTRFS_I(inode)->runtime_flags);  in btrfs_sync_file() 3860 			     &BTRFS_I(inode)->runtime_flags))  in btrfs_fdatawrite_range()
  | 
| D | volumes.c | 5625 	set_bit(BLOCK_GROUP_FLAG_CHUNK_ITEM_INSERTED, &bg->runtime_flags);  in btrfs_chunk_alloc_add_chunk_item() 6075 	ret = test_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags);  in is_block_group_to_copy() 7984 	if (!test_bit(BLOCK_GROUP_FLAG_RELOCATING_REPAIR, &cache->runtime_flags))  in relocating_repair_kthread() 8021 	if (test_and_set_bit(BLOCK_GROUP_FLAG_RELOCATING_REPAIR, &cache->runtime_flags)) {  in btrfs_repair_one_zone()
  | 
| D | extent-tree.c | 3756 	     test_bit(BLOCK_GROUP_FLAG_ZONED_DATA_RELOC, &block_group->runtime_flags))) {  in do_allocation_zoned() 3817 		set_bit(BLOCK_GROUP_FLAG_ZONED_DATA_RELOC, &block_group->runtime_flags);  in do_allocation_zoned()
  | 
| D | extent_io.c | 2049 			       &BTRFS_I(inode)->runtime_flags))  in extent_write_cache_pages()
  | 
| D | disk-io.c | 1910 	set_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags);  in btrfs_init_btree_inode()
  | 
| /Linux-v6.6/include/uapi/rdma/hfi/ | 
| D | hfi1_ioctl.h | 82 	__aligned_u64 runtime_flags;    /* chip/drv runtime flags (HFI1_CAP_*) */  member
  | 
| /Linux-v6.6/fs/btrfs/tests/ | 
| D | free-space-tree-tests.c | 474 	set_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &cache->runtime_flags);  in run_test()
  | 
| /Linux-v6.6/drivers/infiniband/hw/hfi1/ | 
| D | file_ops.c | 1136 	cinfo.runtime_flags = (((uctxt->flags >> HFI1_CAP_MISC_SHIFT) &  in get_ctxt_info() 1142 		cinfo.runtime_flags |= HFI1_CAP_TID_UNMAP; /* no caching */  in get_ctxt_info()
  |