/Linux-v6.1/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 …]
|
/Linux-v6.1/net/ipv6/netfilter/ |
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() 379 __be16 fo; in reject6_csum_ok() local 386 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo); in reject6_csum_ok() 388 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0) in reject6_csum_ok()
|
/Linux-v6.1/include/target/ |
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);
|
/Linux-v6.1/fs/ntfs3/ |
D | fsntfs.c | 110 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_pre_write() local 113 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_pre_write() 119 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_pre_write() 148 u16 sample, fo, fn; in ntfs_fix_post_read() local 150 fo = le16_to_cpu(rhdr->fix_off); in ntfs_fix_post_read() 155 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_fix_post_read() 161 fixup = Add2Ptr(rhdr, fo); in ntfs_fix_post_read() 1375 u16 fo = le16_to_cpu(rhdr->fix_off); in ntfs_write_bh() local 1381 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- || in ntfs_write_bh() 1407 fixup = Add2Ptr(bh_data, fo); in ntfs_write_bh() [all …]
|
D | fslog.c | 2644 u16 fo; in check_index_buffer() local 2650 fo = (SECTOR_SIZE - ((bytes >> SECTOR_SHIFT) + 1) * sizeof(short)); in check_index_buffer() 2652 if (le16_to_cpu(r->fix_off) > fo) in check_index_buffer() 2786 u16 fo = le16_to_cpu(rec->rhdr.fix_off); in check_file_record() local 2793 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) || in check_file_record()
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
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()
|
/Linux-v6.1/fs/xfs/libxfs/ |
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()
|
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 | 155 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
/Linux-v6.1/net/ipv4/ |
D | tcp_output.c | 3751 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 3756 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 3770 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 3781 &fo->data->msg_iter); in tcp_send_syn_data() 3791 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 3794 if (space == fo->size) in tcp_send_syn_data() 3795 fo->data = NULL; in tcp_send_syn_data() 3796 fo->copied = space; in tcp_send_syn_data() 3814 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 3826 if (fo->cookie.len > 0) in tcp_send_syn_data() [all …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/arch/s390/kvm/ |
D | gaccess.c | 238 unsigned long fo : 1; /* Fetch-Only Bit */ member 462 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
|
/Linux-v6.1/drivers/md/ |
D | raid10.c | 3953 int nc, fc, fo; in setup_geo() local 3981 fo = layout & (1<<16); in setup_geo() 3985 geo->far_offset = fo; in setup_geo() 4133 int fc, fo; in raid10_run() local 4136 fo = mddev->layout & (1<<16); in raid10_run() 4137 if (fc > 1 || fo > 0) { in raid10_run()
|