Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 10 of 10) sorted by relevance

/linux/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/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c192 int fo; in write_int_sysctl()
194 fo = read_int_sysctl(TCP_FO_SYSCTL); in enable_fastopen()
195 if (fo < 0) in enable_fastopen()
198 return write_int_sysctl(TCP_FO_SYSCTL, fo | 7); in enable_fastopen()
196 int fo; enable_fastopen() local
/linux/net/ipv4/
H A Dtcp_output.c4203 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data()
4209 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data()
4223 space = min_t(size_t, space, fo->size); in tcp_send_syn_data()
4239 space, &fo->data->msg_iter); in tcp_send_syn_data()
4250 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data()
4253 if (space == fo->size) in tcp_send_syn_data()
4254 fo->data = NULL; in tcp_send_syn_data()
4255 fo->copied = space;
4273 tp->syn_data = (fo->copied > 0); in tcp_connect()
4285 if (fo in tcp_connect()
4164 struct tcp_fastopen_request *fo = tp->fastopen_req; tcp_send_syn_data() local
[all...]
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h156 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
/linux/drivers/target/
H A Dtarget_core_configfs.c465 int target_register_template(const struct target_core_fabric_ops *fo) in target_register_template() argument
471 ret = target_fabric_tf_ops_check(fo); in target_register_template()
486 memcpy(tfo, fo, sizeof(*tfo)); in target_register_template()
502 void target_unregister_template(const struct target_core_fabric_ops *fo) in target_unregister_template() argument
508 if (!strcmp(t->tf_ops->fabric_name, fo->fabric_name)) { in target_unregister_template()
/linux/fs/ntfs3/
H A Dindex.c636 u16 fo = le16_to_cpu(rhdr->fix_off); in index_buf_check() local
641 fo < sizeof(struct INDEX_BUFFER) in index_buf_check()
643 || (vbn && *vbn != le64_to_cpu(ib->vbn)) || (fo % sizeof(short)) || in index_buf_check()
644 fo + fn * sizeof(short) >= bytes || in index_buf_check()
H A Dfslog.c2644 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()
2790 u16 fo = le16_to_cpu(rec->rhdr.fix_off); in check_file_record() local
2797 fo > (SECTOR_SIZE - ((rs >> SECTOR_SHIFT) + 1) * sizeof(short)) || in check_file_record()
/linux/drivers/md/
H A Draid10.c3765 int nc, fc, fo; in setup_geo() local
3793 fo = layout & (1<<16); in setup_geo()
3797 geo->far_offset = fo; in setup_geo()
3973 int fc, fo; in raid10_run() local
3976 fo = mddev->layout & (1<<16); in raid10_run()
3977 if (fc > 1 || fo > 0) { in raid10_run()
/linux/fs/erofs/
H A Dzdata.c111 static bool erofs_folio_is_managed(struct erofs_sb_info *sbi, struct folio *fo) in erofs_folio_is_managed() argument
113 return fo->mapping == MNGD_MAPPING(sbi); in erofs_folio_is_managed()
/linux/fs/f2fs/
H A Dsuper.c77 unsigned long type, enum fault_option fo) in f2fs_build_fault_attr() argument
81 if (fo & FAULT_ALL) { in f2fs_build_fault_attr()
86 if (fo & FAULT_RATE) { in f2fs_build_fault_attr()
94 if (fo & FAULT_TYPE) { in f2fs_build_fault_attr()
101 if (fo & FAULT_TIMEOUT) { in f2fs_build_fault_attr()