/kernel/linux/linux-5.10/Documentation/target/ |
D | tcm_mod_builder.py | 422 fo = fabric_ops[i] 426 if re.search('get_fabric_name', fo): 434 if re.search('get_wwn', fo): 444 if re.search('get_tag', fo): 453 if re.search('tpg_get_inst_index\)\(', fo): 460 if re.search('\*release_cmd\)\(', fo): 467 if re.search('sess_get_index\)\(', fo): 474 if re.search('write_pending\)\(', fo): 481 if re.search('set_default_node_attributes\)\(', fo): 488 if re.search('get_cmd_state\)\(', fo): [all …]
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 244 __be16 fo; in reject6_csum_ok() local 251 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok() 253 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
|
/kernel/linux/linux-5.10/include/target/ |
D | target_core_fabric.h | 122 int target_register_template(const struct target_core_fabric_ops *fo); 123 void target_unregister_template(const struct target_core_fabric_ops *fo);
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 222 __be16 fo; in reject6_br_csum_ok() local 233 thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo); in reject6_br_csum_ok() 234 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_br_csum_ok()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 215 int fo; in enable_fastopen() local 217 fo = read_int_sysctl(TCP_FO_SYSCTL); in enable_fastopen() 218 if (fo < 0) in enable_fastopen() 221 return write_int_sysctl(TCP_FO_SYSCTL, fo | 7); in enable_fastopen()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 1678 xfs_fileoff_t fo; /* freespace file offset */ in xfs_dir2_node_to_leaf() local 1704 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf() 1707 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1714 while (fo > args->geo->freeblk) { in xfs_dir2_node_to_leaf() 1715 if ((error = xfs_dir2_node_trim_free(args, fo, &rval))) { in xfs_dir2_node_to_leaf() 1719 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1726 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf() 1732 if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize) in xfs_dir2_node_to_leaf()
|
D | xfs_dir2_node.c | 1806 xfs_fileoff_t fo; in xfs_dir2_node_find_freeblk() local 1842 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK); in xfs_dir2_node_find_freeblk() 1845 lastfbno = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo); in xfs_dir2_node_find_freeblk() 2280 xfs_fileoff_t fo, /* free block number */ in xfs_dir2_node_trim_free() argument 2298 error = xfs_dir2_free_try_read(tp, dp, fo, &bp); in xfs_dir2_node_trim_free() 2321 xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo), bp); in xfs_dir2_node_trim_free()
|
D | xfs_dir2_priv.h | 154 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_output.c | 3752 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 3757 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 3771 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 3783 &fo->data->msg_iter); in tcp_send_syn_data() 3793 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 3796 if (space == fo->size) in tcp_send_syn_data() 3797 fo->data = NULL; in tcp_send_syn_data() 3798 fo->copied = space; in tcp_send_syn_data() 3816 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 3828 if (fo->cookie.len > 0) in tcp_send_syn_data() [all …]
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_configfs.c | 449 int target_register_template(const struct target_core_fabric_ops *fo) in target_register_template() argument 454 ret = target_fabric_tf_ops_check(fo); in target_register_template() 466 tf->tf_ops = fo; in target_register_template() 477 void target_unregister_template(const struct target_core_fabric_ops *fo) in target_unregister_template() argument 483 if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) { in target_unregister_template()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
D | gaccess.c | 237 unsigned long fo : 1; /* Fetch-Only Bit */ member 461 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | raid10.c | 3564 int nc, fc, fo; in setup_geo() local 3592 fo = layout & (1<<16); in setup_geo() 3596 geo->far_offset = fo; in setup_geo() 3745 int fc, fo; in raid10_run() local 3748 fo = mddev->layout & (1<<16); in raid10_run() 3749 if (fc > 1 || fo > 0) { in raid10_run()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 110420 +/* Get the number fo bytes per page. */ 167703 + /* read configuration fo all cores */ 169964 + /* read configuration fo all cores */
|