Home
last modified time | relevance | path

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

/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/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/arch/s390/kvm/
H A Dgaccess.c85 unsigned long fo : 1; /* Fetch-Only Bit */ member
317 if (ale.fo == 1 && mode == GACC_STORE) in ar_translation()
/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()