fo                237 arch/s390/kvm/gaccess.c 	unsigned long fo     : 1; /* Fetch-Only Bit */
fo                461 arch/s390/kvm/gaccess.c 	if (ale.fo == 1 && mode == GACC_STORE)
fo               3577 drivers/md/raid10.c 	int nc, fc, fo;
fo               3605 drivers/md/raid10.c 	fo = layout & (1<<16);
fo               3609 drivers/md/raid10.c 	geo->far_offset = fo;
fo               3748 drivers/md/raid10.c 		int fc, fo;
fo               3751 drivers/md/raid10.c 		fo = mddev->layout & (1<<16);
fo               3752 drivers/md/raid10.c 		if (fc > 1 || fo > 0) {
fo                449 drivers/target/target_core_configfs.c int target_register_template(const struct target_core_fabric_ops *fo)
fo                454 drivers/target/target_core_configfs.c 	ret = target_fabric_tf_ops_check(fo);
fo                466 drivers/target/target_core_configfs.c 	tf->tf_ops = fo;
fo                477 drivers/target/target_core_configfs.c void target_unregister_template(const struct target_core_fabric_ops *fo)
fo                483 drivers/target/target_core_configfs.c 		if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) {
fo               1641 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_fileoff_t		fo;		/* freespace file offset */
fo               1668 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) {
fo               1671 fs/xfs/libxfs/xfs_dir2_leaf.c 	fo -= args->geo->fsbcount;
fo               1678 fs/xfs/libxfs/xfs_dir2_leaf.c 	while (fo > args->geo->freeblk) {
fo               1679 fs/xfs/libxfs/xfs_dir2_leaf.c 		if ((error = xfs_dir2_node_trim_free(args, fo, &rval))) {
fo               1683 fs/xfs/libxfs/xfs_dir2_leaf.c 			fo -= args->geo->fsbcount;
fo               1690 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) {
fo               1696 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize)
fo               1753 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_fileoff_t		fo;
fo               1793 fs/xfs/libxfs/xfs_dir2_node.c 	error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK);
fo               1796 fs/xfs/libxfs/xfs_dir2_node.c 	lastfbno = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo);
fo               2245 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_fileoff_t		fo,		/* free block number */
fo               2263 fs/xfs/libxfs/xfs_dir2_node.c 	error = xfs_dir2_free_try_read(tp, dp, fo, &bp);
fo               2286 fs/xfs/libxfs/xfs_dir2_node.c 			xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo), bp);
fo                105 fs/xfs/libxfs/xfs_dir2_priv.h extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
fo                122 include/target/target_core_fabric.h int target_register_template(const struct target_core_fabric_ops *fo);
fo                123 include/target/target_core_fabric.h void target_unregister_template(const struct target_core_fabric_ops *fo);
fo                222 net/bridge/netfilter/nft_reject_bridge.c 	__be16 fo;
fo                233 net/bridge/netfilter/nft_reject_bridge.c 	thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo);
fo                234 net/bridge/netfilter/nft_reject_bridge.c 	if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0)
fo               3487 net/ipv4/tcp_output.c 	struct tcp_fastopen_request *fo = tp->fastopen_req;
fo               3492 net/ipv4/tcp_output.c 	if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie))
fo               3504 net/ipv4/tcp_output.c 	space = min_t(size_t, space, fo->size);
fo               3516 net/ipv4/tcp_output.c 					    &fo->data->msg_iter);
fo               3526 net/ipv4/tcp_output.c 		skb_zcopy_set(syn_data, fo->uarg, NULL);
fo               3529 net/ipv4/tcp_output.c 	if (space == fo->size)
fo               3530 net/ipv4/tcp_output.c 		fo->data = NULL;
fo               3531 net/ipv4/tcp_output.c 	fo->copied = space;
fo               3549 net/ipv4/tcp_output.c 		tp->syn_data = (fo->copied > 0);
fo               3561 net/ipv4/tcp_output.c 	if (fo->cookie.len > 0)
fo               3562 net/ipv4/tcp_output.c 		fo->cookie.len = 0;
fo               3567 net/ipv4/tcp_output.c 	fo->cookie.len = -1;  /* Exclude Fast Open option for SYN retries */
fo                221 net/ipv6/netfilter/nf_reject_ipv6.c 	__be16 fo;
fo                228 net/ipv6/netfilter/nf_reject_ipv6.c 	thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo);
fo                230 net/ipv6/netfilter/nf_reject_ipv6.c 	if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0)
fo                201 tools/testing/selftests/bpf/test_select_reuseport.c 	int fo;
fo                203 tools/testing/selftests/bpf/test_select_reuseport.c 	fo = read_int_sysctl(TCP_FO_SYSCTL);
fo                204 tools/testing/selftests/bpf/test_select_reuseport.c 	write_int_sysctl(TCP_FO_SYSCTL, fo | 7);