Home
last modified time | relevance | path

Searched defs:ip (Results 51 – 75 of 599) sorted by relevance

12345678910>>...24

/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c50 struct xfs_inode *ip, in xfs_metafile_set_iflag()
70 struct xfs_inode *ip) in xfs_metafile_clear_iflag()
130 struct xfs_inode *ip, in xfs_metafile_resv_alloc_space()
187 struct xfs_inode *ip, in xfs_metafile_resv_free_space()
H A Dxfs_exchmaps.c62 struct xfs_inode *ip) in xfs_exchmaps_ensure_cowfork()
86 struct xfs_inode *ip, in xfs_exchmaps_update_size()
491 struct xfs_inode *ip = xmi->xmi_ip2; in xfs_exchmaps_link_to_sf() local
532 struct xfs_inode *ip) in xfs_exchmaps_clear_reflink()
864 struct xfs_inode *ip, in xmi_ensure_delta_nextents()
905 struct xfs_inode *ip, in xmi_next()
1146 struct xfs_inode *ip) in xfs_exchmaps_set_reflink()
1182 struct xfs_inode *ip) in xfs_exchmaps_ensure_large_extent_counts()
H A Dxfs_symlink_remote.c173 struct xfs_inode *ip, in xfs_symlink_local_to_remote()
240 struct xfs_inode *ip, in xfs_symlink_remote_read()
315 struct xfs_inode *ip, in xfs_symlink_write_target()
391 struct xfs_inode *ip) in xfs_symlink_remote_truncate()
/linux/fs/xfs/scrub/
H A Dmetapath.c91 struct xfs_inode *ip) in xchk_setup_metapath_scan()
145 struct xfs_inode *ip; in xchk_setup_metapath_rtginode() local
192 struct xfs_inode *ip = NULL; in xchk_setup_metapath_dqinode() local
377 struct xfs_inode *ip) in xrep_metapath_unlink()
493 struct xfs_inode *ip) in xchk_metapath_ilock_parent_and_child()
529 struct xfs_inode *ip = NULL; in xrep_metapath_try_unlink() local
H A Dnlinks.c328 struct xfs_inode *ip, in xchk_nlinks_collect_pptr()
520 struct xfs_inode *ip) in xchk_nlinks_collect_file()
534 struct xfs_inode *ip; in xchk_nlinks_collect() local
642 struct xfs_inode *ip) in xchk_nlinks_compare_inode()
781 struct xfs_inode *ip; in xchk_nlinks_compare_inum() local
868 struct xfs_inode *ip; in xchk_nlinks_compare() local
H A Dparent_repair.c470 const struct xfs_inode *ip) in xrep_parent_want_scan()
484 struct xfs_inode *ip) in xrep_parent_scan_ilock()
509 struct xfs_inode *ip) in xrep_parent_scan_file()
560 struct xfs_inode *ip; in xrep_parent_scan_dirtree() local
716 struct xfs_inode *ip, in xrep_parent_lookup_pptr()
893 struct xfs_inode *ip, in xrep_parent_fetch_xattr_remote()
932 struct xfs_inode *ip, in xrep_parent_stash_xattr()
1394 struct xfs_inode *ip, in xrep_parent_count_pptr()
1427 struct xfs_inode *ip = sc->ip; in xrep_parent_set_nondir_nlink() local
/linux/include/linux/
H A Dprofile.h45 static inline void profile_hit(int type, void *ip) in profile_hit()
71 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits()
76 static inline void profile_hit(int type, void *ip) in profile_hit()
H A Dbottom_half.h11 static __always_inline void __local_bh_disable_ip(unsigned long ip, unsigned int cnt) in __local_bh_disable_ip()
26 static inline void local_bh_enable_ip(unsigned long ip) in local_bh_enable_ip()
/linux/kernel/trace/rv/monitors/opid/
H A Dopid.c62 static void handle_irq_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_irq_disable()
67 static void handle_irq_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_irq_enable()
77 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable()
82 static void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_enable()
/linux/fs/bcachefs/
H A Dsix.c24 #define six_acquire(l, t, r, ip) lock_acquire(l, 0, t, r, 1, NULL, ip) argument
25 #define six_release(l, ip) lock_release(l, ip) argument
297 bool six_trylock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip) in six_trylock_ip()
319 unsigned seq, unsigned long ip) in six_relock_ip()
410 unsigned long ip) in six_lock_slowpath()
543 unsigned long ip) in six_lock_ip_waiter()
606 void six_unlock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip) in six_unlock_ip()
/linux/fs/gfs2/
H A Ddir.c90 int gfs2_dir_get_new_buffer(struct gfs2_inode *ip, u64 block, in gfs2_dir_get_new_buffer()
103 static int gfs2_dir_get_existing_buffer(struct gfs2_inode *ip, u64 block, in gfs2_dir_get_existing_buffer()
120 static int gfs2_dir_write_stuffed(struct gfs2_inode *ip, const char *buf, in gfs2_dir_write_stuffed()
153 static int gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf, in gfs2_dir_write_data()
244 static int gfs2_dir_read_stuffed(struct gfs2_inode *ip, __be64 *buf, in gfs2_dir_read_stuffed()
268 static int gfs2_dir_read_data(struct gfs2_inode *ip, __be64 *buf, in gfs2_dir_read_data()
335 static __be64 *gfs2_dir_get_hash_table(struct gfs2_inode *ip) in gfs2_dir_get_hash_table()
385 void gfs2_dir_hash_inval(struct gfs2_inode *ip) in gfs2_dir_hash_inval()
715 struct gfs2_inode *ip = GFS2_I(inode); in do_init_dirent() local
816 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_dirent_search() local
[all …]
H A Dacl.c42 struct gfs2_inode *ip = GFS2_I(inode); in __gfs2_get_acl() local
62 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_acl() local
116 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_set_acl() local
/linux/kernel/kcsan/
H A Dreport.c35 unsigned long ip; member
315 replace_stack_entry(unsigned long stack_entries[], int num_entries, unsigned long ip, in replace_stack_entry()
348 sanitize_stack_entries(unsigned long stack_entries[], int num_entries, unsigned long ip, in sanitize_stack_entries()
638 int access_type, unsigned long ip) in prepare_access_info()
652 unsigned long ip, int watchpoint_idx) in kcsan_report_set_info()
667 unsigned long ip, enum kcsan_value_change value_change, in kcsan_report_known_origin()
701 unsigned long ip, u64 old, u64 new, u64 mask) in kcsan_report_unknown_origin()
/linux/fs/jfs/
H A Djfs_txnmgr.c582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock()
987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock()
1137 struct inode *ip; in txCommit() local
1374 struct inode *ip; in txLog() local
1658 struct inode *ip; in xtLog() local
2125 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA()
2247 struct inode *ip; in txUpdateMap() local
2391 static void txAllocPMap(struct inode *ip, struct maplock * maplock, in txAllocPMap()
2449 void txFreeMap(struct inode *ip, in txFreeMap()
2547 void txFreelock(struct inode *ip) in txFreelock()
[all …]
H A Djfs_extent.c70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc()
197 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint()
257 int extRecord(struct inode *ip, xad_t * xp) in extRecord()
309 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
H A Djfs_incore.h108 #define IREAD_LOCK(ip, subclass) \ argument
110 #define IREAD_UNLOCK(ip) up_read(&JFS_IP(ip)->rdwrlock) argument
111 #define IWRITE_LOCK(ip, subclass) \ argument
113 #define IWRITE_UNLOCK(ip) up_write(&JFS_IP(ip)->rdwrlock) argument
151 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument
152 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument
153 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument
154 #define test_and_clear_cflag(flag, ip) \ argument
/linux/tools/perf/util/
H A Dcall-path.c15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
51 struct symbol *sym, u64 ip, in call_path__new()
79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
H A Dunwind-libdw.c44 static int __report_module(struct addr_location *al, u64 ip, in __report_module()
111 static int report_module(u64 ip, struct unwind_info *ui) in report_module()
126 static int entry(u64 ip, struct unwind_info *ui) in entry()
279 Dwarf_Word ip; in unwind__get_entries() local
/linux/fs/xfs/
H A Dxfs_symlink.c33 struct xfs_inode *ip, in xfs_readlink()
261 struct xfs_inode *ip) in xfs_inactive_symlink_rmt()
326 struct xfs_inode *ip) in xfs_inactive_symlink()
/linux/arch/microblaze/kernel/
H A Dftrace.c168 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func() local
197 unsigned long ip = (unsigned long)(&ftrace_call_graph); in ftrace_enable_ftrace_graph_caller() local
209 unsigned long ip = (unsigned long)(&ftrace_call_graph); in ftrace_disable_ftrace_graph_caller() local
/linux/drivers/gpu/drm/lima/
H A Dlima_device.c80 const char *lima_ip_name(struct lima_ip *ip) in lima_ip_name()
212 struct lima_ip *ip = dev->ip + index; in lima_init_ip() local
245 struct lima_ip *ip = ldev->ip + index; in lima_fini_ip() local
254 struct lima_ip *ip = ldev->ip + index; in lima_resume_ip() local
266 struct lima_ip *ip = ldev->ip + index; in lima_suspend_ip() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c65 static void ping_once(const char *ip) in ping_once()
191 char ip[256]; in test_lwt_reroute_normal_xmit() local
224 char ip[256]; in test_lwt_reroute_qdisc_dropped() local
/linux/kernel/trace/
H A Dtrace_selftest.c108 static void trace_selftest_test_probe1_func(unsigned long ip, in trace_selftest_test_probe1_func()
117 static void trace_selftest_test_probe2_func(unsigned long ip, in trace_selftest_test_probe2_func()
126 static void trace_selftest_test_probe3_func(unsigned long ip, in trace_selftest_test_probe3_func()
135 static void trace_selftest_test_global_func(unsigned long ip, in trace_selftest_test_global_func()
144 static void trace_selftest_test_dyn_func(unsigned long ip, in trace_selftest_test_dyn_func()
449 static void trace_selftest_test_recursion_func(unsigned long ip, in trace_selftest_test_recursion_func()
464 static void trace_selftest_test_recursion_safe_func(unsigned long ip, in trace_selftest_test_recursion_safe_func()
583 static void trace_selftest_test_regs_func(unsigned long ip, in trace_selftest_test_regs_func()
/linux/fs/freevxfs/
H A Dvxfs_lookup.c57 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry()
165 struct inode *ip = NULL; in vxfs_lookup() local
192 struct inode *ip = file_inode(fp); in vxfs_readdir() local
/linux/net/netfilter/ipset/
H A Dip_set_hash_ip.c45 __be32 ip; member
88 __be32 ip; in hash_ip4_kadt() local
107 u32 ip = 0, ip_to = 0, hosts, i = 0; in hash_ip4_uadt() local
177 union nf_inet_addr ip; member

12345678910>>...24