Searched refs:TRACE_LOOKUP (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_filestream.c | 89 #define TRACE_LOOKUP(mp, ip, pip, ag, cnt) \ macro 105 #define TRACE_LOOKUP(mp, ip, pip, ag, cnt) macro 548 TRACE_LOOKUP(ip->i_mount, ip, NULL, NULLAGNUMBER, 0); in xfs_filestream_lookup_ag() 557 TRACE_LOOKUP(ip->i_mount, ip, item->pip, ag, ref); in xfs_filestream_lookup_ag() 615 TRACE_LOOKUP(mp, pip, pip, ag, xfs_filestream_peek_ag(mp, ag)); in xfs_filestream_associate()
|