Home
last modified time | relevance | path

Searched refs:runtime_flags (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/block/
H A Dnbd.c93 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()
498 set_bit(NBD_RT_TIMEDOUT, &config->runtime_flags); in nbd_xmit_timeout()
939 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()
983 &config->runtime_flags) || in wait_for_reconnect()
988 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-raid.c199 * Flags for rs->runtime_flags field
233 unsigned long runtime_flags; member
2660 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in rs_adjust_data_offsets()
2802 set_bit(RT_FLAG_RESHAPE_RS, &rs->runtime_flags); in rs_prepare_reshape()
2803 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in rs_prepare_reshape()
2806 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in rs_prepare_reshape()
3099 set_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr()
3124 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in raid_ctr()
3167 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in raid_ctr()
3173 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-raid.c200 * Flags for rs->runtime_flags field
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()
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dnbd.c88 unsigned long runtime_flags; member
263 return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()
264 test_bit(NBD_RT_DISCONNECT_REQUESTED, &config->runtime_flags); in nbd_disconnected()
283 &nbd->config->runtime_flags)) { in nbd_mark_nsock_dead()
285 &nbd->config->runtime_flags); in nbd_mark_nsock_dead()
360 if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()
471 set_bit(NBD_RT_TIMEDOUT, &config->runtime_flags); in nbd_xmit_timeout()
898 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()
942 &config->runtime_flags) || in wait_for_reconnect()
947 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dzoned.c1451 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()
1980 if (test_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags)) { in btrfs_zone_activate()
2023 set_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags); in btrfs_zone_activate()
2081 if (!test_bit(BLOCK_GROUP_FLAG_ZONE_IS_ACTIVE, &block_group->runtime_flags)) { in do_zone_finish()
[all...]
H A Dverity.c466 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()
H A Dprops.c139 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()
H A Dbtrfs_inode.h117 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()
H A Ddefrag.c105 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()
H A Dxattr.c220 &BTRFS_I(inode)->runtime_flags); in btrfs_setxattr()
221 clear_bit(BTRFS_INODE_NO_XATTRS, &BTRFS_I(inode)->runtime_flags); in btrfs_setxattr()
H A Dblock-group.h143 unsigned long runtime_flags; member
H A Dfree-space-tree.c812 if (test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) { in __remove_from_free_space_tree()
1005 if (test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) { in __add_to_free_space_tree()
1359 clear_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags); in __add_block_group_free_space()
1381 if (!test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) in add_block_group_free_space()
1414 if (test_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &block_group->runtime_flags)) { in remove_block_group_free_space()
H A Dblock-group.c1243 set_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags); in btrfs_remove_block_group()
1730 } else if (!test_bit(BLOCK_GROUP_FLAG_NEW, &bg->runtime_flags)) { in btrfs_mark_bg_unused()
2733 &block_group->runtime_flags)) { in btrfs_create_pending_block_groups()
2759 clear_bit(BLOCK_GROUP_FLAG_NEW, &block_group->runtime_flags); in btrfs_create_pending_block_groups()
2804 set_bit(BLOCK_GROUP_FLAG_NEW, &cache->runtime_flags); in btrfs_make_block_group()
2813 set_bit(BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE, &cache->runtime_flags); in btrfs_make_block_group()
4316 &block_group->runtime_flags)) { in btrfs_put_block_group_cache()
4474 test_bit(BLOCK_GROUP_FLAG_REMOVED, &block_group->runtime_flags)); in btrfs_unfreeze_block_group()
H A Ddev-replace.c534 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()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dprops.c109 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in btrfs_set_prop()
241 set_bit(BTRFS_INODE_HAS_PROPS, &BTRFS_I(inode)->runtime_flags); in inode_prop_iterator()
334 &BTRFS_I(parent)->runtime_flags)) in inherit_props()
381 &BTRFS_I(inode)->runtime_flags); in inherit_props()
H A Dreflink.c103 set_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &inode->runtime_flags); in copy_inline_to_page()
276 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &BTRFS_I(dst)->runtime_flags); in clone_copy_inline_extent()
581 &BTRFS_I(inode)->runtime_flags); in btrfs_clone()
595 clear_bit(BTRFS_INODE_NO_DELALLOC_FLUSH, &BTRFS_I(inode)->runtime_flags); in btrfs_clone()
H A Dfile.c113 set_bit(BTRFS_INODE_IN_DEFRAG, &inode->runtime_flags); in __btrfs_add_inode_defrag()
146 if (test_bit(BTRFS_INODE_IN_DEFRAG, &inode->runtime_flags)) in btrfs_add_inode_defrag()
163 if (!test_bit(BTRFS_INODE_IN_DEFRAG, &inode->runtime_flags)) { in btrfs_add_inode_defrag()
297 clear_bit(BTRFS_INODE_IN_DEFRAG, &BTRFS_I(inode)->runtime_flags); in __btrfs_run_defrag_inode()
2035 &BTRFS_I(inode)->runtime_flags)) in btrfs_release_file()
2077 (test_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags) || in skip_inode_logging()
2149 &BTRFS_I(inode)->runtime_flags); in btrfs_sync_file()
2213 &BTRFS_I(inode)->runtime_flags); in btrfs_sync_file()
2418 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags); in fill_holes()
2440 &inode->runtime_flags); in fill_holes()
[all...]
H A Dxattr.c218 &BTRFS_I(inode)->runtime_flags); in btrfs_setxattr()
219 clear_bit(BTRFS_INODE_NO_XATTRS, &BTRFS_I(inode)->runtime_flags); in btrfs_setxattr()
H A Dbtrfs_inode.h105 unsigned long runtime_flags; member
H A Dinode.c342 set_bit(BTRFS_INODE_NEEDS_FULL_SYNC, &inode->runtime_flags); in cow_file_range_inline()
1833 set_bit(BTRFS_INODE_HAS_ASYNC_EXTENT, &inode->runtime_flags); in btrfs_run_delalloc_range()
1942 &BTRFS_I(inode)->runtime_flags); in btrfs_add_delalloc_inodes()
1964 &inode->runtime_flags); in __btrfs_del_delalloc_inode()
2021 &BTRFS_I(inode)->runtime_flags)) in btrfs_set_delalloc_extent()
2090 &inode->runtime_flags)) in btrfs_clear_delalloc_extent()
3370 &BTRFS_I(inode)->runtime_flags); in btrfs_read_locked_inode()
4815 &BTRFS_I(inode)->runtime_flags); in btrfs_cont_expand()
4917 &BTRFS_I(inode)->runtime_flags); in btrfs_setsize()
5480 set_bit(BTRFS_INODE_DUMMY, &BTRFS_I(inode)->runtime_flags); in new_simple_dir()
[all...]
/kernel/linux/linux-5.10/include/uapi/rdma/hfi/
H A Dhfi1_ioctl.h82 __aligned_u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */ member
/kernel/linux/linux-6.6/include/uapi/rdma/hfi/
H A Dhfi1_ioctl.h82 __aligned_u64 runtime_flags; /* chip/drv runtime flags (HFI1_CAP_*) */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/hfi/
H A Dhfi1_ioctl.h30 __aligned_u64 runtime_flags; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/hfi/
H A Dhfi1_ioctl.h20 __aligned_u64 runtime_flags; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/hfi/
H A Dhfi1_ioctl.h30 __aligned_u64 runtime_flags; member

Completed in 45 milliseconds

12