Home
last modified time | relevance | path

Searched refs:tip (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_bmap_util.c1268 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format()
1271 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format()
1275 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format()
1276 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format()
1277 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format()
1315 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1337 if (xfs_inode_has_attr_fork(tip) && in xfs_swap_extents_check_format()
1338 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > xfs_inode_fork_boff(tip)) in xfs_swap_extents_check_format()
1340 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1371 struct xfs_inode *tip) in xfs_swap_extent_rmap()
1266 xfs_swap_extents_check_format( struct xfs_inode *ip, struct xfs_inode *tip) xfs_swap_extents_check_format() argument
1368 xfs_swap_extent_rmap( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tip) xfs_swap_extent_rmap() argument
1498 xfs_swap_extent_forks( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_inode *tip, int *src_log_flags, int *target_log_flags) xfs_swap_extent_forks() argument
1636 xfs_swap_extents( struct xfs_inode *ip, struct xfs_inode *tip, struct xfs_swapext *sxp) xfs_swap_extents() argument
[all...]
H A Dxfs_bmap_util.h69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_bmap_util.c1216 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format()
1219 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format()
1223 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format()
1224 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format()
1225 ip->i_d.di_projid != tip->i_d.di_projid)) in xfs_swap_extents_check_format()
1263 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1285 if (XFS_IFORK_Q(tip) && in xfs_swap_extents_check_format()
1286 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
1288 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1319 struct xfs_inode *tip) in xfs_swap_extent_rmap()
1214 xfs_swap_extents_check_format( struct xfs_inode *ip, struct xfs_inode *tip) xfs_swap_extents_check_format() argument
1316 xfs_swap_extent_rmap( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tip) xfs_swap_extent_rmap() argument
1424 xfs_swap_extent_forks( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_inode *tip, int *src_log_flags, int *target_log_flags) xfs_swap_extent_forks() argument
1562 xfs_swap_extents( struct xfs_inode *ip, struct xfs_inode *tip, struct xfs_swapext *sxp) xfs_swap_extents() argument
[all...]
H A Dxfs_bmap_util.h69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A Dtilde_open_block.rb33 tip = line
36 tip = line[0..3]
42 if tip == '~~~~'
43 # tip is the full line when delimiter is minimum length
48 BlockMatchData.new(context, masq, tip, tip)
52 elsif %(#{tip}#{tip[-1..-1] * (line_len - tl)}) == line
56 BlockMatchData.new(context, masq, tip, line)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_calltip.py15 tip = "(ai=None, *b)" variable in TC
17 __init__.tip = "(self, ai=None, *b)"
19 t1.tip = "(self)"
21 t2.tip = "(self, ai, b=None)"
23 t3.tip = "(self, ai, *args)"
25 t4.tip = "(self, *args)"
27 t5.tip = "(self, ai, b=None, *args, **kw)"
29 t6.tip = "(no, self)"
31 __call__.tip = "(self, ci)"
33 # attaching .tip t
[all...]
/third_party/backends/japi/
H A DJscanimage.java719 public SaneCheckBox(String title, Jscanimage dlg, int opt, String tip) in SaneCheckBox() argument
724 // Set tool tip. in SaneCheckBox()
725 if (tip != null && tip.length() != 0) in SaneCheckBox()
726 super.setToolTipText(tip); in SaneCheckBox()
767 public SaneSlider(int min, int max, Jscanimage dlg, int opt, String tip) in SaneSlider() argument
787 // Set tool tip. in SaneSlider()
788 if (tip != null && tip.length() != 0) in SaneSlider()
789 super.setToolTipText(tip); in SaneSlider()
833 FixedSaneSlider(int fixed_min, int fixed_max, boolean mm, Jscanimage dlg, int opt, String tip) FixedSaneSlider() argument
893 SaneButton(String title, Jscanimage dlg, int opt, String tip) SaneButton() argument
926 SaneComboBox(Jscanimage dlg, int opt, String tip) SaneComboBox() argument
963 SaneStringBox(Jscanimage dlg, int opt, String tip) SaneStringBox() argument
1011 SaneIntBox(Jscanimage dlg, int opt, String tip) SaneIntBox() argument
1065 SaneFixedBox(Jscanimage dlg, int opt, String tip) SaneFixedBox() argument
1123 SaneTextField(int width, Jscanimage dlg, int opt, String tip) SaneTextField() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_element.cpp16 #include "core/components/tip/tip_element.h"
18 #include "core/components/tip/tip_component.h"
24 RefPtr<TipComponent> tip = AceType::DynamicCast<TipComponent>(component_); in PerformBuild() local
25 if (tip) { in PerformBuild()
27 UpdateChild(child, tip->GetChild()); in PerformBuild()
H A Drender_tip.cpp16 #include "core/components/tip/render_tip.h"
18 #include "core/components/tip/tip_component.h"
31 const RefPtr<TipComponent> tip = AceType::DynamicCast<TipComponent>(component); in Update() local
32 if (tip) { in Update()
33 bgColor_ = tip->GetBgColor(); in Update()
34 direction_ = tip->GetDirection(); in Update()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh308 local tip=$1; shift
316 run_cmd "tc -n sw1 filter replace dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip $sip arp_op request action pass"
320 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
331 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
342 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
349 run_cmd "ip -n sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid"
352 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
362 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
376 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
386 run_cmd "ip netns exec h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip"
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
401 case 0: /* Reply, the tip is already validated */ in arp_ignore()
403 case 1: /* Reply only if tip is configured on the incoming interface */ in arp_ignore()
408 * Reply only if tip is configured on the incoming interface in arp_ignore()
428 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
431 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
438 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter()
499 __be32 sip, __be32 tip) in arp_fwd_pvlan()
506 if (sip == tip) in arp_fwd_pvlan()
649 __be32 sip, __be32 tip, in arp_is_garp()
497 arp_fwd_pvlan(struct in_device *in_dev, struct net_device *dev, struct rtable *rt, __be32 sip, __be32 tip) arp_fwd_pvlan() argument
647 arp_is_garp(struct net *net, struct net_device *dev, int *addr_type, __be16 ar_op, __be32 sip, __be32 tip, unsigned char *sha, unsigned char *tha) arp_is_garp() argument
686 __be32 sip, tip; arp_process() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
402 case 0: /* Reply, the tip is already validated */ in arp_ignore()
404 case 1: /* Reply only if tip is configured on the incoming interface */ in arp_ignore()
409 * Reply only if tip is configured on the incoming interface in arp_ignore()
429 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
452 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
459 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter()
520 __be32 sip, __be32 tip) in arp_fwd_pvlan()
527 if (sip == tip) in arp_fwd_pvlan()
670 __be32 sip, __be32 tip, in arp_is_garp()
518 arp_fwd_pvlan(struct in_device *in_dev, struct net_device *dev, struct rtable *rt, __be32 sip, __be32 tip) arp_fwd_pvlan() argument
668 arp_is_garp(struct net *net, struct net_device *dev, int *addr_type, __be16 ar_op, __be32 sip, __be32 tip, unsigned char *sha, unsigned char *tha) arp_is_garp() argument
707 __be32 sip, tip; arp_process() local
[all...]
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
154 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp()
156 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp()
157 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp()
165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp()
183 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp()
191 n = neigh_lookup(&arp_tbl, &tip, vlandev); in br_do_proxy_suppress_arp()
208 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
211 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
[all...]
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
154 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp()
156 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp()
157 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp()
165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp()
183 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp()
191 n = neigh_lookup(&arp_tbl, &tip, vlandev); in br_do_proxy_suppress_arp()
208 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
211 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
[all...]
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp42 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback() argument
52 int32_t OnTip(int32_t tip, const std::vector<uint8_t> &extraInfo) override
54 IAM_LOGI("tip %{public}d extraInfo len %{public}zu", tip, extraInfo.size());
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp42 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback() argument
52 int32_t OnTip(int32_t tip, const std::vector<uint8_t> &extraInfo) override
54 IAM_LOGI("tip %{public}d extraInfo len %{public}zu", tip, extraInfo.size());
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_search_ffi.cpp59 std::optional<std::string> tip = value.placeholder; in FfiOHOSAceFrameworkSearchCreateByIconID() local
65 SearchModel::GetInstance()->Create(key, tip, src); in FfiOHOSAceFrameworkSearchCreateByIconID()
69 auto controller = SearchModel::GetInstance()->Create(key, tip, src); in FfiOHOSAceFrameworkSearchCreateByIconID()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp174 std::string tip("container not support, type:"); in Dump()
175 tip.append(AceType::TypeName(this)); in Dump()
176 info.emplace_back(tip); in Dump()
/test/xts/hats/useriam/faceauth/src/
H A Dface_auth_hdi.cpp52 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback() argument
62 int32_t OnTip(int32_t tip, const std::vector<uint8_t> &extraInfo) override
64 cout << "tip is " << tip << " extraInfo len is " << extraInfo.size() << endl;
/test/xts/hats/useriam/fingerprintauth/src/
H A Dfingerprint_auth_hdi.cpp51 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback() argument
61 int32_t OnTip(int32_t tip, const std::vector<uint8_t> &extraInfo) override
63 cout << "tip is " << tip << " extraInfo len is " << extraInfo.size() << endl;
/kernel/linux/linux-5.10/fs/cifs/
H A Dmisc.c1101 char *target, *tip = NULL; in match_target_ip() local
1116 rc = dns_resolve_server_name_to_ip(target, &tip); in match_target_ip()
1120 cifs_dbg(FYI, "%s: target ip: %s\n", __func__, tip); in match_target_ip()
1122 if (!cifs_convert_address(&tipaddr, tip, strlen(tip))) { in match_target_ip()
1136 kfree(tip); in match_target_ip()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c369 if (mt.mask->tip) { in vcap_tc_flower_handler_arp_usage()
370 ipval = be32_to_cpu((__force __be32)mt.key->tip); in vcap_tc_flower_handler_arp_usage()
371 ipmsk = be32_to_cpu((__force __be32)mt.mask->tip); in vcap_tc_flower_handler_arp_usage()
/third_party/libbpf/scripts/
H A Dsync-kernel.sh209 TIP_TAG=libbpf-tip-${SUFFIX}
211 BPF_TIP_TAG=libbpf-bpf-tip-${SUFFIX}
217 SQUASH_TIP_TAG=libbpf-squash-tip-${SUFFIX}
281 # restore Linux tip to use bpf_doc.py
/kernel/linux/linux-5.10/scripts/
H A Dsetlocalversion112 if [ -z "$tag" -o "$tag" = tip ]; then
/test/xts/hats/useriam/pinauth/src/
H A Dpin_auth_hdi_two.cpp70 int32_t OnTip(int32_t tip, const std::vector<uint8_t>& extraInfo) override

Completed in 17 milliseconds

123