Searched refs:PB_TRACE (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_buf.c | 153 #define PB_TRACE(pb, id, data) \ macro 156 #define PB_TRACE(pb, id, data) do { } while (0) macro 311 PB_TRACE(pb, "initialize", target); in _pagebuf_initialize() 365 PB_TRACE(bp, "free", 0); in pagebuf_free() 475 PB_TRACE(bp, "lookup_pages", (long)page_count); in _pagebuf_lookup_pages() 695 PB_TRACE(pb, "get_lock", 0); in _pagebuf_find() 717 PB_TRACE(pb, "got_lock", 0); in _pagebuf_find() 774 PB_TRACE(pb, "get", (unsigned long)flags); in xfs_buf_get_flags() 798 PB_TRACE(pb, "read", (unsigned long)flags); in xfs_buf_read_flags() 802 PB_TRACE(pb, "read_async", (unsigned long)flags); in xfs_buf_read_flags() [all …]
|