Searched refs:D_CACHE (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | xattr_cache.c | 87 CDEBUG(D_CACHE, "find: [%s]=%.*s\n", in ll_xattr_cache_find() 114 CDEBUG(D_CACHE, "duplicate xattr: [%s]\n", xattr_name); in ll_xattr_cache_add() 120 CDEBUG(D_CACHE, "failed to allocate xattr\n"); in ll_xattr_cache_add() 126 CDEBUG(D_CACHE, "failed to alloc xattr name %u\n", in ll_xattr_cache_add() 137 CDEBUG(D_CACHE, "set: [%s]=%.*s\n", xattr_name, in ll_xattr_cache_add() 162 CDEBUG(D_CACHE, "del xattr: %s\n", xattr_name); in ll_xattr_cache_del() 194 CDEBUG(D_CACHE, "list: buffer=%p[%d] name=%s\n", in ll_xattr_cache_list() 312 CDEBUG(D_CACHE, in ll_xattr_find_get_lock() 361 CDEBUG(D_CACHE, "cancelled by a parallel getxattr\n"); in ll_xattr_cache_refill() 367 CDEBUG(D_CACHE, "getxattr intent returned %d for fid "DFID"\n", in ll_xattr_cache_refill() [all …]
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 510 OSC_EXTENT_DUMP(D_CACHE, ext, "destroyed.\n"); in __osc_extent_remove() 553 OSC_EXTENT_DUMP(D_CACHE, victim, "will be merged by %p.\n", cur); in osc_extent_merge() 570 OSC_EXTENT_DUMP(D_CACHE, cur, "after merging %p.\n", victim); in osc_extent_merge() 784 osc_extent_tree_dump(D_CACHE, obj); in osc_extent_find() 789 OSC_EXTENT_DUMP(D_CACHE, found, in osc_extent_find() 802 OSC_EXTENT_DUMP(D_CACHE, cur, "add into tree %lu/%lu.\n", in osc_extent_find() 844 OSC_EXTENT_DUMP(D_CACHE, ext, "extent finished.\n"); in osc_extent_finish() 1079 OSC_EXTENT_DUMP(D_CACHE, ext, "make ready\n"); in osc_extent_make_ready() 1226 CDEBUG(D_CACHE, "obj %p ready %d|%c|%c wr %d|%c|%c rd %d|%c " STR, \ 1346 CDEBUG(D_CACHE, "%s: { dirty: %ld/%ld dirty_pages: %d/%d " \ [all …]
|
D | osc_page.c | 826 CDEBUG(D_CACHE, "%s: Free %d pages from own LRU: %p.\n", in osc_lru_reclaim() 831 CDEBUG(D_CACHE, "%s: cli %p no free slots, pages: %d, busy: %d.\n", in osc_lru_reclaim() 849 CDEBUG(D_CACHE, "%s: cli %p LRU pages: %d, busy: %d.\n", in osc_lru_reclaim() 866 CDEBUG(D_CACHE, "%s: cli %p freed %d pages.\n", in osc_lru_reclaim()
|
D | osc_io.c | 120 CDEBUG(D_CACHE, "%d %d\n", qin->pl_nr, crt); in osc_io_submit() 146 CDEBUG(D_CACHE, "Busy oap %p page %p for submit.\n", in osc_io_submit() 365 CDEBUG(D_CACHE, "page %p index %lu locked for %d.\n", in trunc_check_cb()
|
D | osc_object.c | 178 CDEBUG(D_CACHE, "set kms from %llu to %llu\n", in osc_attr_set()
|
D | osc_request.c | 832 CDEBUG(D_CACHE, "dirty: %llu undirty: %u dropped %u grant: %llu\n", in osc_announce_cached() 841 CDEBUG(D_CACHE, "next time %ld to shrink grant \n", in osc_update_next_shrink() 855 CDEBUG(D_CACHE, "got %llu extra grant\n", body->oa.o_grant); in osc_update_grant() 1009 CDEBUG(D_CACHE, "add grant client %s \n", in osc_add_shrink_grant() 1050 CDEBUG(D_CACHE, "%s, setting cl_avail_grant: %ld cl_lost_grant: %ld chunk bits: %d\n", in osc_init_grant() 3097 CDEBUG(D_CACHE, "Run writeback work for client obd %p.\n", cli); in brw_queue_work()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 130 #define D_CACHE 0x00000020 /* cache-related items */ macro
|
/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 317 case D_CACHE: in libcfs_debug_dbg2str()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 622 CDEBUG(D_CACHE, "looking for null handle\n"); in class_conn2export() 627 CDEBUG(D_CACHE, "want a new connection\n"); in class_conn2export()
|