/kernel/linux/linux-6.6/fs/exportfs/ |
H A D | expfs.c | 40 * Check if the dentry or any of it's aliases is acceptable. 44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias() 50 if (acceptable(context, result)) in find_acceptable_alias() 60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias() 448 int (*acceptable)(void *, struct dentry *), in exportfs_decode_fh_raw() 471 if (!acceptable) in exportfs_decode_fh_raw() 489 if (!acceptable(context, result)) { in exportfs_decode_fh_raw() 503 * or any alias for it is acceptable. This is always true in exportfs_decode_fh_raw() 510 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh_raw() 576 * And finally make sure the dentry is actually acceptable in exportfs_decode_fh_raw() [all...] |
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 40 * Check if the dentry or any of it's aliases is acceptable. 44 int (*acceptable)(void *context, struct dentry *dentry), in find_acceptable_alias() 50 if (acceptable(context, result)) in find_acceptable_alias() 60 if (dentry != result && acceptable(context, dentry)) { in find_acceptable_alias() 422 int (*acceptable)(void *, struct dentry *), void *context) in exportfs_decode_fh() 446 if (!acceptable) in exportfs_decode_fh() 464 if (!acceptable(context, result)) { in exportfs_decode_fh() 478 * or any alias for it is acceptable. This is always true in exportfs_decode_fh() 485 alias = find_acceptable_alias(result, acceptable, context); in exportfs_decode_fh() 550 * And finally make sure the dentry is actually acceptable in exportfs_decode_fh() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | exportfs.h | 246 int (*acceptable)(void *, struct dentry *), 249 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
|
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | aspm.c | 73 * Endpoint acceptable latencies. A pcie downstream port only 76 struct aspm_latency acceptable[8]; member 327 /* Convert L0s acceptable latency encoding to ns */ 345 /* Convert L1 acceptable latency encoding to ns */ 397 struct aspm_latency *acceptable; in pcie_aspm_check_latency() local 406 acceptable = &link->acceptable[PCI_FUNC(endpoint->devfn)]; in pcie_aspm_check_latency() 411 (link->latency_up.l0s > acceptable->l0s)) in pcie_aspm_check_latency() 416 (link->latency_dw.l0s > acceptable->l0s)) in pcie_aspm_check_latency() 433 (latency + l1_switch_latency > acceptable in pcie_aspm_check_latency() 679 struct aspm_latency *acceptable = pcie_aspm_cap_init() local [all...] |
/kernel/linux/linux-5.10/net/dccp/ |
H A D | input.c | 577 bool acceptable; in dccp_rcv_state_process() local 609 acceptable = inet_csk(sk)->icsk_af_ops->conn_request(sk, skb) >= 0; in dccp_rcv_state_process() 612 if (!acceptable) in dccp_rcv_state_process()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | input.c | 577 bool acceptable; in dccp_rcv_state_process() local 609 acceptable = inet_csk(sk)->icsk_af_ops->conn_request(sk, skb) >= 0; in dccp_rcv_state_process() 612 if (!acceptable) in dccp_rcv_state_process()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | exportfs.h | 223 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_input.c | 2007 bool acceptable; in tcp_nip_rcv_state_process() local 2027 acceptable = icsk->icsk_af_ops->conn_request(sk, skb) >= 0; in tcp_nip_rcv_state_process() 2031 if (!acceptable) in tcp_nip_rcv_state_process() 2056 acceptable = tcp_nip_ack(sk, skb, FLAG_SLOWPATH | in tcp_nip_rcv_state_process() 2062 if (!acceptable) { in tcp_nip_rcv_state_process()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 1206 * them correctly, the acceptable range must be extended even more though 3501 /* Check that window update is acceptable. 5692 * And page 69: "If an incoming segment is not acceptable, in tcp_validate_incoming() 6168 /* Now ACK is acceptable. in tcp_rcv_synsent_state_process() 6171 * If the ACK was acceptable then signal the user "error: in tcp_rcv_synsent_state_process() 6193 * are acceptable then ... in tcp_rcv_synsent_state_process() 6407 bool acceptable; in tcp_rcv_state_process() local 6428 acceptable = icsk->icsk_af_ops->conn_request(sk, skb) >= 0; in tcp_rcv_state_process() 6432 if (!acceptable) in tcp_rcv_state_process() 6474 acceptable in tcp_rcv_state_process() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 1225 * them correctly, the acceptable range must be extended even more though 3533 /* Check that window update is acceptable. 5774 * And page 69: "If an incoming segment is not acceptable, in tcp_validate_incoming() 6262 /* Now ACK is acceptable. in tcp_rcv_synsent_state_process() 6265 * If the ACK was acceptable then signal the user "error: in tcp_rcv_synsent_state_process() 6290 * are acceptable then ... in tcp_rcv_synsent_state_process() 6502 bool acceptable; in tcp_rcv_state_process() local 6528 acceptable = icsk->icsk_af_ops->conn_request(sk, skb) >= 0; in tcp_rcv_state_process() 6532 if (!acceptable) in tcp_rcv_state_process() 6578 acceptable in tcp_rcv_state_process() [all...] |