Searched refs:caller_ip (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_trace.h | 166 TP_PROTO(struct xfs_perag *pag, unsigned long caller_ip), 167 TP_ARGS(pag, caller_ip), 173 __field(unsigned long, caller_ip) 180 __entry->caller_ip = caller_ip; 187 (char *)__entry->caller_ip) 192 TP_PROTO(struct xfs_perag *pag, unsigned long caller_ip), \ 193 TP_ARGS(pag, caller_ip)) 221 TP_PROTO(struct xfs_mount *mp, void *caller_ip), 222 TP_ARGS(mp, caller_ip), 228 __field(void *, caller_ip) [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.c | 341 int level, unsigned long caller_ip); 1474 unsigned long caller_ip) in __ocfs2_cluster_lock() argument 1661 caller_ip); in __ocfs2_cluster_lock() 1665 caller_ip); in __ocfs2_cluster_lock() 1685 unsigned long caller_ip) in __ocfs2_cluster_unlock() argument 1695 rwsem_release(&lockres->l_lockdep_map, caller_ip); in __ocfs2_cluster_unlock()
|