Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dfilecheck.c57 unsigned int fa_type; member
290 args->fa_type = type; in ocfs2_filecheck_args_parse()
463 if (args.fa_type == OCFS2_FILECHECK_TYPE_SET) { in ocfs2_filecheck_attr_store()
497 entry->fe_type = args.fa_type; in ocfs2_filecheck_attr_store()
/kernel/linux/linux-5.10/net/ipv4/
Dfib_trie.c85 .type = fa->fa_type, in call_fib_entry_notifier()
102 .type = fa->fa_type, in call_fib_entry_notifiers()
1031 fa->fa_type == fri->type) in fib_find_matching_alias()
1232 if (fa->fa_type == cfg->fc_type && in fib_table_insert()
1258 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1319 new_fa->fa_type = cfg->fc_type; in fib_table_insert()
1540 err = fib_props[fa->fa_type].error; in fib_table_lookup()
1578 res->type = fa->fa_type; in fib_table_lookup()
1696 if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) && in fib_table_delete()
2024 !fib_props[fa->fa_type].error)) { in fib_table_flush()
[all …]
Dfib_lookup.h14 u8 fa_type; member
Dfib_semantics.c528 fri.type = fa->fa_type; in rtmsg_fib()
2089 fa->fa_type != RTN_UNICAST) in fib_select_default()
Droute.c3315 fa->fa_type == fri.type) { in inet_rtm_getroute()