Searched refs:fo (Results 1 – 9 of 9) sorted by relevance
| /linux/include/target/ |
| H A D | target_core_fabric.h | 132 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 D | select_reuseport.c | 192 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 D | tcp_output.c | 4164 struct tcp_fastopen_request *fo = tp->fastopen_req; in tcp_send_syn_data() local 4170 if (!tcp_fastopen_cookie_check(sk, &tp->rx_opt.mss_clamp, &fo->cookie)) in tcp_send_syn_data() 4184 space = min_t(size_t, space, fo->size); in tcp_send_syn_data() 4200 space, &fo->data->msg_iter); in tcp_send_syn_data() 4211 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data() 4214 if (space == fo->size) in tcp_send_syn_data() 4215 fo->data = NULL; in tcp_send_syn_data() 4216 fo->copied = space; in tcp_send_syn_data() 4234 tp->syn_data = (fo->copied > 0); in tcp_send_syn_data() 4246 if (fo->cookie.len > 0) in tcp_send_syn_data() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 156 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
|
| /linux/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()
|
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 83 unsigned long fo : 1; /* Fetch-Only Bit */ member 293 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 110 static bool erofs_folio_is_managed(struct erofs_sb_info *sbi, struct folio *fo) in erofs_folio_is_managed() argument 112 return fo->mapping == MNGD_MAPPING(sbi); in erofs_folio_is_managed()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 75 unsigned long type, enum fault_option fo) in f2fs_build_fault_attr() argument 79 if (fo & FAULT_ALL) { in f2fs_build_fault_attr() 84 if (fo & FAULT_RATE) { in f2fs_build_fault_attr() 92 if (fo & FAULT_TYPE) { in f2fs_build_fault_attr()
|
| H A D | f2fs.h | 4897 unsigned long type, enum fault_option fo); 4901 enum fault_option fo) in f2fs_build_fault_attr() argument
|