Searched refs:ip (Results 301 - 325 of 2035) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/forwarding/
H A Dip6gre_inner_v6_multipath.sh84 ip -6 route add vrf v$h1 2001:db8:2::/64 via 2001:db8:1::1
89 ip -6 route del vrf v$h1 2001:db8:2::/64 via 2001:db8:1::1
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
102 ip -6 route add vrf v$ol1 2001:db8:2::/64 dev g1
107 ip -6 route del vrf v$ol1 2001:db8:2::/64
109 ip -6 route del vrf v$ol1 2001:db8:40::2/128
124 ip -6 route add vrf v$ul21 2001:db8:40::1/128 via 2001:db8:80::1
125 ip -6 route add vrf v$ul21 2001:db8:40::2/128 \
132 ip -6 route del vrf v$ul21 2001:db8:40::2/128
133 ip
[all...]
H A Dip6gre_inner_v4_multipath.sh84 ip route add vrf v$h1 192.0.4.0/24 via 192.0.3.1
89 ip route del vrf v$h1 192.0.4.0/24 via 192.0.3.1
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
102 ip route add vrf v$ol1 192.0.4.0/24 nexthop dev g1
107 ip route del vrf v$ol1 192.0.4.0/24
109 ip -6 route del vrf v$ol1 2001:db8:40::2/128
124 ip -6 route add vrf v$ul21 2001:db8:40::1/128 via 2001:db8:80::1
125 ip -6 route add vrf v$ul21 2001:db8:40::2/128 \
132 ip -6 route del vrf v$ul21 2001:db8:40::2/128
133 ip
[all...]
H A Drouter_multicast.sh44 ip route add 198.51.100.16/28 vrf v$h1 nexthop via 198.51.100.1
45 ip route add 198.51.100.32/28 vrf v$h1 nexthop via 198.51.100.1
47 ip route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::1
48 ip route add 2001:db8:3::/64 vrf v$h1 nexthop via 2001:db8:1::1
57 ip route del 2001:db8:3::/64 vrf v$h1
58 ip route del 2001:db8:2::/64 vrf v$h1
60 ip route del 198.51.100.32/28 vrf v$h1
61 ip route del 198.51.100.16/28 vrf v$h1
70 ip route add 198.51.100.0/28 vrf v$h2 nexthop via 198.51.100.17
71 ip rout
[all...]
/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh94 ip -net "$ns3" link set ns3eth1 down
97 ip -net "$ns3" link set ns3eth1 up
138 ip link add ns1eth1 netns "$ns1" type veth peer name ns2eth1 netns "$ns2"
139 ip link add ns1eth2 netns "$ns1" type veth peer name ns3eth1 netns "$ns3"
140 ip link add ns3eth2 netns "$ns3" type veth peer name ns2eth2 netns "$ns2"
143 ip -net "$ns1" link add name hsr1 type hsr slave1 ns1eth1 slave2 ns1eth2 supervision 45 version $HSRv proto 0
144 ip -net "$ns2" link add name hsr2 type hsr slave1 ns2eth1 slave2 ns2eth2 supervision 45 version $HSRv proto 0
145 ip -net "$ns3" link add name hsr3 type hsr slave1 ns3eth1 slave2 ns3eth2 supervision 45 version $HSRv proto 0
148 ip -net "$ns1" addr add 100.64.0.1/24 dev hsr1
149 ip
[all...]
/linux-master/fs/xfs/
H A Dxfs_quota.h27 #define XFS_NOT_DQATTACHED(mp, ip) \
28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
29 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
100 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip,
118 extern int xfs_qm_dqattach_locked(struct xfs_inode *ip, bool doalloc);
126 bool xfs_inode_near_dquot_enforcement(struct xfs_inode *ip, xfs_dqtype_t type);
129 void xfs_trans_mod_ino_dquot(struct xfs_trans *tp, struct xfs_inode *ip,
147 # define xfs_trans_mod_ino_dquot(tp, ip, dqp, field, delta) \
153 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_ argument
164 xfs_trans_mod_dquot_byino(struct xfs_trans *tp, struct xfs_inode *ip, uint field, int64_t delta) argument
170 xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, bool force) argument
213 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) argument
219 xfs_quota_unreserve_blkres(struct xfs_inode *ip, uint64_t blocks) argument
[all...]
H A Dxfs_qm.c250 struct xfs_inode *ip,
258 xfs_assert_ilocked(ip, XFS_ILOCK_EXCL);
278 error = xfs_qm_dqget_inode(ip, type, doalloc, &dqp);
295 struct xfs_inode *ip)
297 struct xfs_mount *mp = ip->i_mount;
301 if (!XFS_NOT_DQATTACHED(mp, ip))
303 if (xfs_is_quota_inode(&mp->m_sb, ip->i_ino))
317 xfs_inode_t *ip,
320 xfs_mount_t *mp = ip->i_mount;
323 if (!xfs_qm_need_dqattach(ip))
249 xfs_qm_dqattach_one( struct xfs_inode *ip, xfs_dqtype_t type, bool doalloc, struct xfs_dquot **IO_idqpp) argument
294 xfs_qm_need_dqattach( struct xfs_inode *ip) argument
316 xfs_qm_dqattach_locked( xfs_inode_t *ip, bool doalloc) argument
362 xfs_qm_dqattach( struct xfs_inode *ip) argument
383 xfs_qm_dqdetach( xfs_inode_t *ip) argument
1086 xfs_qm_quotacheck_dqadjust( struct xfs_inode *ip, xfs_dqtype_t type, xfs_qcnt_t nblks, xfs_qcnt_t rtblks) argument
1152 struct xfs_inode *ip; local
1679 xfs_qm_vop_dqalloc( struct xfs_inode *ip, kuid_t uid, kgid_t gid, prid_t prid, uint flags, struct xfs_dquot **O_udqpp, struct xfs_dquot **O_gdqpp, struct xfs_dquot **O_pdqpp) argument
1817 xfs_qm_vop_chown( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot **IO_olddq, struct xfs_dquot *newdq) argument
1886 struct xfs_inode *ip = i_tab[i]; local
1904 xfs_qm_vop_create_dqattach( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp) argument
1942 xfs_inode_near_dquot_enforcement( struct xfs_inode *ip, xfs_dqtype_t type) argument
[all...]
/linux-master/fs/gfs2/
H A Dinode.c119 struct gfs2_inode *ip; local
128 ip = GFS2_I(inode);
136 &ip->i_gl);
156 &ip->i_iopen_gh);
167 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE,
174 gfs2_inode_already_deleted(ip->i_gl, no_formal_ino))
185 set_bit(GLF_INSTANTIATE_NEEDED, &ip->i_gl->gl_flags);
192 glock_set_object(ip->i_gl, ip);
198 glock_clear_object(ip
404 alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) argument
467 gfs2_init_xattr(struct gfs2_inode *ip) argument
494 init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, const char *symname) argument
549 link_dinode(struct gfs2_inode *dip, const struct qstr *name, struct gfs2_inode *ip, struct gfs2_diradd *da) argument
629 struct gfs2_inode *dip = GFS2_I(dir), *ip; local
951 struct gfs2_inode *ip = GFS2_I(inode); local
1078 gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, const struct gfs2_inode *ip) argument
1117 struct gfs2_inode *ip = GFS2_I(inode); local
1153 struct gfs2_inode *ip = GFS2_I(inode); local
1376 update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, int dir_rename) argument
1403 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); local
1812 struct gfs2_inode *ip = GFS2_I(inode); local
1872 struct gfs2_inode *ip; local
1928 struct gfs2_inode *ip = GFS2_I(inode); local
2004 struct gfs2_inode *ip = GFS2_I(inode); local
2066 struct gfs2_inode *ip = GFS2_I(inode); local
2101 struct gfs2_inode *ip = GFS2_I(inode); local
2123 struct gfs2_inode *ip = GFS2_I(inode); local
2142 struct gfs2_inode *ip = GFS2_I(inode); local
2160 struct gfs2_inode *ip = GFS2_I(inode); local
[all...]
H A Drgrp.h37 struct gfs2_alloc *gfs2_alloc_get(struct gfs2_inode *ip);
40 int gfs2_inplace_reserve(struct gfs2_inode *ip,
42 void gfs2_inplace_release(struct gfs2_inode *ip);
44 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
48 void gfs2_rs_delete(struct gfs2_inode *ip);
49 void __gfs2_free_blocks(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
51 void gfs2_free_meta(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
53 void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip);
65 void gfs2_rlist_add(struct gfs2_inode *ip, struct gfs2_rgrp_list *rlist,
92 void check_and_update_goal(struct gfs2_inode *ip);
[all...]
H A Dbmap.c43 static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length);
47 * @ip: the inode
54 static int gfs2_unstuffer_folio(struct gfs2_inode *ip, struct buffer_head *dibh, argument
57 struct inode *inode = &ip->i_inode;
70 if (gfs2_is_jdata(ip)) {
81 gfs2_trans_add_data(ip->i_gl, bh);
84 gfs2_ordered_add_inode(ip);
90 static int __gfs2_unstuff_inode(struct gfs2_inode *ip, struct folio *folio) argument
95 int isdir = gfs2_is_dir(ip);
98 error = gfs2_meta_inode_buffer(ip,
155 gfs2_unstuff_dinode(struct gfs2_inode *ip) argument
324 __fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, unsigned int x, unsigned int h) argument
359 lookup_metapath(struct gfs2_inode *ip, struct metapath *mp) argument
375 fillup_metapath(struct gfs2_inode *ip, struct metapath *mp, int h) argument
472 struct gfs2_inode *ip = GFS2_I(inode); local
664 struct gfs2_inode *ip = GFS2_I(inode); local
797 struct gfs2_inode *ip = GFS2_I(inode); local
844 struct gfs2_inode *ip = GFS2_I(inode); local
987 struct gfs2_inode *ip = GFS2_I(inode); local
1013 struct gfs2_inode *ip = GFS2_I(inode); local
1097 struct gfs2_inode *ip = GFS2_I(inode); local
1140 struct gfs2_inode *ip = GFS2_I(inode); local
1216 struct gfs2_inode *ip = GFS2_I(inode); local
1356 struct gfs2_inode *ip = GFS2_I(inode); local
1453 sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, struct buffer_head *bh, __be64 *start, __be64 *end, bool meta, u32 *btotal) argument
1713 punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) argument
1977 trunc_end(struct gfs2_inode *ip) argument
2025 struct gfs2_inode *ip = GFS2_I(inode); local
2063 struct gfs2_inode *ip = GFS2_I(inode); local
2130 struct gfs2_inode *ip = GFS2_I(inode); local
2157 gfs2_truncatei_resume(struct gfs2_inode *ip) argument
2166 gfs2_file_dealloc(struct gfs2_inode *ip) argument
2245 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); local
2298 gfs2_write_alloc_required(struct gfs2_inode *ip, u64 offset, unsigned int len) argument
2340 struct gfs2_inode *ip = GFS2_I(inode); local
2398 struct gfs2_inode *ip = GFS2_I(inode); local
[all...]
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c78 static inline unsigned long orc_ip(const int *ip) argument
80 return (unsigned long)ip + *ip;
84 unsigned int num_entries, unsigned long ip)
102 if (orc_ip(mid) <= ip) {
113 static struct orc_entry *orc_module_find(unsigned long ip) argument
117 mod = __module_address(ip);
121 mod->arch.num_orcs, ip);
124 static struct orc_entry *orc_module_find(unsigned long ip) argument
131 static struct orc_entry *orc_find(unsigned long ip);
83 __orc_find(int *ip_table, struct orc_entry *u_table, unsigned int num_entries, unsigned long ip) argument
143 orc_ftrace_find(unsigned long ip) argument
169 orc_ftrace_find(unsigned long ip) argument
198 orc_find(unsigned long ip) argument
410 deref_stack_regs(struct unwind_state *state, unsigned long addr, unsigned long *ip, unsigned long *sp) argument
426 deref_stack_iret_regs(struct unwind_state *state, unsigned long addr, unsigned long *ip, unsigned long *sp) argument
[all...]
/linux-master/include/trace/events/
H A Dlock.h28 struct lockdep_map *next_lock, unsigned long ip),
30 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
52 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
54 TP_ARGS(lock, ip),
71 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
73 TP_ARGS(lock, ip)
80 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
82 TP_ARGS(lock, ip)
87 TP_PROTO(struct lockdep_map *lock, unsigned long ip),
89 TP_ARGS(lock, ip)
[all...]
/linux-master/samples/fprobe/
H A Dfprobe_example.c51 static int sample_entry_handler(struct fprobe *fp, unsigned long ip, argument
60 trace_printk("Enter <%pS> ip = 0x%p\n", (void *)ip, (void *)ip);
62 pr_info("Enter <%pS> ip = 0x%p\n", (void *)ip, (void *)ip);
69 static void sample_exit_handler(struct fprobe *fp, unsigned long ip, argument
80 trace_printk("Return from <%pS> ip = 0x%p to rip = 0x%p (%pS)\n",
81 (void *)ip, (voi
[all...]
/linux-master/tools/testing/selftests/net/
H A Drps_default_mask.sh16 ip netns add "${NETNS}"
17 ip -netns "${NETNS}" link set lo up
22 ip netns del $NETNS
32 [ -n "$netns" ] && cmd="ip netns exec $netns $cmd"
62 ip link add name $VETH type veth peer netns $NETNS name $VETH
63 ip link set dev $VETH up
64 ip -n $NETNS link set dev $VETH up
67 ip link del dev $VETH
68 ip netns del $NETNS
73 ip netn
[all...]
/linux-master/arch/arm/lib/
H A Dcsumpartialcopyuser.S19 mrc p15, 0, ip, c3, c0, 0
20 stmfd sp!, {r1, r2, r4 - r8, ip, lr}
21 uaccess_enable ip
25 ldmfd sp!, {r1, r2, r4 - r8, ip, lr}
26 mcr p15, 0, ip, c3, c0, 0
33 mrc p15, 0, ip, c2, c0, 2 @ read TTBCR
34 stmfd sp!, {r1, r2, r4 - r8, ip, lr}
35 uaccess_enable ip
39 ldmfd sp!, {r1, r2, r4 - r8, ip, lr}
40 mcr p15, 0, ip, c
[all...]
H A Dio-readsw-armv3.S35 .Linsw_aligned: mov ip, #0xff
36 orr ip, ip, ip, lsl #8
43 and r3, r3, ip
48 and r4, r4, ip
53 and r5, r5, ip
58 and r6, r6, ip
74 and r3, r3, ip
79 and r4, r4, ip
[all...]
H A Dbitops.h9 ands ip, r1, #3 variable
10 strbne r1, [ip] @ assert word-aligned
34 ands ip, r1, #3 variable
35 strbne r1, [ip] @ assert word-aligned
50 strex ip, r2, [r1] variable
51 cmp ip, #0 variable
72 ands ip, r1, #3
73 strbne r1, [ip] @ assert word-aligned
78 save_and_disable_irqs ip
82 restore_irqs ip
[all...]
H A Dputuser.S33 check_uaccess r0, 1, r1, ip, __put_user_bad
40 check_uaccess r0, 2, r1, ip, __put_user_bad
47 mov ip, r2, lsr #8
50 3: TUSER(strb) ip, [r0]
52 2: TUSER(strb) ip, [r0], #1
62 check_uaccess r0, 4, r1, ip, __put_user_bad
69 check_uaccess r0, 8, r1, ip, __put_user_bad
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c178 struct xfs_inode *ip,
181 struct inode *inode = VFS_I(ip);
185 ASSERT(ip->i_cowfp == NULL);
187 fa = xfs_dinode_verify(ip->i_mount, ip->i_ino, from);
189 xfs_inode_verifier_error(ip, -EFSCORRUPTED, "dinode", from,
199 if (!xfs_has_v3inodes(ip->i_mount))
200 ip->i_flushiter = be16_to_cpu(from->di_flushiter);
213 ip->i_projid = 0;
216 ip
177 xfs_inode_from_disk( struct xfs_inode *ip, struct xfs_dinode *from) argument
273 xfs_inode_to_disk_ts( struct xfs_inode *ip, const struct timespec64 tv) argument
291 xfs_inode_to_disk_iext_counters( struct xfs_inode *ip, struct xfs_dinode *to) argument
310 xfs_inode_to_disk( struct xfs_inode *ip, struct xfs_dinode *to, xfs_lsn_t lsn) argument
[all...]
H A Dxfs_bmap.c72 * (xfs_default_attroffset(ip) >> 3) because we could have mounted with
132 static inline bool xfs_bmap_needs_btree(struct xfs_inode *ip, int whichfork) argument
134 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork);
138 ifp->if_nextents > XFS_IFORK_MAXEXT(ip, whichfork);
144 static inline bool xfs_bmap_wants_extents(struct xfs_inode *ip, int whichfork) argument
146 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork);
150 ifp->if_nextents <= XFS_IFORK_MAXEXT(ip, whichfork);
170 * for ip's delayed extent of length "len".
174 xfs_inode_t *ip, /* incore inode pointer */
182 mp = ip
173 xfs_bmap_worst_indlen( xfs_inode_t *ip, xfs_filblks_t len) argument
203 xfs_default_attroffset( struct xfs_inode *ip) argument
217 xfs_bmap_forkoff_reset( xfs_inode_t *ip, int whichfork) argument
341 xfs_bmap_check_leaf_extents( struct xfs_btree_cur *cur, xfs_inode_t *ip, int whichfork) argument
560 xfs_bmap_btree_to_extents( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur *cur, int *logflagsp, int whichfork) argument
628 xfs_bmap_extents_to_btree( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur **curp, int wasdel, int *logflagsp, int whichfork) argument
762 xfs_bmap_local_to_extents_empty( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
783 xfs_bmap_local_to_extents( xfs_trans_t *tp, xfs_inode_t *ip, xfs_extlen_t total, int *logflagsp, int whichfork, void (*init_fn)(struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *ip, struct xfs_ifork *ifp, void *priv), void *priv) argument
885 xfs_bmap_add_attrfork_btree( xfs_trans_t *tp, xfs_inode_t *ip, int *flags) argument
930 xfs_bmap_add_attrfork_extents( struct xfs_trans *tp, struct xfs_inode *ip, int *flags) argument
963 xfs_bmap_add_attrfork_local( struct xfs_trans *tp, struct xfs_inode *ip, int *flags) argument
999 xfs_bmap_set_attrforkoff( struct xfs_inode *ip, int size, int *version) argument
1032 xfs_bmap_add_attrfork( struct xfs_trans *tp, struct xfs_inode *ip, int size, int rsvd) argument
1103 xfs_bmap_complain_bad_rec( struct xfs_inode *ip, int whichfork, xfs_failaddr_t fa, const struct xfs_bmbt_irec *irec) argument
1139 struct xfs_inode *ip = cur->bc_ino.ip; local
1191 xfs_iread_extents( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
1243 xfs_bmap_first_unused( struct xfs_trans *tp, struct xfs_inode *ip, xfs_extlen_t len, xfs_fileoff_t *first_unused, int whichfork) argument
1291 xfs_bmap_last_before( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *last_block, int whichfork) argument
1325 xfs_bmap_last_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *rec, int *is_empty) argument
1393 xfs_bmap_last_offset( struct xfs_inode *ip, xfs_fileoff_t *last_block, int whichfork) argument
1996 xfs_bmap_add_extent_unwritten_real( struct xfs_trans *tp, xfs_inode_t *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp, xfs_bmbt_irec_t *new, int *logflagsp) argument
2554 xfs_bmap_add_extent_hole_delay( xfs_inode_t *ip, int whichfork, struct xfs_iext_cursor *icur, xfs_bmbt_irec_t *new) argument
2694 xfs_bmap_add_extent_hole_real( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_btree_cur **curp, struct xfs_bmbt_irec *new, int *logflagsp, uint32_t flags) argument
3949 xfs_bmapi_read( struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, struct xfs_bmbt_irec *mval, int *nmap, uint32_t flags) argument
4045 xfs_bmapi_reserve_delalloc( struct xfs_inode *ip, int whichfork, xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc, struct xfs_bmbt_irec *got, struct xfs_iext_cursor *icur, int eof) argument
4348 xfs_bmapi_minleft( struct xfs_trans *tp, struct xfs_inode *ip, int fork) argument
4405 xfs_bmapi_write( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap) argument
4624 xfs_bmapi_convert_one_delalloc( struct xfs_inode *ip, int whichfork, xfs_off_t offset, struct iomap *iomap, unsigned int *seq) argument
4755 xfs_bmapi_convert_delalloc( struct xfs_inode *ip, int whichfork, loff_t offset, struct iomap *iomap, unsigned int *seq) argument
4781 xfs_bmapi_remap( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock, uint32_t flags) argument
4929 xfs_bmap_del_extent_delay( struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) argument
5064 xfs_bmap_del_extent_cow( struct xfs_inode *ip, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) argument
5139 xfs_bmap_del_extent_real( xfs_inode_t *ip, xfs_trans_t *tp, struct xfs_iext_cursor *icur, struct xfs_btree_cur *cur, xfs_bmbt_irec_t *del, int *logflagsp, int whichfork, uint32_t bflags) argument
5391 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, uint32_t flags, xfs_extnum_t nexts) argument
5688 xfs_bunmapi( xfs_trans_t *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, xfs_extnum_t nexts, int *done) argument
5741 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) argument
5827 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) argument
5871 xfs_bmap_collapse_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done) argument
5960 xfs_bmap_can_insert_extents( struct xfs_inode *ip, xfs_fileoff_t off, xfs_fileoff_t shift) argument
5985 xfs_bmap_insert_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, bool *done, xfs_fileoff_t stop_fsb) argument
6090 xfs_bmap_split_extent( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t split_fsb) argument
6207 __xfs_bmap_add( struct xfs_trans *tp, enum xfs_bmap_intent_type type, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *bmap) argument
6233 xfs_bmap_map_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
6244 xfs_bmap_unmap_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *PREV) argument
6343 xfs_bmap_validate_extent( struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *irec) argument
6363 xfs_bunmapi_range( struct xfs_trans **tpp, struct xfs_inode *ip, uint32_t flags, xfs_fileoff_t startoff, xfs_fileoff_t endoff) argument
[all...]
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c4 /* Kernel module implementing an IP set type: the hash:ip,mark type */
8 #include <linux/ip.h>
12 #include <net/ip.h>
29 IP_SET_MODULE_DESC("hash:ip,mark", IPSET_TYPE_REV_MIN, IPSET_TYPE_REV_MAX);
30 MODULE_ALIAS("ip_set_hash:ip,mark");
40 __be32 ip; member in struct:hash_ipmark4_elem
51 return ip1->ip == ip2->ip &&
59 if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
72 next->ip
104 u32 ip, ip_to = 0, i = 0; local
172 union nf_inet_addr ip; member in struct:hash_ipmark6_elem
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c255 struct inode *ip; local
258 ip = iget_locked(sbp, ino);
259 if (!ip)
261 if (!(ip->i_state & I_NEW))
262 return ip;
264 vip = VXFS_INO(ip);
267 iget_failed(ip);
276 if (S_ISREG(ip->i_mode)) {
277 ip->i_fop = &generic_ro_fops;
278 ip
310 vxfs_evict_inode(struct inode *ip) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh20 ip -n ${s_ns} link set eth0 type bond_slave prio 10
24 ip -n ${s_ns} -d link show eth0 | grep -q "prio 10"
35 ip -n ${s_ns} link add bond1 type bond ns_ip6_target ${g_ip6}
39 ip -n ${s_ns} -d link show bond1 | grep -q "ns_ip6_target ${g_ip6}"
42 ip -n ${s_ns} link del bond1
51 local new_active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" \
60 active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave")
74 ip -n ${s_ns} link set bond0 type bond active_slave eth1
77 ip -n ${s_ns} link set eth0 type bond_slave prio 0
78 ip
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh38 ip link add dev br0 type bridge mcast_snooping 0
40 ip link set dev $swp1 up
41 ip link set dev $swp1 master br0
42 ip link set dev $swp2 up
44 ip link add name vxlan0 up type vxlan id 10 nolearning $UDPCSUM_FLAFS \
46 ip link set dev vxlan0 master br0
53 ip link set dev vxlan0 nomaster
54 ip link del dev vxlan0
56 ip link set dev $swp2 down
57 ip lin
[all...]
H A Done_armed_router.sh56 ip -4 route add default vrf v$h1 nexthop via 192.0.2.2
57 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2
62 ip -6 route del default vrf v$h1 nexthop via 2001:db8:1::2
63 ip -4 route del default vrf v$h1 nexthop via 192.0.2.2
72 ip -4 route add default vrf v$h2 nexthop via 198.51.100.2
73 ip -6 route add default vrf v$h2 nexthop via 2001:db8:2::2
78 ip -6 route del default vrf v$h2 nexthop via 2001:db8:2::2
79 ip -4 route del default vrf v$h2 nexthop via 198.51.100.2
86 ip link add name br0 address $(mac_get $swp1) \
88 ip lin
[all...]
/linux-master/arch/s390/include/asm/
H A Dunwind.h16 * running, sp/ip picked up from the CPU registers
17 * 2) task==NULL, regs!=NULL: the unwind starts from the sp/ip found in
20 * the sp picked up from task->thread.ksp and the ip picked up from the
22 * 4) task!=NULL, regs!=NULL: the sp/ip are picked up from the interrupt
39 unsigned long sp, ip; member in struct:unwind_state
48 unsigned long ip)
50 ip = ftrace_graph_ret_addr(state->task, &state->graph_idx, ip, (void *)state->sp);
52 if (is_rethook_trampoline(ip))
53 ip
47 unwind_recover_ret_addr(struct unwind_state *state, unsigned long ip) argument
[all...]

Completed in 428 milliseconds

<<11121314151617181920>>