Searched refs:caller_ip (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_trace.h | 104 unsigned long caller_ip), 105 TP_ARGS(mp, agno, refcount, caller_ip), 110 __field(unsigned long, caller_ip) 116 __entry->caller_ip = caller_ip; 122 (char *)__entry->caller_ip) 128 unsigned long caller_ip), \ 129 TP_ARGS(mp, agno, refcount, caller_ip)) 192 struct xfs_bmbt_irec *r, int state, unsigned long caller_ip), 193 TP_ARGS(ip, idx, r, state, caller_ip), 203 __field(unsigned long, caller_ip) [all …]
|
D | xfs_bmap.h | 167 int whichfork, unsigned long caller_ip);
|
D | xfs_bmap.c | 710 unsigned long caller_ip) in xfs_bmap_trace_exlist() argument 722 trace_xfs_extlist(ip, idx, whichfork, caller_ip); in xfs_bmap_trace_exlist()
|
/fs/ocfs2/ |
D | dlmglue.c | 348 int level, unsigned long caller_ip); 1368 unsigned long caller_ip) in __ocfs2_cluster_lock() argument 1535 caller_ip); in __ocfs2_cluster_lock() 1539 caller_ip); in __ocfs2_cluster_lock() 1559 unsigned long caller_ip) in __ocfs2_cluster_unlock() argument 1569 rwsem_release(&lockres->l_lockdep_map, 1, caller_ip); in __ocfs2_cluster_unlock()
|