Searched refs:fo (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c19 __be16 fo; local
30 thoff = ipv6_skip_exthdr(skb, ((u8*)(ip6h+1) - skb->data), &proto, &fo);
31 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0)
385 __be16 fo; local
392 thoff = ipv6_skip_exthdr(skb, ((u8 *)(ip6h + 1) - skb->data), &proto, &fo);
394 if (thoff < 0 || thoff >= skb->len || (fo & htons(~0x7)) != 0)
/linux-master/include/target/
H A Dtarget_core_fabric.h132 int target_register_template(const struct target_core_fabric_ops *fo);
133 void target_unregister_template(const struct target_core_fabric_ops *fo);
/linux-master/fs/ntfs3/
H A Dfsntfs.c135 u16 fo = le16_to_cpu(rhdr->fix_off); local
138 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- ||
144 fixup = Add2Ptr(rhdr, fo);
173 u16 sample, fo, fn; local
175 fo = le16_to_cpu(rhdr->fix_off);
180 if ((fo & 1) || fo + fn * sizeof(short) > SECTOR_SIZE || !fn-- ||
186 fixup = Add2Ptr(rhdr, fo);
1423 u16 fo local
[all...]
H A Dindex.c638 u16 fo = le16_to_cpu(rhdr->fix_off); local
643 fo < sizeof(struct INDEX_BUFFER)
645 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) ||
646 fo + fn * sizeof(short) >= bytes ||
H A Dfslog.c2622 u16 fo; local
2628 fo = (SECTOR_SIZE - ((bytes >> SECTOR_SHIFT) + 1) * sizeof(short));
2630 if (le16_to_cpu(r->fix_off) > fo)
2768 u16 fo = le16_to_cpu(rec->rhdr.fix_off); local
2775 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) ||
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c1690 xfs_fileoff_t fo; /* freespace file offset */ local
1716 if ((error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK))) {
1719 fo -= args->geo->fsbcount;
1726 while (fo > args->geo->freeblk) {
1727 if ((error = xfs_dir2_node_trim_free(args, fo, &rval))) {
1731 fo -= args->geo->fsbcount;
1738 if ((error = xfs_bmap_last_before(tp, dp, &fo, XFS_DATA_FORK))) {
1744 if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize)
H A Dxfs_dir2_priv.h155 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
H A Dxfs_dir2_node.c1813 xfs_fileoff_t fo; local
1849 error = xfs_bmap_last_offset(dp, &fo, XFS_DATA_FORK);
1852 lastfbno = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo);
2287 xfs_fileoff_t fo, /* free block number */
2305 error = xfs_dir2_free_try_read(tp, dp, fo, &bp);
2309 * There can be holes in freespace. If fo is a hole, there's
2328 xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)fo), bp);
2285 xfs_dir2_node_trim_free( xfs_da_args_t *args, xfs_fileoff_t fo, int *rvalp) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c206 int fo; local
208 fo = read_int_sysctl(TCP_FO_SYSCTL);
209 if (fo < 0)
212 return write_int_sysctl(TCP_FO_SYSCTL, fo | 7);
/linux-master/net/ipv4/
H A Dtcp_output.c3929 struct tcp_fastopen_request *fo = tp->fastopen_req; local
3935 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie))
3949 space = min_t(size_t, space, fo->size);
3965 space, &fo->data->msg_iter);
3976 skb_zcopy_set(syn_data, fo->uarg, NULL);
3979 if (space == fo->size)
3980 fo->data = NULL;
3981 fo->copied = space;
3999 tp->syn_data = (fo->copied > 0);
4011 if (fo
[all...]
/linux-master/arch/s390/kvm/
H A Dgaccess.c238 unsigned long fo : 1; /* Fetch-Only Bit */ member in struct:ale
463 if (ale.fo == 1 && mode == GACC_STORE)
/linux-master/drivers/target/
H A Dtarget_core_configfs.c468 int target_register_template(const struct target_core_fabric_ops *fo) argument
474 ret = target_fabric_tf_ops_check(fo);
489 memcpy(tfo, fo, sizeof(*tfo));
505 void target_unregister_template(const struct target_core_fabric_ops *fo) argument
511 if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) {
/linux-master/drivers/md/
H A Draid10.c3815 int nc, fc, fo; local
3843 fo = layout & (1<<16);
3847 geo->far_offset = fo;
4017 int fc, fo; local
4020 fo = mddev->layout & (1<<16);
4021 if (fc > 1 || fo > 0) {
/linux-master/fs/erofs/
H A Dzdata.c123 static bool erofs_folio_is_managed(struct erofs_sb_info *sbi, struct folio *fo) argument
125 return fo->mapping == MNGD_MAPPING(sbi);

Completed in 392 milliseconds