/kernel/linux/linux-5.10/Documentation/target/ |
H A D | tcm_mod_builder.py | 422 fo = fabric_ops[i] 424 # print "fabric_ops: " + fo 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) [all...] |
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 19 __be16 fo; in nf_reject_v6_csum_ok() local 30 thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo); in nf_reject_v6_csum_ok() 31 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in nf_reject_v6_csum_ok() 385 __be16 fo; in reject6_csum_ok() local 392 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok() 394 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
|
/kernel/linux/linux-5.10/include/target/ |
H A 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/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 245 __be16 fo; in reject6_csum_ok() local 252 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok() 254 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_fabric.h | 123 int target_register_template(const struct target_core_fabric_ops *fo); 124 void target_unregister_template(const struct target_core_fabric_ops *fo);
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 135 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_pre_write() local 138 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_pre_write() 144 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_pre_write() 173 u16 sample, fo, fn; in ntfs_fix_post_read() local 175 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_post_read() 180 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_post_read() 186 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_post_read() 1423 u16 fo in ntfs_write_bh() local [all...] |
H A D | index.c | 638 u16 fo = le16_to_cpu(rhdr->fix_off); in index_buf_check() local 643 fo < sizeof(struct INDEX_BUFFER) in index_buf_check() 645 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check() 646 fo + fn * sizeof(short) >= bytes || in index_buf_check()
|
H A D | fslog.c | 2622 u16 fo; in check_index_buffer() local 2628 fo = (SECTOR_SIZE - ((bytes >> SECTOR_SHIFT) + 1) * sizeof(short)); in check_index_buffer() 2630 if (le16_to_cpu(r->fix_off) > fo) in check_index_buffer() 2768 u16 fo = le16_to_cpu(rec->rhdr.fix_off); in check_file_record() local 2775 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) || in check_file_record()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A 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/ |
H A 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-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 206 int fo; in enable_fastopen() local 208 fo = read_int_sysctl(TCP_FO_SYSCTL); in enable_fastopen() 209 if (fo < 0) in enable_fastopen() 212 return write_int_sysctl(TCP_FO_SYSCTL, fo | 7); in enable_fastopen()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A 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()
|
H A 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() 2298 error = xfs_dir2_free_try_read(tp, dp, fo, &bp); in xfs_dir2_node_trim_free() 2302 * There can be holes in freespace. If fo is a hole, there's 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() 2278 xfs_dir2_node_trim_free( xfs_da_args_t *args, xfs_fileoff_t fo, int *rvalp) xfs_dir2_node_trim_free() argument
|
H A 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-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 1687 xfs_fileoff_t fo; /* freespace file offset */ in xfs_dir2_node_to_leaf() local 1713 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf() 1716 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1723 while (fo > args->geo->freeblk) { in xfs_dir2_node_to_leaf() 1724 if ((error = xfs_dir2_node_trim_free(args, fo, &rval))) { in xfs_dir2_node_to_leaf() 1728 fo -= args->geo->fsbcount; in xfs_dir2_node_to_leaf() 1735 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) { in xfs_dir2_node_to_leaf() 1741 if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize) in xfs_dir2_node_to_leaf()
|
H A 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() 2298 error = xfs_dir2_free_try_read(tp, dp, fo, &bp); in xfs_dir2_node_trim_free() 2302 * There can be holes in freespace. If fo is a hole, there's 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() 2278 xfs_dir2_node_trim_free( xfs_da_args_t *args, xfs_fileoff_t fo, int *rvalp) xfs_dir2_node_trim_free() argument
|
H A D | xfs_dir2_priv.h | 155 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 3777 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 3782 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 3796 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 3808 &fo->data->msg_iter); in tcp_send_syn_data() 3818 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 3821 if (space == fo->size) in tcp_send_syn_data() 3822 fo->data = NULL; in tcp_send_syn_data() 3823 fo->copied = space; in tcp_send_syn_data() 3841 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 3853 if (fo in tcp_send_syn_data() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 3859 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 3865 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 3879 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 3895 space, &fo->data->msg_iter); in tcp_send_syn_data() 3906 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 3909 if (space == fo->size) in tcp_send_syn_data() 3910 fo->data = NULL; in tcp_send_syn_data() 3911 fo->copied = space; in tcp_send_syn_data() 3929 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 3941 if (fo in tcp_send_syn_data() [all...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A 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/ |
H A 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-6.6/arch/s390/kvm/ |
H A D | gaccess.c | 238 unsigned long fo : 1; /* Fetch-Only Bit */ member 462 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 468 int target_register_template(const struct target_core_fabric_ops *fo) in target_register_template() argument 474 ret = target_fabric_tf_ops_check(fo); in target_register_template() 489 memcpy(tfo, fo, sizeof(*tfo)); in target_register_template() 505 void target_unregister_template(const struct target_core_fabric_ops *fo) in target_unregister_template() argument 511 if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) { in target_unregister_template()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 3579 int nc, fc, fo; in setup_geo() local 3607 fo = layout & (1<<16); in setup_geo() 3611 geo->far_offset = fo; in setup_geo() 3771 int fc, fo; in raid10_run() local 3774 fo = mddev->layout & (1<<16); in raid10_run() 3775 if (fc > 1 || fo > 0) { in raid10_run()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 3982 int nc, fc, fo; in setup_geo() local 4010 fo = layout & (1<<16); in setup_geo() 4014 geo->far_offset = fo; in setup_geo() 4174 int fc, fo; in raid10_run() local 4177 fo = mddev->layout & (1<<16); in raid10_run() 4178 if (fc > 1 || fo > 0) { in raid10_run()
|